@charset "utf-8";
body {
 font-family:Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
ul,li,ol{list-style: none; margin:0; padding:0;}
.logo {
 padding:0;
}
img{max-width: 100%;}
#navbar-collapse ul {
 margin-top:0;
}
.carousel-inner img {
 margin: 0 auto;
}
a { text-decoration: none; }
/*头*/
.top-link {float: right;padding: 0.6% 0;color: #fff;}
.top-link a {color: #fff;font-size: 12px;}
.top-link span {padding: 0 10px;}

/*头部导航*/
 #top{position: fixed;z-index:2;width: 100%;} #top h6{width:100%;font-size:12px; padding:0% 10% 0% 10%;color: #fff; box-shadow:0 1px 0 rgba(255,255, 255, 0.2);overflow: hidden; margin: 0;} 

#top dl,#top h4{z-index:2; width:100%;padding:0% 10%;position: absolute;border-top:1px solid rgba(255, 255, 255, 0.1);margin-top: 0;}
#top dl h5 {float: right;margin: 0;}
#top dl h5 a{float: left;color: #fff; font-size: 16px; cursor: pointer;}
#top img{float: left;}

.top_a h6{background: #1b4378;}
.top_a dl{background:#1e4b87;opacity:0.7;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);}
.top_a dl:hover{background:#1b4378;/*opacity:0.6;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);*/}
.top_a dl h5 {width:65%;margin: 0;}
.top_a dl h5 a{padding:4% 0%;width:11%;text-align: center;}
.top_a dl h5 a:hover{background: #006dfe;opacity:0.9;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);}
.top_a dl img{width:30%;height:auto;padding: 1.4% 0;}

.top_b h6{background: #36414b;}
.top_b dl{background:#1e4b87;opacity:0.9;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
.top_b dl h5 {width:73%;}
.top_b dl h5 a{padding:1.5% 0%;width:11%;text-align: center;}
.top_b dl h5 a:hover{background: #006dfe;opacity:0.65;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);}
.top_b dl img{width:22%;height: auto;padding: 0.4% 0;}

/*二级菜单*/
#top dl h5 a ul{position: absolute;top:90%;display:none;border-radius:0 0 15px 15px;padding-top:0.5%;}
#top dl h5 a ul li{padding:25px; background: rgba(43, 67, 93, 0.9);text-align: left;box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);}
#top dl h5 a ul li:hover{background: #006dfe;opacity:0.65;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);}
#top dl h5 a:hover ul{display: block;}

/*搜索框search*/
.mu_logo:hover{background:none!important;color:#fff;text-shadow: #fff 0px 0px 15px; }

#search{overflow: hidden;background: #f7f7f7;box-shadow:0 0 4px rgba(0, 0, 0, 0.5);}
#search input{padding:2.7% 2%;font-size:18px;background:none;color: #4b4b4b;transition: 0.8s; -moz-transition: 0.8s; -webkit-transition: 0.8s;}
#search i{padding:1% 2.5%;border-radius:99px; cursor: pointer;}
#search #opne{color: #1e4b87;box-shadow:0 0 0 1px #1e4b87 inset;}
#search #opne:hover{color: #fff;background:#1e4b87; box-shadow:0 0 0 1px rgba(0,0,0,0) inset;}
#search #out:hover{color:#1e4b87;text-shadow: #1e4b87 0 0 5px ; }

#search #out:hover{ }
.search_0{margin-left:100%;opacity:0;}
.search_1{margin-left:0%;opacity:1;}
.search_0 input{width: 0%;}
.search_1 input{width: 70%;}

/*导航菜单-二级菜单*/
#top dl h5 a:hover .aul1{display: block; -webkit-animation: aulli 0.8s;animation: aulli 0.8s;}
#top dl h5 a:hover .aul2{display: block; -webkit-animation: aulli 1.2s;animation: aulli 1.2s;}
#top dl h5 a:hover .aul3{display: block; -webkit-animation: aulli 1.4s;animation: aulli 1.4s;}
#top dl h5 a:hover .aul4{display: block; -webkit-animation: aulli 1.6s;animation: aulli 1.6s;}
#top dl h5 a:hover .aul5{display: block; -webkit-animation: aulli 2.2s;animation: aulli 2.2s;}
#top dl h5 a:hover .aul6{display: block; -webkit-animation: aulli 2.7s;animation: aulli 2.7s;}


@-webkit-keyframes aulli {  
0%{ opacity: 0;-webkit-transform: perspective(160px) rotateX(-50deg)rotatey(135deg)rotateZ(15deg); }}
@keyframes aulli { 
0%{ opacity: 0;transform: perspective(160px) rotateX(-50deg)rotatey(135deg)rotateZ(15deg); }}

/*手机版导航菜单*/
.menu_1 .m1{-webkit-animation: m1 1s;animation: m1 1s;}
@-webkit-keyframes m1 {  0%{left:-100%; }   100%{left:0%; } }
@keyframes m1 {  0%{left:-100%; }   100%{left:0%; } }

.menu_1 span ul li{ -webkit-animation: m2 1s;animation: m2 1s;}
@-webkit-keyframes m2 { 0%{padding:5% 5% 5% 95%; }  100%{padding:5% 5% 5% 45%; }}
@keyframes m2 { 0%{padding:5% 5% 5% 95%; }  100%{padding:5% 5% 5% 45%; }}

/*移动端导航*/
#menu_m{position: fixed;z-index:3;overflow:hidden;width:100%;height:100%;background:rgba(30, 75, 135, 0.95);top:0%;font-size:0.7em;}
.menu_0{left:-100%;}.menu_1{left:-0%;}

#menu_m .now{background:#1e4b87;box-shadow:0 0 0;color:#fff;}
#menu_m .now a:focus {color:#fff; }
#menu_m .now i{margin-right:-0% !important;}
#menu_m .m1{position:absolute; width:40%;height:100%;background:rgba(255, 255, 255, 0.9);z-index:2;left:0%;}
#menu_m .m1 li{padding:15% 10%;overflow:hidden;font-size: 14px;}
#menu_m .m1 li i{float: right;margin-right:-20%;color:#fff;}

#menu_m span{position:absolute; width:500%;margin-left:-0%;margin-top:5%;}
#menu_m span ul{width:20%;float: left;}
#menu_m span ul li{padding:5% 5% 5% 45%;width:100%;color:#fff;box-shadow:0 1px 0  rgba(0, 0, 0, 0.1);}

.m_esc{position: absolute;right:0%;top:0%;color:#fff;padding:2% 3.5%;background:rgba(0, 0, 255, 0.3);}



@media screen and (min-width: 1200px) {
.dm{display: none;} 
        
}


@media screen and (max-width: 1200px) and (min-width: 800px) {
.dm{display: none;} 
/*top*/
#top h6{width:100%;padding:0% 2.5% 0% 2.5%;}
#top dl,#top h4{ width:100%;padding:0% 2.5%;}
#top dl h5 a{font-size:12px;}
.top_b dl img{width:13%;}
    
.page_top h5{padding:0.5% 4%;}
    
}

@media screen and (max-width: 800px) {
.dc{display: none;}
    
*{font-family:"arial","iconfont";}
    
#top h6{width:100%; padding:1% 5% 1% 5%;font-size:0.5em;}
#top dl,#top h4{width:100%;padding:0% 5%;}
.top_a dl:hover{background:#1b4378;/*opacity:0.6;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);*/}
.top_a dl{background: #1e4b87;}  
 #top dl h5 a{float: right;padding:14%;}

.top_a dl img{width:70%;padding: 3.3% 0;}   
.top_a dl h5 {width:30%;} 

    
.top_b dl img{width:70%;padding: 3.3% 0;}  
.top_b dl h5 {width:30%;} 

/*search*/
#search input{padding:6% 2%;font-size:0.8em;}
#search #opne{color: #1e4b87;box-shadow:0 0 0 1px #1e4b87 inset;}
.search_1 input{width: 55%;} 
#search i{padding:2% 2.5% 2.2%;border-radius:99px;}
#search #opne{color: #1e4b87;box-shadow:0 0 0 1px #1e4b87 inset;}  
}


/*选中色*/
::selection{background:rgba(0, 58, 216, 0.5);color:#fff;}
::-moz-selection{background:rgba(0, 0, 0, 0.5);color:#fff;}
::-webkit-selection{background:rgba(0, 0, 0, 0.5);color:#fff;}
/*滚动条*/
::-webkit-scrollbar{width:8px;background: #fff;}
::-webkit-scrollbar-thumb{background:#1e4b87;}
body {scrollbar-face-color: #eaeaea;scrollbar-shadow-color: #eaeaea;
scrollbar-track-color: #fff;scrollbar-arrow-color: #fff;}

/*复用*/
/*.cp,#top h6 a,#top img,#top dl h5 a,#top dl h5 a ul,#search i,.banner dl h4 b i,.banner h2 i,.title,.news li img,.event dl,.life dl p i,.media,.link h5 p,.share h1,.share h6 i,.share dt,.share h4,.page_mu_button0,.page_mu_button1,.page #event_top h2 a,.page #event_top h4,#box i,.m_esc,#life dl,.page_number a{cursor: pointer;user-select:none;-webkit-user-select: none;-moz-user-select: none;}
div,dir,dl,dd,dt,ul,li {margin: auto; position:relative;}*/

/*重置*/html{overflow-x:hidden;}
@font-face {font-family: "iconfont"; src: url('http://at.alicdn.com/t/font_1464869225_5639353.ttf');}
@charset "UTF-8";texearea{resize: none;}iframe{display: block;}input,textarea{outline:none;outline:medium;}img{display: block;}a{text-decoration: none;color: inherit;}i{font-style: normal;}li{list-style-type: none;}*{margin: 0px;padding: 0px;border: 0px;font-family:"Microsoft YaHei","iconfont";font-weight: lighter;transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s;}
#ie{display:none;position:fixed;z-index:100;width:80%;height:80%;top:0px;background:#005ab2;color: #fff;padding: 10% 10%;}#ie i{font-size:22mm;}
/*头 e*/
/*banner*/
.carousel-caption { font-size: 24px; padding: 15px 20px; background: #1e4b87;opacity:0.8;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); display: inline-table; bottom: 60px; behavior: url(PIE.htc); }
.carousel-control img { width: 50px;opacity:0;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);  }
.carousel-control:hover img{ width: 50px;opacity:1;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);  }
.carousel-control { font-size: 50px; } 

/*定义一个名字为righteaseinAnimate动画，实现从页面的右边淡入页面效果*/
@keyframes righteaseinAnimate{
    0%{ transform: translateX(2000px); opacity: 0;}   /*在0%时设置文字在想X轴2000px位移处（右边），透明度为0，也就是看不见文字*/
    100%{ transform: translateX(0px); opacity: 0.8;}      /*在100%时设置文字在想X轴0px位移处，也就是原始布局的位置，透明度为1，也就是文字可以看见了*/
}
@-webkit-keyframes righteaseinAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 0.8;}
}
@-o-keyframes righteaseinAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 0.8;}
}
@-ms-keyframes righteaseinAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 0.8;}
}
@-moz-keyframes righteaseinAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 0.8;}
}
.company_introduce{
    animation: righteaseinAnimate 1s ease 1;    /*调用已定义好的动画righteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: righteaseinAnimate 1s ease 1;
    -moz-animation: righteaseinAnimate 1s ease 1;
    -ms-animation: righteaseinAnimate 1s ease 1;
    -o-animation: righteaseinAnimate 1s ease 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}
/*新闻快递*/
.tab-1 { margin: 10px 0; }

.in-new-head { border-bottom: 1px solid #1e4b87; }
.in-new-head h4 { padding-left: 24px; color: #1e4b87;display: inline-block; background: url(../images/iconb-1.png) no-repeat; }
.in-new-head h4 span { font-size: 14px; }
.more { font-size: 14px; color: #999; float: right; background: url(../images/moreb.png) no-repeat right; padding-right: 19px; margin-top: 12px; }
.more:hover { color: #1e4b87;  }
.in-new-main { margin-top: 15px; }
.in-new-main .in-new-left a { display: inline-block; overflow: hidden; }
.in-new-main .in-new-left a img {transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s; width: 100%;}
.in-new-main .in-new-left a img:hover {transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);}
.in-new-main .in-new-right { margin-top: -15px; }
.in-new-main .in-new-left h5 a{ color: #1e4b87; }
.in-new-main .in-new-left p { font-size: 12px; color: #666; line-height: 18px; }
.in-new-right ul li a { font-size: 14px; color: #333; line-height: 20px;background: url(../images/red-dian_06.gif) no-repeat left 8px; padding-left: 10px; display: block; text-align: left; width: 75%; }
.in-new-right ul li span { float: right; margin-left: 15px; width: 20%; text-align: right; margin-top: 3px; color: #666; font-size: 12px; }
.in-new-right ul li a:hover { color: #1e4b87; }
.in-new-right ul li p { font-size: 12px; color: #999; margin-top: 10px; float: right; margin-bottom: 0;}
.in-new-right ul li { padding: 15px 0; overflow: hidden;border-bottom: 1px solid #f5f5f5;  }
/*通知公告*/
.index-notice { margin-top: 10px; }
.nav-tabs .active { color: #1e4b87;  }
.nav-tabs .active .nav-tab1 { background: url(../images/iconb-2.png) no-repeat 10px; font-size: 16px; background-color: #fff; padding-left: 35px; }
.nav-tabs .active .nav-tab2 { background: url(../images/iconb-3.png) no-repeat 10px; font-size: 16px; background-color: #fff; padding-left: 35px; }
.nav-tabs  .nav-tab1 { background: url(../images/iconh-2.png) no-repeat 10px; font-size: 16px; padding-left: 35px; }
.nav-tabs  .nav-tab2 { background: url(../images/iconh-1.png) no-repeat 10px; font-size: 16px; padding-left: 35px; }
.tab-content ul li span { font-size: 16px; color: #1e4b87; font-family: Georgia; height: 18px; line-height: 18px; display: block; }
.tab-content ul li span a { font-size: 14px; color: #333; margin-left: 8px; }
.tab-content ul li span a:hover { color: #1e4b87; }
.tab-pane ul li { overflow: hidden; margin-bottom: 17px;}
.tab-content { margin-top: 15px; }
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color:#1e4b87;
    cursor:default;
    /*background-color:#fff;*/
    border:1px solid #1e4b87;
    border-bottom-color:transparent;
    border-bottom-color:#fff;
}
.nav-tabs {
    border-bottom:1px solid #1e4b87
}
/*科研团队*/
.tab-2 { padding: 10px 0; overflow: hidden; background: #f9f3f3; }
/*.tab-2 .index-team-head h3 { background: url(../images/iconb-4.png) no-repeat 70px;margin-top: 0; position: relative; left: 14px; }*/
.tab-2 .index-team-head { text-align: center; color: #1e4b87;  position: relative; height: 50px; }
.tab-2 .index-team-head p { font-size: 12px; }
.tab-2 .index-team-head .in-team-hmain { background: #f9f3f3; text-align: center; height: 44px;position: relative; z-index: 999; margin: 0 auto; }
.tab-2 .index-team-head .in-team-hxian { position: absolute; height: 1px; background: #ccc; width: 100%; top: 14px; z-index: 1; }
.tab-2 .index-team-main { margin-top: 30px; }
.index-team-main ul li a { display: block;overflow: hidden; }
.index-team-main ul li img { width: 100%; }
.index-team-main ul li img {transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;}
.index-team-main ul li img:hover {transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);}
.index-team-main ul li h5 a{ color: #333; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.index-team-main ul li h5 a:hover { color: #1e4b87; }
.index-team-main ul li p { font-size: 12px; color: #787878; line-height: 20px; }
.index-team-main ul li b { color: #1e4b87; font-family: "宋体"; display: block; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.index-team-main ul li b a{ color: #1e4b87; font-family: "宋体"; display: block; text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight: 600 }
.index-team-main ul li b a:hover {color: #1e4b87;  }
.index-team-main ul li .enter { font-size: 12px; color: #999; float: right; margin-top: 10px; }
.index-team-main ul li .enter:hover { color: #1e4b87; }
/*学术报告*/
.tab-3 { padding: 10px 0; overflow: hidden; }

.in-report-head h4{ padding-left: 24px; color: #1e4b87;display: inline-block; background: url(../images/iconb-5.png) no-repeat; }
.in-report-name { overflow: hidden; }
.in-report-name .in-report-img1 { background: #1e4b87; border-radius: 5px;width: 20px; height: 20px; line-height: 20px; float: left; }
.in-report-name .in-report-img1 img { display: inline-block; margin-left: 1px; margin-bottom: 4px;}
.in-report-name a { color:#1e4b87; margin-left: 10px; display: inline-block; float: left; }
.in-report-main ul li { padding: 15px 0;border-bottom: 1px solid #f5f5f5; overflow: hidden; }
.in-report-content .in-report-img2 { background: #cccccc; border-radius: 5px;width: 20px; height: 20px;  float: left; color: #fff; text-align: center; line-height: 20px; }
.in-report-content p { font-size: 12px; color: #666; float: left; margin-left: 10px; line-height: 20px; width: 88%; }
.in-report-content { margin-top: 10px; }
/*学术活动*/

.in-active-head h4{ padding-left: 24px; color: #1e4b87;display: inline-block; background: url(../images/iconb-6.png) no-repeat; }
.in-active-main ul li span { float: right; font-size: 12px; color: #999; line-height: 15px; margin-left: 15px; }
.in-active-main ul li a { height: 15px;font-size: 14px;display: block;text-align: left;color: #333;line-height: 15px;}
.in-active-main ul li a:hover { color:#1e4b87; }
.in-active-main ul li { overflow: hidden; margin-top: 15px; margin-bottom: 20px; }
/*新媒体*/
.in-media-head h4{ padding-left: 24px; color: #1e4b87;display: inline-block; background: url(../images/iconb-7.png) no-repeat; }
.media-item-1 li {width: 50%;text-align: center;float: left;}
.media-item-1 li a, .media-item-1 li span {display: block;font-size: 18px;color: #888;}
.codebox img {transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;}
.codebox:hover img {transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);}
.media-item-1 img { display: inline-block; }
.in-media-main { margin-top: 15px; }
.media-item-2 li .mda-title { font-size: 14px;color:#1e4b87;   }
.media-item-2 li .mda-title a:hover { color:#1e4b87;  }
.media-item-2 li .mda-desc { font-size: 12px; color: #666;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.media-item-2 li .date { font-size: 12px; color: #999; }
.media-item-2 li { line-height: 24px; padding: 3px 0; overflow: hidden; }
.media-item-1 { overflow: hidden; }
/*快速导航*/
.index-qunav ul li { width: 100%; float: left; padding: 10px; overflow: hidden; }
.index-qunav ul li img { float: left; }
.index-qunav ul li .index-qunav-text { margin-left: 20px; float: left; }
.index-qunav ul li .index-qunav-text h4 { font-size: 18px; color: #333; margin-bottom: 5px; }
.index-qunav ul li .index-qunav-text h4 p { font-size: 12px; color: #666; }
.index-qunav ul li:hover { background: #f5f5f5; }
.index-qunav { margin-top: 10px; }
/*底*/
.footer { background: #1e4b87; padding: 20px 0; }
.footer p { font-size: 12px; color: #fff; margin: 0; line-height: 24px; }
.footer p a { color: #fff; }
.footer .foot-right {  text-align: right; }
/*新闻快递*/
.inside-new { margin: 40px 0; }
.sidebar-nav { padding-right: 25px; }
.sidebar-nav h3 { margin: 0; height: 80px; line-height: 80px; color: #fff; text-align: center; background: url(../images/sidebar-img1_03.png) no-repeat center #1e4b87; }
.sidebar-nav ul li a { display: block; text-align: center; font-size: 16px; color: #333; margin-top: -1px;height: 48px;line-height: 48px;border: 1px solid #EEEEEE; }
.sidebar-nav ul li a:hover { background: #f0f0f0;border-left: 4px solid #1e4b87; }
/*.sidebar-nav ul .li-active a{ background: #f0f0f0;border-left: 4px solid #1e4b87; }*/
.sidebar-nav ul li ul li a { display: block; text-align: center; height: 45px; line-height: 45px; font-size: 14px; border: none; }
.sidebar-nav ul li ul li a:hover { color: #1e4b87; background: none; border-left: none; }
.sidebar-nav ul li ul .li-active a{ color: #1e4b87; background: none; border-left: none;}
.sidebar-nav ul li ul { display: none; border: 1px solid #eeeeee; margin-top: -1px; }

.si-new-head { border-bottom: 1px solid #1e4b87; }
.si-new-head .si-bread { float: right; }
.si-new-head .si-bread ol li a { font-size: 12px; color: #999; }
.si-new-head .si-bread ol li a:hover { color: #1e4b87; }
.si-new-head h3 { margin-top: 0; display: inline-block; color: #1e4b87; }
.new-content .si-new-main { padding-top: 30px; padding-right: 10px; padding-left: 10px; }
#pcHome2 .banner-main { background: #1e4b87; height: 300px; padding: 20px 20px; overflow: hidden; }
.carousel-indicators .active {width: 12px;height: 12px;margin: 0;background-color: #1e4b87;border: none;}
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0,0,0,0); background: #fff; border-radius: 10px; }
.ban-col { padding: 0; }
#pcHome2 .banner-main h5 { font-size: 16px; line-height: 25px; }
#pcHome2 .banner-main h5 a { color: #fff;  }
#pcHome2 .banner-main h5 a:hover { color: #fff;  }
#pcHome2 .banner-main p { font-size: 14px; color: #fff; line-height: 24px; margin-top: 20px; }
#pcHome2 .row { margin: 0; }
.news-content .news-info .new-d1  h1{ color: #1e4b87; text-align: center; }
.news-content .news-info { border-bottom: 1px solid #edecec; padding: 20px 0; overflow: hidden; }
.news-content .news-info .new-d1 p { font-size: 14px; color: #1e4b87; text-align: center; }
.news-content .news-info { margin: 0; }
.new-d1 { padding: 0;width: 60px; margin: 35px auto; }
.new-d4 {padding: 0; float: right; margin-top: 60px;}
.new-d3 h5 {  font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.new-d3 h5 a { color: #333; font-size: 16px; }
.new-d3 h5 a:hover { color: #1e4b87; }
.new-d3 p { font-size: 12px; color: #999; display: -webkit-box!important;overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp:2; height: 50px; line-height: 24px; margin-top: 20px; }
.new-d3 { margin-top: 35px; margin-left: 15px; }
.new-d2 img { width: 100%;transition: 0.5s; }
.new-d2:hover img { transform: scale(1.1); }
.new-d2 { overflow: hidden; }

.new-d4 a { background: url(../images/newb-img_03.png) no-repeat; width: 28px; height: 28px; display: block; }
.new-d4 a:hover { background: url(../images/newb-img_03.png) no-repeat; width: 28px; height: 28px; display: block; }
.page { text-align: center; margin-top: 40px; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #1e4b87;
    border-color: #1e4b87;
}
.pagination>li>a, .pagination>li>span {
    color: #1e4b87;

}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color:#1e4b87;
}
#pcHome2 .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
/*校友风采*/
.si-xyfc-container { padding-right: 10px; padding-left: 10px; overflow: hidden; width: 100%; }
.si-xyfc-container ul { margin-right: -50px; }
.si-xyfc-container ul li {  width: 100%; height: 157px; margin-top: 30px; padding-right: 50px; overflow: hidden; }
.si-xyfc-container ul li a  { float: left; display: block; margin-right: 10px;}
.si-xyfc-container .xyfc-text h4{ border-bottom: 1px solid #dfdfdf; margin: 0; padding-bottom: 10px; margin-bottom: 15px; }
.si-xyfc-container .xyfc-text h4 a { float: none; margin-right: 0; }
.si-xyfc-container .xyfc-text h4 a:hover { color: #1e4b87; }
.si-xyfc-container .xyfc-text { overflow: hidden; }
.si-xyfc-container .xyfc-text p { color: #666; line-height: 26px; }
/*学院领导*/
.si-lead-container { padding-left: 10px; padding-right: 10px; }
.bmld-content .bmld-item img{width: auto;height: auto; width: 85%;}
.bmld-content .row{margin: 0;margin-top: 30px;}
.bmld-content .page-header{margin: 0;}
.bmld-content .page-header h3{color: #333;margin-top: 10px;font-size: 18px;}
.bmld-content ul li { color: #666;line-height: 30px; }
.bmld-content ul li a{color: #1e4b87;}
.bmld-item-2 img { display: block; width: 85px; height: 110px;  margin-right: 15px; }
.bmld-item-2 .leader-text { overflow: hidden; }
.bmld-item-2 .leader-text h4 a{ color: #1e4b87; }
.bmld-item-2 .leader-text p { font-size: 16px; line-height: 26px; }
/*通知公告*/
.si-notice-container { padding-left: 10px; padding-right: 10px; }
.si-notice-head { border-bottom: 1px solid #cccccc; }
.si-notice-head h4 { background: url(../images/iconb-8.png) no-repeat; color: #1e4b87; margin-top: 0; display: inline-block; padding-left: 24px; }
.si-notice-head a { float: right; display: block; font-size: 12px; color: #999; margin-top: 5px; }
.si-notice-head a:hover { color: #1e4b87; }
.si-notice-1 { margin-top: 30px; }
.si-notice-container .no-con-head .no-span1 { font-size: 18px; color: #2267b1; display: inline-block; margin-bottom: 0; }
.si-notice-container .no-con-head .no-span2 { font-size: 14px; color: #666; margin-left: 10px; display: inline-block; margin-bottom: 0; }
/*.notice-span { background: url(../images/side-bg_03.jpg) no-repeat; display: block;background-position-x: 157px;background-position-y: 10px; }*/
.notice-span { margin-right: 15px; }
.no-con-head img { position: absolute; top: 10px; }
.si-notice-1 .date { width: 85px; height: 85px; background: #f2f2f2; float: left; margin-right: 25px; }
.si-notice-1 .date .date-day { font-size: 24px; color: #666; text-align: center;padding-top: 14px;margin-bottom: 0; }
.si-notice-1 .date .date-year { font-size: 14px; color: #666; text-align: center;}
.si-notice-1  .no-list1 a { font-size: 16px; color: #333; text-decoration: none; }
.si-notice-1  .no-list1 a:hover { color: #1e4b87; }
.si-notice-1 .no-list1 p { font-size: 14px; color: #666; line-height: 20px; margin-top: 5px; }
.si-notice-1  .no-list1 { padding-top: 8px; }
.si-notice-1 ul li { border-bottom: 1px solid #f8f8f8;padding: 15px 0; }
.si-notice-2 { margin-top: 30px; overflow: hidden; }
.si-notice-wyh { width: 100%; padding-right: 0; }
.notice-wyh-head h4 {  background: url(../images/iconb-9.png) no-repeat; color: #1e4b87; margin-top: 0; display: inline-block; padding-left: 24px; }
.si-notice-wyh ul li { padding: 15px 0; overflow: hidden; border-bottom: 1px solid #f8f8f8; }
.si-notice-wyh ul li a { display: block; height: 15px; line-height: 15px; overflow: hidden; }
.si-notice-wyh ul li a:hover { color: #1e4b87; }
.si-notice-wyh ul li p { background: url(../images/iconb-10.png) no-repeat left; padding-left: 16px; margin-top: 10px; margin-bottom: 0; font-size: 12px; color: #999; }
.notice-wj-head h4 {  background: url(../images/iconb-11.png) no-repeat; color: #1e4b87; margin-top: 0; display: inline-block; padding-left: 24px; }
.si-notice-wj { padding-left: 0; margin-top: 30px; }
.si-notice-wj ul li span { font-size: 16px; color: #1e4b87; font-family: Georgia; height: 18px; line-height: 18px; display: block; }
.si-notice-wj ul li span a { font-size: 14px; color: #333; margin-left: 8px; }
.si-notice-wj ul li span a:hover { color: #1e4b87; }
.si-notice-wj ul li { overflow: hidden; margin-top: 15px; margin-bottom: 19px;}
.si-notice-wj ul { margin-bottom:-19px; }
.si-notice-3 { margin-top: 30px; }
.notice-fg-head h4 {  background: url(../images/iconb-12.png) no-repeat; font-size: 16px; color: #1e4b87; margin-top: 0; display: inline-block; padding-left: 24px; }
.si-notice-3 ul li span { float: right; font-size: 12px; color: #999; margin-left: 15px; line-height: 15px; }
.si-notice-3 ul li a { height: 15px; line-height: 15px; overflow: hidden; color: #333; text-align: left;display: block; }
.si-notice-3 ul li a:hover { color: #1e4b87; }
.si-notice-3 ul li { margin-top: 15px; margin-bottom: 20px; }
.si-notice-3 ul  { margin-bottom: -20px; }
/*师资队伍*/
.si-szdw-container { padding-left: 10px; padding-right: 10px; overflow: hidden; width: 100%; }
.si-szdw-container ul li{width:100%;height:325px;float:left;margin-top:30px;position:relative;cursor:pointer;}
.txt{height:100px;padding:15px; overflow:hidden; background-color:rgba(0,0,0,0.2);/*background:#000;opacity:0.3;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.thover { height: 325px; background-color:rgba(0,0,0,0.5); }
.thoverh3 { padding-top: 60px; }
.txt h3{font-size:18px;font-weight:100;text-align:left; margin-top:0; margin-bottom: 8px; }
.txt p{font-size:14px;text-align:left; line-height: 18px; margin-top: 8px;}
.szdw-xian { height: 1px; background: #1e4b87; }
.txt .txt-p2 { margin-top: 20px; height: 115px; overflow: hidden; }
.si-szdw-container img { width: 100%;  height: 325px; }
.si-szdw-container ul li a { position: relative;display: block;height: 100%;line-height: 1;border-radius: 8px;overflow: hidden; }
/*组织机构*/
.si-zhjg-container { padding-left: 10px; padding-right: 10px; padding-top: 30px; }
.zhjg-img {  position: relative; background: url(../images/zzjgb-img_03.jpg) no-repeat center; background-size: cover; height: 257px; }
.si-zhjg-link .jg-1 { width: 214px; height: 42px;  display: inline-block; position: absolute; left: 31%;}
.si-zhjg-link .jg-2 { width: 214px; height: 42px;  display: inline-block; position: absolute; left: 60%;}
.si-zhjg-link .jg-3 { width: 116px; height: 42px;  display: inline-block; position: absolute; left: 0%; top: 11%;}
.si-zhjg-link .jg-4 { width: 116px; height: 42px;  display: inline-block; position: absolute; left: 17%; top: 11%;}
.si-zhjg-link .jg-5 { width: 116px; height: 42px;  display: inline-block; position: absolute; left: 71%; top: 11%;}
.si-zhjg-link .jg-6 { width: 116px; height: 42px;  display: inline-block; position: absolute; left: 71%; top: 11%;}
.si-zhjg-link .jg-7 { width: 114px; height: 36px;  display: inline-block; position: absolute; left: 2%; top: 21%;}
.si-zhjg-link .jg-8 { width: 114px; height: 36px;  display: inline-block; position: absolute; left: 17%; top: 21%;}
.si-zhjg-link .jg-9 { width: 114px; height: 36px;  display: inline-block; position: absolute; left: 31%; top: 21%;}
.si-zhjg-link .jg-10 { width: 114px; height: 36px;  display: inline-block; position: absolute; left: 57%; top: 21%;}
.si-zhjg-link .jg-11 { width: 114px; height: 36px;  display: inline-block; position: absolute; left: 71%; top: 21%;}
.si-zhjg-link .jg-12 { width: 114px; height: 36px;  display: inline-block; position: absolute; left: 86%; top: 21%;}
.si-zhjg-link .jg-13 { width: 117px; height: 34px;  display: inline-block; position: absolute; left: 49%; top: 31%;}
.si-zhjg-link .jg-14 { width: 117px; height: 34px;  display: inline-block; position: absolute; left: 64%; top: 31%;}
.si-zhjg-link .jg-15 { width: 117px; height: 34px; display: inline-block; position: absolute; left: 86%; top: 31%;}
.si-zhjg-link .jg-16 { width: 114px; height: 43px;  display: inline-block; position: absolute; left: 6%; top: 40%;}
.si-zhjg-link .jg-17 { width: 114px; height: 43px;  display: inline-block; position: absolute; left: 64%; top: 40%;}
.si-zhjg-link .jg-18 { width: 114px; height: 43px;  display: inline-block; position: absolute; left: 86%; top: 40%;}
.si-zhjg-link .jg-19 { width: 114px; height: 34px;  display: inline-block; position: absolute; left: 46%; top: 51%;}
.si-zhjg-link .jg-20 { width: 114px; height: 34px;  display: inline-block; position: absolute; left: 82%; top: 51%;}
.si-zhjg-link .jg-21 { width: 31px; height: 193px;  display: inline-block; position: absolute; left: 0%; top: 51%;}
.si-zhjg-link .jg-22 { width: 31px; height: 193px;  display: inline-block; position: absolute; left: 5%; top: 51%;}
.si-zhjg-link .jg-23 { width: 31px; height: 193px;  display: inline-block; position: absolute; left: 9%; top: 51%;}
.si-zhjg-link .jg-24 { width: 31px; height: 193px;  display: inline-block; position: absolute; left: 14%; top: 51%;}
.si-zhjg-link .jg-25 { width: 31px; height: 193px;  display: inline-block; position: absolute; left: 18%; top: 51%;}
.si-zhjg-link .jg-26 { width: 31px; height: 193px;  display: inline-block; position: absolute; left: 22%; top: 51%;}
.si-zhjg-link .jg-27 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 29%; top: 60%;}
.si-zhjg-link .jg-28 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 33%; top: 60%;}
.si-zhjg-link .jg-29 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 38%; top: 60%;}
.si-zhjg-link .jg-30 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 42%; top: 60%;}
.si-zhjg-link .jg-31 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 47%; top: 60%;}
.si-zhjg-link .jg-32 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 51%; top: 60%;}
.si-zhjg-link .jg-33 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 56%; top: 60%;}
.si-zhjg-link .jg-34 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 60%; top: 60%;}
.si-zhjg-link .jg-35 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 65%; top: 60%;}
.si-zhjg-link .jg-36 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 69%; top: 60%;}
.si-zhjg-link .jg-37 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 74%; top: 60%;}
.si-zhjg-link .jg-38 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 80%; top: 60%;}
.si-zhjg-link .jg-39 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 85%; top: 60%;}
.si-zhjg-link .jg-40 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 85%; top: 60%;}
.si-zhjg-link .jg-41 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 89%; top: 60%;}
.si-zhjg-link .jg-42 { width: 31px; height: 313px;  display: inline-block; position: absolute; left: 94%; top: 60%;}
.jg-bgs dl dt { font-size: 18px; color: #333; font-weight: normal; }
.jg-bgs dl  dd { font-size: 14px; color: #666; margin-top: 10px; line-height: 26px; }

/*荣誉获奖*/
/*.ban{ width:500px; height:800px; position:relative; overflow:hidden;margin:40px auto 0 auto;}
.ban p { line-height: 22px; margin: 10px 0; }
.ban2{ width:500px; height:680px; position:relative; overflow:hidden; padding: 10px 0;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:500px; /*height:500px;*/}
/*.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:430px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:500px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:82px; margin-right:5px; padding:1px;}
.num ul li.on{ border:1px solid #1e4b87; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:50%; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:50%; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.mhc{ background:#000;z-index: 9; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ /*width:500px; height:500px;*/ /*padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
/*.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;}
.si-ryhj-container { padding-left: 10px; padding-right: 10px; }
#demo2 ul li img { margin: 0 auto; }*/
hgroup{clear:both;overflow:hidden;}
.bai{color:#fff;}
.hei{color:#000}
.none{display:none;}
.fl{float:left;}
.fr{float:right;}
.clearfix{display:block;clear:both;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden;clear:both;height:0;visibility:hidden;content:".";}
.h0{height:0;}/*内容块清除浮动专用*/
.h10{height:10px;}/*间隔高勿删*/
.h15{height:15px;}/*间隔高勿删*/
.h20{height:20px;}/*间隔高勿删*/
.h25{height:25px;}/*间隔高勿删*/
.h30{height:30px;}/*间隔高勿删*/

hgroup h2.fr{font-weight:normal;}
.ul-bor{border-bottom:1px dashed #e4e4e4}
input:-webkit-autofill{box-shadow:0 0 0 1000px white inset;}/*清除表单自完成背景*/
em,a{font-style:normal;transition:all .6s;}
.art-tab .hd a{transition:none;}

/*其他*/
.jz,.bd img{/*图片加载*/
    background:url(../sucai/bx_loader.gif) center center no-repeat #fff;
    
}
.jz{
    border:1px solid #CCC;
    padding:1px;
    transition:all .5s;
}
.jz:hover{
    box-shadow:0 0 5px #999;
}
.lb li{/*列表标点*/
    background:url(../sucai/biaodian.gif) no-repeat left center;
    padding-left:10px;
}
.pngbg{/*背景半黑*/
    background:rgba(0,0,0,.6)!important;/*ie9+any*/
    background:#000;/*ie678*/
    filter:alpha(opacity=60);/*ie6789*/
    /*_background:url(../sucai/tubg.png);/*ie6*/
}
:root .pngbg {filter:alpha(opacity=100)\9;/*ie9*/}
/*多栏居中通用*/
.list-cn{
    text-align:center;
    font-size:0;
}
.list-left{
    text-align:left;
    font-size:0;
}
.list-cn li{
    font-size:12px;
    display:inline-block;
    *display:inline;
    *zoom:1;
}

#play {width:640px;text-align:center;position:relative;/*overflow:hidden;*/margin:30px auto;}
#play .change_a {width:50%;height:100%;position:absolute;top:0;z-index:1;cursor:pointer;display:block;overflow:hidden;background:url(about:blank);}
#play .prev_a {left:0;}
#play .next_a {right:0}
#play .change_a span {width:24px;height:43px;display:block;position:absolute;top:50%;margin-top:-21px;display:none}
#play .prev_a span {background:url(../images/s_gallery_2012110702.png) no-repeat 0px -50px;left:0;}
#play .next_a span {background:url(../images/s_gallery_2012110702.png) no-repeat -30px -50px;right:0;}
#play .img_ul {position:relative;z-index:1;}
.img_hd  {width:640px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#eee;overflow:hidden;height:66px;padding:2px 0;margin-top:15px;margin:5px auto;position:relative;}
.img_hd ul {position:absolute;z-index:1}
.img_hd ul li {float:left;width:80px;height:60px;border:3px solid #eee;cursor:pointer;margin:0 3px 0 1px;overflow:hidden;*display:inline;padding:1px;text-align:center}
.img_hd ul li img {height:60px; margin: 0 auto;}
.img_hd ul li.on{ border-color:#1e4b87;}
.img_hd .bottom_a {background:url(../images/s_gallery_2012110702.png) no-repeat;width:22px;height:22px;position:absolute;display:block;top:50%;margin-top:-11px;cursor:pointer;z-index:10}
.img_hd .prev_a { background-position:0 -24px;left:5px;}
.img_hd .next_a { background-position:-30px -24px;right:5px;}
.img_ul img { width: 640px; height: 452px; }
.img_ul p { margin: 10px 0; line-height: 22px; color: #333; }









@media (min-width: 768px) { 
 .index-qunav ul li { width: 50%;}
 .tab-2 .index-team-head h3 { background: url(../images/iconb-4.png) no-repeat -100px; margin-top: 0; position: relative; left: 0px; }
 .tab-1 { margin: 40px 0; }
 .tab-2 { padding: 40px 0;}
 .index-qunav { margin-top: 40px; }
 .index-notice { margin-top:0px; }
 .new-content { padding-left: 25px; }
 .ban-col img { width: 100%; height: 300px; }
 .si-notice-wyh { width: 100%; padding-right: 0; }
 .si-notice-wj { padding-left: 0;  }
 .bmld-item-2 img { display: block; width: 85px; height: 110px; float: left; margin-right: 15px; }
 .si-xyfc-container ul li { float: left; width: 50%; height: 157px; margin-top: 30px; padding-right: 50px; overflow: hidden; }
 .zhjg-img {  position: relative; background: url(../images/zzjgb-img_03.jpg) no-repeat center;  height: 663px;background-size: cover; }
 .jg-bgs { margin-top: 40px; }
 .txt { width: 220px; }
 .si-szdw-container ul li{width:220px;height:320px;float:left;padding:0;margin-top:30px;margin-right:15px;position:relative;cursor:pointer;}
 .si-szdw-container ul { margin-right: -15px; }
 .si-szdw-container img { width: 230px; height: 320px; }
 .si-notice-wyh { width: 100%; padding-right: 0; float: left; }
 .si-notice-wj { margin-top: 0; }
 .bmld-content .bmld-item img { width: 182px; height: 238px; }
}

@media (min-width: 992px) {
    .index-qunav ul li { width: 50%;}
    .in-report-content p { width: 88%; }
    .tab-2 .index-team-head h3 { background: url(../images/iconb-4.png) no-repeat 0px; position: relative; left: 15px;}
    .tab-1 .index-new { padding-right: 25px; }
    .index-notice { padding-left: 25px; }
    .tab-2 .index-team-head {  margin: 0 30%;}
    .tab-2 .index-team-head .in-team-hmain { width: 40%;}
    .in-report { padding-right: 50px; }
    .in-active { padding-right: 50px; }
    .tab-1 { margin: 40px 0; }
    .tab-2 { padding: 40px 0;}
    .tab-3 { padding: 40px 0;}
    .index-qunav { margin-top: 40px; }
    .index-notice { margin-top:0px; }
    .new-content { padding-left: 25px; }
    .ban-col img { width: 100%; height: 300px; }
    #pcHome2 .banner-main p { height: 142px; overflow: hidden; }
    .sidebar-nav h3 { background-size: 90%; }
    .si-notice-wyh { width: 50%; padding-right: 25px; }
    .si-notice-wj { padding-left: 25px; overflow: hidden; }
    .bmld-item-2 img { display: block; width: 85px; height: 110px; float: left; margin-right: 15px; }
    .si-xyfc-container ul li { float: left; width: 50%; height: 157px; margin-top: 30px; padding-right: 50px; overflow: hidden; }
    .zhjg-img {  position: relative; background: url(../images/zzjgb-img_03.jpg) no-repeat center;  height: 643px;background-size: cover; }
    .jg-bgs { margin-top: 40px; }
    .txt { width: 220px; }
    .si-szdw-container ul li{width:220px;height:320px;float:left;padding:0;margin-top:30px;margin-right:15px;position:relative;cursor:pointer;}
    .si-szdw-container ul { margin-right: -15px; }
    .si-szdw-container img { width: 230px; height: 320px; }
    .si-notice-wyh { width: 50%; padding-right: 0; float: left; }
    .si-notice-wj { margin-top: 0; }
    .bmld-content .bmld-item img { width: 182px; height: 238px; }
}

@media (min-width: 1200px) {
 .index-qunav ul li { width: 25%;}
 .tab-2 .index-team-head h3 { background: url(../images/iconb-4.png) no-repeat 16px; position: relative; left: 13px;}
 .tab-1 .index-new { padding-right: 25px; }
 .index-notice { padding-left: 25px; }
 .tab-2 .index-team-head {  margin: 0 30%;}
 .tab-2 .index-team-head .in-team-hmain { width: 40%;}
 .in-report { padding-right: 50px; }
 .in-active { padding-right: 50px; }
 .tab-1 { margin: 40px 0; }
 .tab-2 { padding: 40px 0;}
 .tab-3 { padding: 40px 0;}
 .index-qunav { margin-top: 40px; }
 .index-notice { margin-top:0px; }
 .new-content { padding-left: 25px; }
 .ban-col img { width: 100%; height: 300px; }
 .in-report-content p { width: 89%; }
 .si-notice-wyh { width: 50%; padding-right: 25px; }
 .si-notice-wj { padding-left: 25px; overflow: hidden; }
 .bmld-item-2 img { display: block; width: 85px; height: 110px; float: left; margin-right: 15px; }
 .si-xyfc-container ul li { float: left; width: 50%; height: 157px; margin-top: 30px; padding-right: 50px; overflow: hidden; }
 .zhjg-img {  position: relative; background: url(../images/zzjgb-img_03.jpg) no-repeat center;  height: 753px; }
 .jg-bgs { margin-top: 40px; }
 .txt { width: 230px; }
 .si-szdw-container ul li{width:230px;height:320px;float:left;padding: 0; margin-right: 62px;margin-top:30px;position:relative;cursor:pointer;}
 .si-szdw-container ul { margin-right: -60px; }
 .si-szdw-container img { width: 230px; height: 320px; }
 .si-notice-wyh { width: 50%; padding-right: 0; float: left; }
 .si-notice-wj { margin-top: 0; }
 .bmld-content .bmld-item img { width: 182px; height: 238px; }

}