.top_head{margin-bottom: 30px;}
.content-wrapper {
    overflow : hidden;
    margin   : 50px auto 35px;
    width    : 1200px;
    font-size: 16px;
}
.aticle-head {
    overflow     : hidden;
    margin-bottom: 30px;
    height       : 100px;
    text-align   : center;
    line-height  : 30px;
}
.aticle-head h1 {
    margin-top : 25px;
    font-size  : 25px;
    font-weight: bold;
}
.aticle-content {overflow: hidden;}
.aticle-section {overflow: hidden;}
.aticle-section.even ul {background-color: #fff;}
.aticle-section-ico {
    float              : left;
    padding-top        : 110px;
    width              : 20%;
    height             : 150px;
    background-position: center center;
    background-repeat  : no-repeat;
    text-align         : center;
}

.aticle-section-ico h2 {
    font-weight: bold;
    font-size  : 20px;
    line-height: 30px;
}

.aticle-section-ico-1 {background-image: url("//www.xinhuanet.com/video/xhsp/zgzgdh/img/congrass-ico-1.png");}
.aticle-section-ico-2 {background-image: url("//www.xinhuanet.com/video/xhsp/zgzgdh/img/congrass-ico-2.png");}
.aticle-section-ico-3 {background-image: url("//www.xinhuanet.com/video/xhsp/zgzgdh/img/congrass-ico-3.png");}
.aticle-section-ico-4 {background-image: url("//www.xinhuanet.com/video/xhsp/zgzgdh/img/congrass-ico-4.png");}
.aticle-section-ico-5 {background-image: url("//www.xinhuanet.com/video/xhsp/zgzgdh/img/congrass-ico-5.png");}
.aticle-section-ico-6 {background-image: url("//www.xinhuanet.com/video/xhsp/zgzgdh/img/congrass-ico-6.png");}
.aticle-section-ico-7 {background-image: url("//www.xinhuanet.com/video/xhsp/zgzgdh/img/congrass-ico-7.png");}
.aticle-section-content {
    position   : relative;
    float      : left;
    margin-left: -2px;
    width      : 80%;
    height     : 500px;
    border-left: 1px solid #ccc;
    overflow   : auto;
}

.aticle-section-content li {
    height       : 149px;
    overflow     : hidden;
    padding      : 50px;
    border-bottom: 1px solid #ccc;
}

.aticle-section-content li > div.aticle-img {
    position    : relative;
    float       : left;
    overflow    : hidden;
    margin-right: 33px;
    width       : 180px;
    height      : 140px;
    background  : #ccc;
}

.aticle-section-content li > div.aticle-img img {
    position     : absolute;
    top          : 0;
    bottom       : 0;
    display      : block;
    margin-top   : auto;
    margin-bottom: auto;
    width        : 100%;
}

.aticle-section-content li > h3 {
    max-height    : 60px;
    margin-bottom : 15px;
    letter-spacing: 0.1em;
    font-weight   : bold;
    font-size     : 20px;
    line-height   : 30px;
    overflow      : hidden;
    text-overflow : ellipsis;
}

.aticle-section-content li > h3 > a {
    color          : #333;
    text-decoration: none;
}

.aticle-section-content li > p,
div.aticle-info {
    color         : #666;
    letter-spacing: 0.1em;
    line-height   : 1.5;
}

.aticle-section-content li > p {
    font-size    : 16px;
    max-height   : 72px;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.aticle-section-content li > p a {
    padding        : 0.5em;
    color          : #e96;
    text-decoration: none;
    font-size      : 0.8em;
    transition     : all 0.5s;
}

.aticle-section-content li > p a:hover {color: #f33;}
.aticle-section-content li > p a:hover {text-decoration: underline;}
.aticle-section-content li > div.aticle-info {
    margin-top: 5px;
    color     : #669;
    text-align: right;
    font-size : 0.8em;
}

.aticle-section-content .btn-more {
    display    : none;
    margin-top : -1px;
    text-align : center;
    line-height: 41px;
    font-size  : 14px;
    font-weight: bold;
    cursor     : pointer;
    transition : all 0.5s;
}

.aticle-section-content .btn-more:hover {
    background: #ccc;
}
.no-border-bottom{
    border-bottom:none !important;
}
