/*-------The style directory
 * 1.news
 * 2.about
 * 3.video
 * 4.news-details
 * 5.team
 * 6.team-details
 * 
 --------*/
/*1.news*/
.sec_banner{
    width: 1180px;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
}
.contentbox{
    width: 100%;
    height: auto;
    background-color: #e4e5ea;
}
.contentbox .content{
    width: 1180px;
    padding: 30px 20px;
    background-color: #fff;
    min-height: 400px;
}
.title h1{
    float: left;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding-top: 10px;
    background-image: url(../img/black-line.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.left_menu{
    float: left;
    width: calc(100% - 850px);
    height: auto;
    border: solid 1px #bcbbbb;
    background-color: #f7f5f6;	
    padding-bottom: 20px;
}
.left_menu h1{
    width: 100%;
    text-align: left;
    font-family: "微软雅黑";
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding-bottom: 4px;
    margin-left: 20px;
}
.left_menu li{
    width: 100%;
    height: auto;
    padding: 0 16px 0 16px;
}
.left_menu li a{
    display: block;
    width: 100%;
    padding-left: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
   
overflow:hidden;
    height: 40px;
    line-height: 40px;
    color: #333;
    background-color: #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
}
.fir_menu>li>a:hover{
    color: #135b94 !important;
    /*background-color: #135b94 !important;*/
    border-bottom: solid 1px #fff !important;
    /*background: url(../img/add.png) 6px 12px no-repeat;*/
}


.active-leftMenu{
    color: #333 !important;
   
    border-bottom: solid 1px #fff !important;
}
.left_sec_menu{
    display: none;
    position: relative;
    background-color: #eef1f7;
}
.left_sec_menu img{
    position: absolute;
    top:-28px;
    left: 6px;
    cursor: pointer;
}
.left_sec_menu li{
    border-bottom: solid 1px #dedede;
    padding: 0 !important;
}
.left_sec_menu li a{
    font-size: 14px;
    /* padding-left: 35px !important; */
    /* border-right: solid 5px #ccc; */
    border-left: solid 5px #ccc;
    background-color: inherit !important;
    height: auto !important;
    line-height: 20px;
    padding: 10px 10px 10px 24px;
}
.left_sec_menu li a:hover{
    color: #135b94 !important;
    font-weight: 600;
    border-left: solid 5px #135b94;
}
.active-left{
    color: #135b94 !important;
    font-weight: 600;
    border-left: solid 5px #135b94;
}

.right_content{
    float: right;
    width: 800px;
}
.right_content .weizhi{
    width: 100%;
    height: 34px;
    border-bottom: solid 4px #01164b;
    padding: 0 10px;
}
.weizhi h1{
    float: left;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 0;
    padding: 0;

}
.weizhi .loadtion{
    float: right;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.loadtion a{
    color: #333;
}
.loadtion a:hover{
    color: #daaf03;
}
.news_con{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.news_con>ul{
    width: 100%;
    height: auto;
}
.news_con>ul li{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.news_con>ul li a{
    display: block;
    float: left;
    font-family: "微软雅黑";
    font-size: 15px;
    line-height: 24px;
    color: #333;
}
.news_con>ul li a:hover{
    color: #D9534F;
}
.news_con>ul li span{
    display: block;
    float: right;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.paging{
    width: auto;
    height: auto;
    font-size: 13px;
    text-align: center;
    border-top: solid 1px #ddd;
    margin-top: 30px;
}
.paging ul li a{
    margin: 0 5px;
    border-radius: 15px !important;
    padding: 6px 18px;
}
/*news*/
/*2.about*/
.about_con{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.about_con p{
    font-family: "微软雅黑";
    font-size: 15px;
    line-height: 22px;
    color: #333;
    text-indent: 28px;
    /**margin-bottom: 20px;*/
}
/*about*/
/*3.video*/
.video_con{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.video_con>ul{
    width: 100%;
    height: auto;
}
.video_con>ul li{
    float: left;
    width: 248px;
    height:auto;
    padding-bottom: 20px;
    margin-right: 17.5px;
    margin-left: 17.5px;
}
.video_con>ul li .photo{
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.photo img{
    display: block;
    width: 100%;
    vertical-align: middle;
    -ms-transform:scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1); /* 标准语法 */
    -ms-transition: all 0.6s; /* IE 9 */
    -webkit-transition: all 0.6s;/* Safari */
    transition: all 0.6s;/* 标准语法 */
	min-height:180px;
}
.video_con>ul li .video_title{
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    font-family: arial;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
    font-family: "微软雅黑";
}
.photo_video::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;		
    background: url(../img/photo_video.png) center center no-repeat;
    background-size: 53px 48px;
    background-color: rgba(0,0,0,.4);
    visibility: hidden;
}
.photo_video:hover::after{
    visibility: visible;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.photo_video:hover img{
    -ms-transform:scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* 标准语法 */
}
.photo_news::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;		
    background: url(../img/photo_news.png) center center no-repeat;
    background-size: 48px 48px;
    background-color: rgba(0,0,0,.4);
    visibility: hidden;
}
.photo_news:hover::after{
    visibility: visible;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.photo_news:hover img{
    -ms-transform:scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* 标准语法 */
}
/*video*/
/*4.news-details*/
.news_details_con{
    padding: 0 20px;
}
.news_details_con h1{
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 20px auto;
    text-align: center;
}
.news_details_con .news_from{
    width: auto;
    margin: 20px auto;
    text-align: center;
}
.news_details_con p{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    line-height: 24px;
   /* text-indent: 30px;*/
    /*margin-bottom: 20px;*/
}
.news_details_con p img{
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom:10px;
}
table tr td{
    padding: 5px 10px 5px 10px !important;
}
.t-close {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #AC2925;
    margin: 10px 0 0;
    cursor: pointer;
}
.recommended{
    border-top: solid 1px #ddd;
    padding-top: 10px;
}
.recommended .prev_news{
    float: left;
    font-size: 15px;
}
.prev_news a{
    color: #333;
}
.prev_news a:hover{
    color: #D9534F;
}
.recommended .next_news{
    float: right;
    font-size: 15px;
}
.next_news a{
    color: #333;
}
.next_news a:hover{
    color: #D9534F;
}
.news-link{
    margin-top: 40px;
}
.news-link div{
    margin-bottom: 10px;
}
.news-link div a{
    color: blue;
    text-decoration: underline;
}
/*news-details*/
/*5.team*/
.team_con{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.team_con .category{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.category .institute{
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color:#005fa8;
    padding: 6px 12px;
}
.category ul{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.category ul li{
    float: left;
    width: 175px;
    height: auto;
    margin-right: 18.5px;
    margin-left: 18.5px;
    margin-bottom: 10px;
	padding: 0 18px;
}
.category ul li a.photo{
    display: block;
    width: 140px;
    height: 180px;
    overflow:hidden;
    position: relative;
}
.category ul li a.photo::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background-color: #fff;
    opacity: 0;
    *filter:alpha(opacity=0);
}
.category ul li a.photo:hover::after{
    opacity: 0.3;
    *filter:alpha(opacity=30);
}
.category ul li span.people_name{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: inherit;
    text-align: center;
}
/*team*/
/*6.team-details*/
.people-resume{
    width: 100%;
    padding: 10px 15px;
    border-bottom: dashed 1px #AC2925;
}
.people-resume .person_info{
    position: relative;
    float: right;
    width: 685px;
    padding: 15px 15px 15px 40px;
    background-color: #f6f6f6;
}
.person_info .photo{
    position: absolute;
    /*left: -135px;
    top: 15px;*/
    width:150px;
    height:180px;
    overflow: hidden;
}
.person_info .infos{
    color: #333;
    margin-left:170px;
}
.infos dt{
    margin-bottom: 6px;
}
.infos dt strong{
    font-size: 18px;
    line-height:24px;
}
.infos dd{
    line-height: 24px;
}
.infomation{
    width: 100%;
    padding: 0 15px;
}
.infomation .per_title{
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color:#005fa8;
    padding: 6px 12px;
    margin: 20px 0 10px;
}
.infomation h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.infomation p{
    font-size: 14px;
    line-height: 22px;
}
/*team-details*/
.clearfix{
    clear: both;
}






.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 20px auto;
    width: auto;
    display: flex;
    justify-content: center;
}
.wp_paging li {
    display: inline-block;
    height: auto;
    line-height: unset; 
    float: left;
    margin-top: 5px;
}
.wp_paging .pages_count span {
    font-size: 14px;
    padding: 10px 5px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 14px;
    padding: 10px 5px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 14px;
    padding: 10px 5px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 14px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 14px;
    width: 80px !important;
    height: 42px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}
