.right_main {
    border-radius: 3px;
    float: right;
    background: #fff;
  /*  box-shadow: #D0D0D0 0 0 5px;*/
    margin-bottom: 20px;
    padding-top: 10px;
width:100%;
}

.right_main .path {
    margin-bottom: 10px;
    line-height: 24px;
}

.right_main .path a {
    color: #666;
}



.right_main .list_wrap {
    margin-bottom: 15px;
}

.right_main .list_wrap .tit {
    margin: 1px;
    background: #f6f6f6;
    height: 36px;
}

.right_main .list_wrap .tit h1 {
    float: left;
    color: #2e84d2;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 40px;
    background: url(icon-arrow3_2017.gif) no-repeat 12px 7px;
}

.right_main .list_wrap .tit .more {
    float: right;
    margin-right: 10px;
    line-height: 36px;
}

.right_main .list_wrap .list {
    margin-top: 20px;
}

.right_main .list_wrap .list ul li {
    position: relative;
    line-height: 180%;
    height: 26px;
    margin-bottom: 8px;
    padding-left: 20px;
    background: url(icon-arrow_2017.gif) no-repeat 2px 10px;
}

.right_main .list_wrap .list ul li a {
    float: left;
    color: #444;
    height: 26px;
    display: block;
    overflow: hidden;
}

.right_main .list_wrap .list ul li a:hover {
    color: #0082e7;
}

.right_main .list_wrap .list ul li .date {
    display: inline;
    float: none;
    line-height: 180%;
    position: absolute;
    right: 0;
    font-family: "Arial";
    font-size: 14px;
    color: #666;
}

.right_main .list_wrap .list_photo {
    margin-bottom: 20px;
    height: auto;
}

.right_main .list_wrap .list_photo dl {
    border: 1px solid #cddcea;
    width: 21%;
    color: #607b89;
    float: left;
    margin: 10px 16px;
}

.right_main .list_wrap .list_photo dl img {
    width: 100%;
    height: 190px;
}

.right_main .list_wrap .list_photo dl dd {
    color: #607b89;
    padding: 6px 10px;
}

.right_main .list_wrap .list_pic {
    margin-top: 20px;
    height: auto;
}

.right_main .list_wrap .list_pic dl {
    border-bottom: 1px solid #D8D8D8;
    padding: 15px 10px;
}

.right_main .list_wrap .list_pic dl dt {
    width: 30%;
    float: left;
    margin-right: 14px;
}

.right_main .list_wrap .list_pic dl dt img {
    width: 100%;
}

.right_main .list_wrap .list_pic dl dd h3 a {
    font-size: 1.8rem;
    line-height: 140%;
    margin-bottom: 5px;
    color: #337ab7;
    display: block;
}

.right_main .list_wrap .list_pic dl dd h3 a:hover {
    color: #4771E3;
}

.right_main .list_wrap .list_pic dl dd h3 a .date {
    font-size: 1.6rem;
    color: #C3C3C3;
    font-weight: normal;
}

.right_main .list_wrap .list_person dl dt {
    border-top: 2px solid #5284DC;
    margin: 15px 0 6px 0;
}

.right_main .list_wrap .list_person dl dt .tit {
    font-size: 16px;
    background: #1d3b91;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    float: left;
    margin-bottom: 25px;
width: 100%;
    text-align: center;
}

.right_main .list_wrap .list_person dl dd ul li {
float: left;
    background: url(http://www.ire.cas.cn/images/icon-arrow2_2017.gif) no-repeat 0 10px;
    margin: 10px 7px;
    padding-left: 0px;
    min-width: 18.5%;
    font-size: large;
}

.right_main .list_wrap .list_person {
    display: grid;
}
.right_main .list_wrap .clearfix1 {
zoom: 1;
}