/*banner*/
.banner img{width: 100%;}
/*link*/
.link-wrap{width: 100%; height: 50px;background-color: #eee;}
.link{ width: 1180px; line-height: 50px; color: #666; font-size: 14px;}
.link span{ text-indent: 14px; color: #333; font-size: 14px;}
/*five-team*/
.five-team{ text-align: center;}
/*content*/
.service-wrap{ width: 100%; background-color: #f4f4f4;}
.data-wrap{ width: 100%; background-color: #f4f4f4;}
.introduction{ padding-top: 63px;width: 996px;}
.introduction p{ font-size: 14px; color: #666; line-height: 26px; text-indent: 28px;}
/*list*/
.list{ max-width: 1180px;}
.list ul li{ margin-top: 28px; padding-bottom: 28px; border-bottom: 1px dashed #d2d2d2;}
.list ul li:after{content: '';display: block;height: 0;width: 0;clear: both}
.list ul li .lf{float: left; width: 206px; margin-right: 30px;overflow: hidden}
.list ul li .lf img{ width: 206px; height: 122px; overflow: hidden;}
.list ul li .rg{float: left; width: 63%;}
.list ul li .rg .news-title{ color: #333; font-size: 16px; margin-bottom: 5px; font-weight: bold;}
.list ul li .rg .news-time{ color: #666; font-size: 14px; margin-bottom: 15px;}
.list ul li:hover .news-title{color: #025BEB}
.list ul li .rg p{ color: #666; font-size: 14px; max-height: 57px; overflow: hidden;}
#articeBottom{ width: 1180px; margin-top: 20px; margin-bottom: 20px;text-align: right;}
#articeBottom select{ margin-left: 5px; }
#articeBottom a{ display: inline-block; margin-left: 3px; margin-right: 3px;}
.list ul li:hover{color: #fc7814;}
@media screen and (max-width: 650px){
    .list ul li .rg{float: left; width: 50%;}
}
