@charset "utf-8";
/*******
 * 通用
 * *******/
.about-nav{border:1px solid #2ba4ff;}
.about-nav h4{background-color:#2ba4ff;margin:-15px;margin-bottom:0;line-height:55px;color:#fff;}

.about-nav li {
    line-height: 41px;
    padding-left: 30px;
}
.about-nav li+li{border-top:1px solid #ddd; position: relative;}



/********
 * 动态新闻
 * ***********/
.about-box h3 {
    margin: 0 0 20px 0;
    color: #000
}

.container-fluid{ padding:15px 0; border-bottom:#e0e0e0 dashed 1px;}
.container-fluid:last-child{border-bottom:0;}
.container-fluid:first-child{ padding-top:0;}
.container-fluid .text-left{ display: block;}
.new-pic{width:188px; overflow: hidden; border-radius:0px; margin-right:15px; float:left;border:#f0f0f0 solid 1px;}
.container-fluid h4{color:#333; margin-top: 0;}
.container-fluid:hover h4{color:#2ba4ff!important;}

.container-fluid img{ transition:all 0.3s linear; }
.container-fluid:hover img{transform:scale(1.05); transition:all 0.3s linear;}

.container-fluid h6, .container-fluid p{color:#999; margin-bottom: 0;}
.container-fluid p{margin-bottom:20px; height:45px; line-height: 22px;   display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.info-video{width:455px; height:319px; text-align: center;  margin:0 auto;}
/*text-indent:2em; */


.new-list{ overflow: hidden; }

.new-list li {
    width: 100%;
    height: 45px;
    border-bottom: #f0f0f0 dashed 1px;
    padding-left: 15px;
}
.new-list li a{width:80%; line-height:45px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; float:left;}
.new-list li span{ line-height:45px; float:right}

/******
 * 通用文章页
 * *****/
.team-next{padding:35px 0; }
.team-next h3{ margin: 0;}
.team-next h5{color:#999 }
.team-next p{ line-height: 32px; text-indent:2em; font-size:16px; text-align:justify }
.article-bot{border-bottom:#e0e0e0 solid 1px; margin-bottom:10px; text-align: center;}
.article-size{ line-height: 32px; font-size:16px; color:#333;}
