body,html{
    height: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.header{
    background: url("/static/img/header_bg.png") no-repeat;
    height: 116px;
    padding-top: 30px;
}
.header .logo{
    float: left;
    margin-right: 40px;
}
.header_right{
    width: 865px;
}
.header .logo img{
    width: 290px;
    height: 80px;
}
.icon.search_icon{
    width: 16px;
    height: 16px;
    background-position: 0 0 ;
}
.search_groups{
    position: relative;
    width:260px;
    display: inline-block;
    margin-right: 30px;
}
.search_groups input{
    border: 1px solid #3366a1;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-right: 30px;
    display: inline-block;
}
.search_groups input[type=submit]{
   padding: 0;
    width: 50px;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
}
.search_groups input[type=submit]:focus{
    border-color:#3366a1 ;
}
.search_groups input[type=submit]:hover{
    border-color:#fff ;
}
.search_groups input[type=submit]:hover{
    background-color: #063e8e;
}
.search_groups input:focus{
    border: 1px solid #fff;
}
.search_groups button{
    border: none;
    background-color: transparent;
    outline: none;
    position: absolute;
    right: 1px;
    height: 28px;
    top: 1px;
    cursor: pointer;
}
.header_top{
    margin-bottom: 27px;
    text-align: right;
}
.header_right{
    float: left;
}
.header .login_box{
    display: inline-block;
    vertical-align: top
}
.header .login_box .btn{
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;

}
.header .login_box .login_btn{
    background-color: #e6ba5b;
    color: #444;
    font-size: 16px;
    border: 1px solid #e6ba5b;
}
.header .login_box .login_btn:hover{
    background-color: rgba(230,186,91,.9);
}
.header .login_box .sign_btn{
	background-color:transparent;
	color:#fff;
	font-size:12px;
	border:1px solid#3366a1;
	line-height:26px;
	padding:0 12px;
	display:inline-block;
	border-radius:20px;
}
.header .login_box .sign_btn:hover{
    background-color: rgba(0,0,0,.2);
}
.nav>.ul>.li{
    float: left;
    color: #1a5196;
    height: 56px;
    position: relative;
}
.nav>.ul>.li:hover .down_box{
    display: block;
    transition: all 1s;
}
.nav .li a{
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
    display:block;
    border-right: 1px solid #1a5196;
}
.nav >.ul >.li.this>a,
.nav .li a:hover{
    color: #e6ba5b;
}
.nav .li:last-child a{
    border: none;
}
.nav .down_box{
    background-color: rgba(0,0,0,.4);
    border-top: 2px solid #e6ba5b;
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 55px;
    display: none;
    transition: all 1s;
    z-index: 3;
}
.nav .down_box .li a{
    display: block;
    height: 40px;
    line-height: 40px;
    border: none;
}
.nav .down_box .li a span{
    float: right;
    display: none;
}
.nav .down_box .li a:hover span{
    display: block;
}
.nav .down_box .li a:hover{
    background-color: rgba(0,0,0,.3);
}
.nav .down_box .t3{
    width: 0px;
    height: 0px;
    border-top: 0px solid #e6ba5b;
    border-bottom: 7px solid #e6ba5b;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    top: -9px;
    left: 77px;
}
.banner{
    width: 100%;
    margin-bottom: 40px;
}
.banner img{
    width: 100%;
}
body{
    min-width: 1200px;
    background-color: #e8eff6;
}
.mainBody{
    background: url("/static/img/bg1.png") no-repeat left top;
    background-color: #e8eff6;
    padding-bottom: 270px;
    min-height: 100%;
}
.part_left{
    float: left;

}
.part_center{
    float: left;
}
.part_right{
    float: left;
}
.part1{
    height: 410px;;
    /*overflow: hidden;*/
}
.part1 .part_left{
    width: 384px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccdae6;
    margin-right: 40px;
}
.part1 .part_center{
    width: 385px;
    margin-right:40px;
}
.part1 .part_right{
    width: 350px;
    
}
.part1 .part_left .news_title{
    height: 82px;
    width: 335px;
    background: url("/static/img/bg2.png") no-repeat left center;
    padding-top: 15px;
    margin-top: -30px;
    position: relative;
    margin-bottom: 20px;
}
.part1 .part_left .news_title .time{
    display: block;
    float: left;
    padding: 0 12px;
    border-right: 1px solid #4271a8;
}
.part1 .part_left .news_title .time .day{
    color: #e6ba5b;
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.part1 .part_left .news_title .time .year{
    color: #9ac1ef;
    font-size: 14px;
}
.part1 .part_left img{
    display: block;
    width: 100%;
    height: 260px;
}
.part1 .part_left .news_title .txt{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    float: left;
    margin-left: 20px;
    width: 230px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.part1 .part_left .news_txt{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.part1 .title.titleC{
    height: 37px;
}
.part1 .part_left .news_txt a{
    color: #b08a37;
}
.part1 .part_left .news_txt a:hover{
    color: #cd9b2e;
}
.part .title{
    background: url("/static/img/title_bg.png") no-repeat right bottom;
    height:40px;
    margin-bottom: 24px;
}
.part .title.titleC{
    background: none;
    border-bottom: 3px solid #00408a;
}
.part .title.titleC .more{
    margin-top: 10px;
    color: #00408a;

}
.part .title.titleC .more .more_icon{
    background-color: #2870c4;
}
.part .title .zh{
    color: #404040;
    font-size: 20px;
    font-weight:bold;
    margin-right:10px;
    border-bottom: 3px solid #00408a;
    display: inline-block;
    height:37px;
}
.part .title .en{
    color: #c0c0c0;
    font-size: 12px;
}
.part .title .more{
    color: #b08a37;
    font-size: 12px;
    float: right;
    margin-top: 20px;
    margin-right: 11px;
}
.part .title .more:hover{
    opacity: .8;
}
.part .title .more .more_icon{
    height: 15px;
    width: 15px;
    background-color: #e6ba5b;
    color: #fff;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.part1 .part_center .news_list li{
    margin-bottom: 23px;
}.part_center .news_list li:last-child{
    margin-bottom: 0;
 }

.news_list li a{
    display: block;
}
.part3 .part_right .news_list li a .time,
.part1 .part_center .news_list li a .time{
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background-color: #c8d7e5;
    color: #404040;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
}
.part3 .part_right .news_list li a:hover .time,
.part1 .part_center .news_list li a:hover .time{
    color: #fff;
    background-color: #00408a;
}
.part3 .part_right .news_list li a .txt,
.part1 .part_center  .news_list li a .txt{
    width: 315px;
    float: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list li a .txt{
    color: #404040;
    font-size: 16px;
    line-height: 22px;

}
.news_list li a:hover .txt{
    color: #040a67;
}
.icon.time_icon{
    width: 14px;
    height: 14px;
    background-position: 0 bottom;
}
.part3 .part_center  .news_list li{
    margin-bottom: 25px;
}
.part1 .part_right  .news_list li{
    margin-bottom: 26px;
}
.part3 .part_center  .news_list li:last-child,
.part1 .part_right  .news_list li:last-child{
    margin: 0;
 }
.part3 .part_center  .news_list li a .time,
.part1 .part_right  .news_list li a .time{
    display: block;
    color: #a0acb8;
    font-size: 12px;
}
.part3 .part_center  .news_list li a .txt,
.part1 .part_right  .news_list li a .txt{
    height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.part1 .part_right .titleB{
    background:none;
    border-bottom: 3px solid #d5e3f1;
}
.part1 .part_right .titleB .more{
    margin-top: 10px;
    color: #225293;
}
.part1 .part_right .titleB .more .more_icon{
    background-color: #2870c4;
}
.part1 .part_right .titleB .zh{
    border:none
}
.part1 .part_right .img_list img{
    width: 100%;
    height: 103px;
    display: block;
    transition: all .2s linear;
}
.part1 .part_right .img_list a{
    display: block;
}
.part1 .part_right .img_list a:hover img{
    transform: scale(1.1);

}
.part{
    margin-bottom: 20px;
}
.part2{
    height: 250px;
    overflow: hidden;
}
.part2 .item{
    margin-bottom: 20px;
    float: left;
    display: block;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 1;
}
.part2 .item:hover{
    box-shadow: 0 0 1000px inset rgba(0,0,0,.5);
}
.part2 .bg1{
    width: 590px;
    height: 116px;
    margin-right: 20px;
    background: url(/static/css/"../img/bg3.png" ) no-repeat left center;

}
.part2 .bg2{
    width: 590px;
    height: 116px;
    background: url(/static/css/"../img/bg4.png" ) no-repeat left center;
    margin-right: 0;
}
.part2 .bg3{
    width: 285px;
    height: 116px;
    background: url(/static/css/"../img/bg5.png" ) no-repeat left center;
    margin-right: 20px;
}
.part2 .bg4{
    width: 285px;
    height: 116px;
    margin-right: 20px;
    background: url(/static/css/"../img/bg6.png" ) no-repeat left center;
}
.part2 .bg5{
    width: 285px;
    height: 116px;
    margin-right: 20px;
    background: url(/static/css/"../img/bg7.png" ) no-repeat left center;
}
.part2 .bg6{
    width: 284px;
    height: 116px;
    background: url(/static/css/"../img/bg8.png" ) no-repeat left center;
}
.part2 .bg1 .zh span{
    color: #3da583;
}
.part2 .bg2 .zh span{
    color: #e6ba5b;
}
.part2 .bg3 .zh span{
    color: #3edce2;
}
.part2 .bg4 .zh span{
    color: #e6de5b;
}
.part2 .bg5 .zh span{
    color: #3edce2;
}
.part2 .bg6 .zh span{
    color: #e6ba5b;
}
.part2 .bg5 .more{
    position: relative;
    top: -12px;
}
.part2 .item .zh{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.part2 .item .en{
    font-size: 12px;
    color: #fff;
    opacity: .5;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.part2 .item .more{
    float: right;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.part2 .item .more .more_icon{
    height: 15px;
    width: 15px;
    background-color: #e6ba5b;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
    color: rgba(0,0,0,.5);

}
.part2 .bg1 .more .more_icon{
    background-color: #155eb2;
}
.part2 .bg5 .more .more_icon,
.part2 .bg2 .more .more_icon{
    background-color: #853aa7;
}
.part2 .bg6 .more .more_icon,
.part2 .bg4 .more .more_icon,
.part2 .bg3 .more .more_icon{
    background-color: #155eb2;
}
.part3{
    height: 400px;
    overflow: hidden;
}
.part3 .part_left{
    width:730px;
    margin-right: 44px;
}
.part3 .part_left .news_list{
    
}
.part3 .part_center{
    width:343px;
    margin-right: 44px;
    float: left;
}
.part3 .part_center .title,
.part3 .part_left .title{
    /*height: 50px;*/
    padding-top: 7px;
}
.part3 .part_left .title .zh{
    height: 40px;

}
.part3 .part_left .news_list li{
    width: 340px;
    margin-right: 45px;
    margin-bottom: 24px;
    float: left;
}
.part3 .part_left .news_list li:nth-child(2n){
    margin-right: 0;
}
.part3 .part_left .news_list li:nth-child(2) a,
.part3 .part_left .news_list li:nth-child(3) a,
.part3 .part_left .news_list li:nth-child(6) a{
    border-color: #ebe0ca;
}
.part3 .part_left .news_list li .time{
    display: block;
    color: #a0acb8;
    font-size: 12px;
}
.part3 .part_left .news_list li .txt{
    margin-bottom: 5px;
    height: 45px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.part3 .part_left .news_list li a{
    /* padding-bottom: 15px; */
    border-bottom: 3px solid #d5e3f1;
    height: 90px;
}
.part3 .part_left .news_list li .dot{
    width: 4px;
    height:4px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    background-color: #2870c4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.part3 .part_right{
    width: 425px;
    float: left;
}
.tab .tab_title{
    font-size: 0;
}
.tab{

}
.tab .tab_box{
    position: absolute;
    width: 200%;
}
.tab .tab_title a{
    display: inline-block;
    width: 50%;
    color:#404040;
    font-size: 16px;
    background-color: #d5e3f1;
    height:50px;
    line-height: 50px;
    text-align: center;
}
.tab .tab_title a.active{
    background-color: #00408a;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.tab .tab_body{
    width: 100%;
    position: relative;
    height: 360px;
    overflow: hidden;
}
.tab .tab_body .tab_left{
    float: left;
    width:50%;
    padding-top: 30px;
}
.tab .tab_body .tab_right{
    float: left;
    width: 50%;
    padding-top: 30px;
}
.part3 .part_right .news_list a{
    margin-bottom: 16px;
}
.yellow{
    color: #ffbc46!important;
}
.part4 .title{
    background:url("/static/img/title_bg2.png") no-repeat right bottom;
}
.part4 .title .more{
    color: #00408a;
}
.part4 .title .more .more_icon{
    background-color: #2870c4;
}
.img_news_list .mews_item{
    display: block;
    float: left;
    width: 216px;
    margin-right: 30px;
}
.img_news_list .mews_item:last-child{
    margin: 0;
}
.img_news_list .mews_item .img{
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
}
.img_news_list .mews_item .img .name{
    display: block;
    padding: 0 20px;
    padding-top: 73px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-shadow: 0 0 3px #000;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.img_news_list .mews_item .txt{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 14px;
    color: #606162;
    margin-bottom: 20px;
}
.img_news_list .mews_item .time{
    color: #b2b2b2;
    font-size: 12px;
}
.img_news_list .mews_item:hover .txt{
    color: #00408a;
}
.footer{
    width: 100%;
    height: 218px;
    margin-top: -218px;
}
.footer .footer_top{
    background: url("/static/img/footer_bg.jpg") no-repeat left top;
    padding: 30px 0;
}
.footer_left{
    float: left;
    width: 975px;
}
.footer_right{
    float: left;
    width: 220px;
}
.footer_left .li{
    float: left;
    padding: 0 25px;
    border-right: 1px solid #0a4890;
}
.footer_left .li:last-child{
    border-right: 0;
}
.footer_left .li>a{
    display: block;
    color: #e6ba5b;
    font-size: 16px;
}
.footer_left .li>a:hover{
    color: #f3ae18;
}
.footer_left .li .down_box a{
    display: block;
    color: #618dc0;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.footer_left .li .down_box a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer_right .code{
    width: 125px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
}
.footer_right .code img{
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.footer_right .code .txt{
    display: block;
    color: #fff;
    font-size: 12px;
}
.footer_right>img{
    vertical-align: middle;
}
.footer_bottom{
    color: #5f7895;
    font-size: 12px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background-color: #003471;
}
.part:last-child{
    margin-bottom: 0;
}
.bannerB{
    width: 100%;
    height: 190px;
    background-size:cover!important;
    text-align: center;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.bannerB .zh{
    color: #fff;
    font-size: 30px;
    display:block;
    text-align: center;
    margin-bottom: 15px;
}
.bannerB .en{
    color: rgba(255,255,255,.5);
    font-size: 12px;
    text-transform: uppercase;
    display:block;
    margin-bottom: 10px;
    text-align: center;
}
.bannerB .bar{
    width: 38px;
    height: 4px;
    background-color: #e6ba5b;
    margin: 0 auto;
    display: block;

}
.banner1{
    background: url("/static/img/banner1.jpg") no-repeat center center;
}
.banner2{
    background: url("/static/img/banner2.jpg") no-repeat center center;
}
.banner3{
    background: url("/static/img/banner3.jpg") no-repeat center center;
}
.banner4{
    background: url("/static/img/banner4.jpg") no-repeat center center;
}
.banner5{
    background: url("/static/img/banner5.jpg") no-repeat center center;
}
.banner6{
    background: url("/static/img/banner6.jpg") no-repeat center center;
}
.banner7{
    background: url("/static/img/banner7.jpg") no-repeat center center;
}
.banner8{
    background: url("/static/img/banner8.jpg") no-repeat center center;
}
.banner9{
    background: url("/static/img/banner9.jpg") no-repeat center center;
}
.banner10{
    background: url("/static/img/banner10.jpg") no-repeat center center;
}
.mainBodyB{
    background-color: #e8eff6;
    padding-bottom: 218px;
    /* min-height: 100%; */
}
.innerBody{
   position: relative;
    z-index: 2;

}
.innerBody .container{
    position: relative;
}
.containerBox{
    overflow: hidden;
}
.innerBody .container .nav_title{
    width: 260px;
    height: 80px;
    background: url("/static/img/title_bg3.png") no-repeat center center;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
    position: absolute;
    left: -30px;
    top: -47px;
}
.inner_left{
    float: left;
    width: 225px;
    margin-right: 40px;
    /*background-color: #d5e3f1;*/
    /*margin-top: -45px;*/
    padding-top: 83px;
    padding-bottom: 9999px;
    margin-bottom: -9900px;
}
.inner_right{
    float: left;
    width: 930px;
    padding-bottom: 5000px;
    margin-bottom: -5000px;
}

.inner_left .title{

}
.navB{
    background: url("/static/img/left_bg.jpg") no-repeat left top;
    background-color: #d5e3f1;
    border-right: 5px solid #003d8a;
    min-height: 300px;
    background-size: cover!important;
}
.navB li{
    width: 220px;
}
.navB li a{
    display: block;
    color: #404040;
    font-size: 16px;
    border-bottom: 1px solid #becfe0;
    padding: 18px 20px;
    width: 185px;
    line-height: 20px;
}
.navB li a .icon{
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.navB li a .txt{
    float: left;
    width: 158px;
    display: block;
}
.icon.nav_icon{
    width: 12px;
    height: 12px;
    background-position: -19px 0;
}
.navB li.this{
border-right: 10px solid #d9ab4c;
}
.navB li.this a,
.navB li:hover a{
    color: #003d8a;
    font-weight: bold;
}
.navB li.this .icon,
.navB li:hover .icon{
    background-position-y: bottom;
}
.position{
    padding: 30px 0;
    color: #a0acb8;
    font-size: 14px;
}
.position a{
    color: #a0acb8;
}
.position a:hover{
    color: #8b8c8d;
}
.inner_right .title{
    width: 100%;
    border-bottom: 4px solid #d5e3f1;
    height: 60px;
    color: #003d8a;
    font-size: 30px;
    margin-bottom: 20px;
}
.inner_right .title span{
    display: inline-block;
    padding: 0 11px;
    border-left: 4px solid #d9ab4c;
}
.media_left{
    float: left;
}
.media_body{
    float: left;;
}
.list_body li{
    padding: 30px 0;
    border-bottom: 1px solid #d5e3f1;
}
.list_body li:hover .media_left{
    background-color: #003d8a;
}
.list_body li:hover .day{
    color: #d9ab4c;
}
.list_body li:hover .year{
    color: #fff;
}
.list_body .media_left{
    width: 65px;
    height: 65px;
    margin-right: 20px;
    padding: 15px 15px;
    background-color: #d5e3f1;
}
.list_body .media_left{
    margin-right: 20px;
}
.list_body .media_left .day{
    color: #003d8a;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0;
}
.list_body .media_left .year{
    color: #768da3;
    font-size: 14px;
}
.list_body .media_body{
    width: 755px;
}
.list_body .media_body h2 a{
    display: block;
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_body .media_body h2 a:hover{
    color: #003d8a;
}
.list_body .media_body .msg{
    color: #606162;
    font-size: 14px;
    margin-bottom: 20px;
}
.list_body .media_body .msg .msg_item{
    display: inline-block;
margin-right: 30px;
}
.list_body .media_body .txt{
    color: #606162;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_body{
    margin-bottom: 60px;
}
.icon.look_icon{
    width: 14px;
    height: 10px;
    background-position: -33px bottom;
}
.icon.people_icon{
    width: 12px;
    height: 14px;
    background-position: -33px 0;
}
.page{
    text-align: center;
    padding-bottom: 60px;
}
.page a{
    display: inline-block;
    width: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #d5e3f1;
    color: #404040;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px;
    font-size: 14px;
}
.page a:hover{
    background-color: #003d8a;
    color: #fff;
}
.details_box  .details_top{
    padding-bottom: 36px;
    border-bottom: 1px solid #d5e3f1;
}
.details_box .name{
    color: #003679;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 36px;
}
.details_box .msg{
    color: #d5e3f1;
}
.details_box .msg span{
    color: #606162;
    font-size: 14px;
    display: inline-block;

}
.details_box .msg>span:first-child{
    padding-left: 0;
}
.details_box .msg>span{
    padding: 0 10px;
}
.passage_box{
    padding: 30px 0;
    line-height: 1.8;
}
.passage_box img{
    max-width: 100%;
}
.list_body .teacher_list .media_left{
    width: 136px;
    height: 180px;
    background-color: transparent;
    padding: 0;
}
.list_body .teacher_list .media_left img{
    width: 100%;
    height: 100%;
}
.list_body .teacher_list .media_body{
    width: 740px;
}
.list_body .teacher_list .media_body .txt{
    white-space: normal;
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}
.list_body .teacher_list .media_body .watch_details{
    color: #b39043;
    font-size: 14px;
}
.list_body .teacher_list .media_body .watch_details:hover{
    color: #003d8a;
}
.list_body .leader_list .media_left{
    background-color: transparent;
    padding: 0;
    width: 332px;
    height: 220px;
}
.list_body .leader_list .media_left img{
    width: 100%;
    height: 100%;
}
.list_body .leader_list .media_body{
    width: 533px;
}
.list_body .leader_list .media_body .msg .item{
    margin-bottom: 15px;
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list_body .leader_list .media_body .msg .item .name{
    color: #404040;
    font-size: 14px;

}
.list_body .leader_list .media_body .msg .item .txtB{
    color: #696a6c;
    font-size: 14px;
}
.download_list .download_item{
    float: left;
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    max-width: 760px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download_list .download_item:hover{
    color: #003d8a;
}
.download_list .download_item .bull{
    color: #003d8a;
    font-size: 16px;
    margin-right: 10px;
}
.download_list .time{
    float: right;
    color: #727476;
    font-size: 14px;
}
.download_file{
    color: #404040;
    font-size: 16px;
    padding: 0 40px;
    margin-top: 15px;
}
.download_file a{
    color: #003679;
    font-size: 16px;
}
.download_file a:hover{
    color: #0a4890;
}
.icon.icon1_icon{
    width: 10px;
    height: 12px;
    background-position: -47px 0;
}
.project_list .media_left{
    width: 213px;
    height: 115px;
    padding: 0;
}
.project_list .media_left img{
    max-width:100%;
    max-height:100%;
    display:block;
    margin:0 auto
}
.project_list .media_body{
    width: 662px;
}
.project_list .media_body .code{
    position: relative;
    color: #9ca0a4;
    font-size: 14px;
    cursor: pointer;
}
.project_list .media_body .code .t3{
    width: 0;
    height: 0;
    border-top: 7px solid #404040;
    border-bottom: 0 solid #404040;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    top: 4px;
    left: 50px;
}
.project_list .media_body .code:hover .t3{
    border-top: 0 solid #404040;
    border-bottom:7px solid #404040;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.project_list .media_body .code .code_img{
    width: 140px;
    height: 140px;
    padding: 7px;
    border: 1px solid #d5e3f1;
    position: absolute;
    left: 50px;
    top: 11px;
    display: none;
    background-color: #fff;
}
.project_list .media_body .code:hover .code_img{
    display: block;
}
.project_list .media_body .code .code_img img{
    width: 100%;
    height: 100%;
}
 .project_list .media_body .num{
     font-size: 14px;
     color: #606162;
     float: right;
     margin-top: -20px;
 }
.popular_active_list .media_left{
    background-color: transparent;
    width: 170px;
    height: 107px;
    padding: 0;
}
.popular_active_list .media_left img{
    width: 100%;
    height: 100%;
}
.popular_active_list .media_body{
    width: 706px;
}
.projectBody{
    overflow: hidden;
}
.project_details{
    padding-right: 80px ;
}
.projectBody .inner_left{
    width: 880px;
    margin: 0;
    padding-bottom: 5000px;
    margin-bottom: -5000px;
}
.projectBody .inner_right{
    width: 320px;
    background-color: #d5e3f1;
    padding-bottom: 5000px;
    margin-bottom: -5000px;
    margin-top: 130px;
}
.projectBody .inner_left .title{
    width: 100%;
    border-bottom: 4px solid #d5e3f1;
    color: #003d8a;
    font-size: 30px;
    margin-bottom: 20px;
    background:none;
    border-bottom: 4px solid #d5e3f1;
    text-align: left;
    height: 60px;
    padding-top: 0;
    font-weight: normal;
}
.projectBody .inner_left .title span{
    display: inline-block;
    padding: 0 11px;
    border-left: 4px solid #d9ab4c;
}
.projectBody .inner_left .project_details h2{
    font-size: 30px;
    color: #404040;
    margin-bottom: 30px;
    font-weight: normal;
}
.projectBody .inner_left .project_details .pro_msg{
    padding-bottom: 40px;
    border-bottom: 1px solid #d5e3f1;
}
.projectBody .inner_left .project_details .msg_left{
    float: left;
}
.projectBody .inner_left .project_details .msg_right{
    float: right;
}
.projectBody .inner_left .project_details .msg_item{
    color: #696a6c;
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}
.projectBody .inner_left .project_details .msg_right .sign_in_btn{
    height: 46px;
    line-height: 46px;
    padding: 0 32px;
    color: #fff;
    font-size: 14px;
    background-color: #003d8a;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;: ;
}
.projectBody .inner_left .project_details .msg_right .sign_in_btn:hover{
    background-color: #007aff;
}
.projectBody .inner_left .project_details .msg_right .sign_in_btn[disabled=disabled]{
    background-color: #5f7895;
    cursor: no-drop;
}
.pro_introduction{
    padding: 30px 0;
    border-bottom: 1px solid #d5e3f1;
    margin-bottom: 25px;
    line-height: 24px;
}
.pro_introduction img{
    max-width: 100%;
}
.pro_file_download{
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d5e3f1;
}
.titleD{
    color: #404040;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.pro_file_download li{
    height: 40px;
    line-height: 40px;
}
.pro_file_download li .txt{
    color: #404040;
    font-size: 16px;
    display: inline-block;
    max-width: 730px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal;
    vertical-align: middle;
    margin-right: 5px;
}
.pro_file_download li a{
    font-size: 14px;
    color: #003d8a;
    vertical-align: middle;
}
.download_icon.icon{
    width: 14px;
    height: 14px;
    background-position: -50px bottom;
    line-height: normal;
}
.sign_people{
    padding-bottom:50px;
}
.sign_people ul{
}
.sign_people li{
    float: left;
    margin-right: 16px;
    margin-bottom: 25px;
}
.sign_people li a{
    display: block;
}
.sign_people li img{
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 10px;
}
.sign_people li .item_msg{
    float: left;
    width: 78px;

}
.sign_people li .item_msg span{
    display: block;
}
.sign_people li .item_msg .name{
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.sign_people li .item_msg  .time{
    color: #bac0c6;
    font-size: 12px;
}
.sign_people li a:hover .name{
    color: #0a4890;
}
.load_more{
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 170px;
    margin: 0 auto;
    background-color: #d5e3f1;
    display: block;
    color: #6c7781;
    font-size: 14px;
    text-align: center;
}
.load_more .t3{
    width: 0;
    height: 0;
    border-top: 7px solid #6c7781;
    border-bottom: 0 solid #6c7781;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: block;
    position: absolute;
    top: 17px;
    left: auto;
    right: 20px;
}
.load_more:hover{
    background-color: #a4b4c4;
}
.inner_right .right_top{
    padding-top: 70px;
}
.inner_right .right_top{
    padding: 72px 0;
    border-bottom: 1px solid #c9d7e5;
}
.inner_right .right_top .txt{
    color: #606162;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.inner_right .right_top .num{
    color: #606162;
    font-size: 14px;
    display: block;
    text-align: center;
}
.inner_right .right_top .num .yellow{
    font-size: 36px;
    font-weight: bold;
}
.right_list .titleB{
    padding: 20px 25px;
    display: block;
    border-bottom: 1px solid #c9d7e5;
}
.right_list .titleB .zh{
    color: #404040;
    font-size: 20px;
    font-weight: bold;
}
.right_list .titleB .en{
    color: #9eaab7;
    font-size: 12px;
}
.right_list .titleB a{
    float: right;
    color: #00408a;
    font-size: 12px;
    margin-top: 7px;
}
.right_list .titleB a:hover{
    color: #007aff;
}
.right_list .titleB a .more_icon{
    display: inline-block;
    width: 13px;
    height: 13px;
    color: #fff;
    text-align: center;
    line-height: 10px;
    background-color: #2870c4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.right_list li{
    padding: 30px 25px;
    border-bottom: 1px solid #c9d7e5;
}
.right_list li a{
    color: #404040;
    font-size: 16px;
    line-height: 28px;
    display: block;
    margin-bottom: 20px;
}
.right_list li a:hover{
    color: #0a4890;
}
.right_list li a .bull{
    background-color: #d9ab4c;
    display: inline-block;
    height: 4px;
    width: 4px;
    float: left;
    margin-top: 11px;
    margin-right: 8px;
}
.right_list li a .txt{
    float: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 257px;
}
.right_list li .time{
    font-size: 14px;
    color: #7a7c7e;
    padding-left: 11px;
}
.pageTable tr span,
.pageTable tr a{
	height: auto!important;
	line-height: normal!important;
}