@charset "utf-8";
/* Base Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section 
{
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear{
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}
.db{display: block !important;}
.dn{display: none !important;}
/******************************************************************************************************************************************/

/**布局开始**/

body {
	background:#fff;
}

body,
p {
	font: 16px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #3c3c3c;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1300px;
	margin: 0 auto;
}

/*新闻列表*/
.post {
	
}
.post .banner {
	margin: 0 auto;
	line-height: 45px;
	/* padding: 20px 0; */
	/* border-bottom: 1px solid #105c9e; */
	padding-bottom: 20px;
}
.post .banner .title {
	font-size: 24px;
	float: left;
	display: block;
	text-align: center;
	/* padding: 0 30px; */
	font-weight: bold;
	color: #5F1F61;
}

.post .more-btn {
	float: right;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #5f1f61;
}
.post .con {
	margin:0 auto;
}
.post .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 34px;
	padding-left: 15px;
	background: url(images/li_dian.png) left center no-repeat;
	border-bottom: 1px #d1d1d1 dotted;
}
.post .news-list .news .news-title {
	display: block;
	float: left;
	width: 74%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;

}
.post .news-list .news .news-date {
	display: block;
	float: right;
	font-size: 14px;
	width: 26%;
	text-align: right;
}


/*学院新闻*/

/*头部*/
#header {background: url(images/logo_bg.png) right bottom no-repeat #5F1F61;}
#header .inner { position: relative;}

.logo {
	position: relative;
	padding: 31.5px 0;
	overflow: hidden;
}
.logo-l{float: left;margin: 14px 0;}

.logo img {
	max-width: 100%;
	height: auto;
}
.logo-r{float: right;/* width: 580px; *//* margin: 14px 0; */}


.logo-rt .ss{float: right;}

.ss{
	/* height: 24px; */
	background: url(images/ss_bg.png) center center no-repeat;
	float: right;
}

.ssk {
	float: left;
	width: 0px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #FFFFFF;
	width: 200px;
	border-radius: 10px 0 0 10px;
	text-indent: 10px;
	transition: all 1s ease .1s;
	-webkit-transition: all 1s ease .1s;
	-moz-transition: all 1s ease .1s;
	-ms-transition: all 1s ease .1s;
	-o-transition: all 1s ease .1s;
}

.ss_btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0 10px 10px 0;
	background:url(images/ss_btn.png) center center no-repeat #FFFFFF;
}


/*导航*/
#nav{
    background: #D9D9D9;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.nav {height: 50px;z-index: 100;width: 100%;/* background:url(images/nav_bg.png) left center repeat-x; */}
.navList{width:100%;overflow:hidden;}
.navList > li{float:left;width: 7.14%;}
.navList li a{display:block;text-align:center;height: 100%;font-size: 16px;line-height: 50px;/* font-weight: bold; */}
.navList li > a{/* background: url(images/nav_li_bg.png) 90% center no-repeat; */}
.navList li > a:hover{background: #5f1f61;color: #FFFFFF;}

.navList .subnav{z-index: 100;position: relative;display: none;background: rgba(95,31,97,0.7);}
.navList .subnav li{/* background:url(images/subnav_bg.png); */}
.navList .subnav a{background: none;line-height: 40px;font-size: 13px;color: #FFFFFF;}
.navList .subnav a:hover{background: rgba(95,31,97,0.6);}

/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle {position: absolute; right:0; bottom:0;width:30px;height:30px;background: url(images/menu-button-bg.png) no-repeat center center; background-size: 60% 60%; display: none;}
.wp-navi-aside {display: none;position: fixed;left: 0;top: 0;bottom: 0;right: 0;z-index: 1000;}
.wp-navi-aside .navi-aside-mask {width: 100%;height: 100%;background: rgba(0,0,0,.1);}
.wp-navi-aside-active {display: block;}
.wp-navi-aside .aside-inner {position: fixed;top: 0;bottom: 0;right: -216px;z-index: 1002;width: 216px;max-width: 100%;background: #252525;overflow-y: auto;-webkit-overflow-scrolling: touch;}
.wp-navi-aside .aside-inner:after {content: "";display: block;position: absolute;top: 0;bottom: 0;right: 0;width: 1px;background: rgba(0,0,0,.6);box-shadow: 0 0 5px 2px rgba(0,0,0,.6);}
.wp-navi-aside .navi-aside-head {margin-top: 0;border-top: 1px solid rgba(0,0,0,.3);background: #333;box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-head .navi-aside-title {padding: 7px 10px;font-weight: normal;color: #777;font-size: 14px;}
.wp-navi-aside .navi-aside-wrap {color: #aaa;border-bottom: 1px solid rgba(0,0,0,.3);box-shadow: 0 1px 0 rgba(255,255,255,.05);}
.wp-navi-aside .navi-aside-wrap li {position: relative;}
.wp-navi-aside .navi-aside-wrap li span {display: none;}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {display: block;cursor: pointer;width: 50px;height: 35px;position: absolute;right: 0;top: 0px;color: #f6f6f6;font-size: 14px;background: url(images/nav_li_bg.png) no-repeat center center;}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}
.wp-navi-aside .navi-aside-wrap li a {display: block;text-decoration: none;color: #c7c7c7;font-size: 14px;line-height: 20px;padding: 8px 30px 8px 15px;border-top: 1px solid rgba(0,0,0,.3);box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-wrap li a:hover, .wp-navi-aside .navi-aside-wrap li a:focus {background-color: #404040;color: #fff;outline: 0;}
.wp-navi-aside .navi-aside-wrap li .sub-menu {display: none;background-color: #2e2e2e;}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a {padding-left: 20px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {background-color: #333}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {padding-left: 30px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {background-color: #343434;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {padding-left: 40px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {background-color: #373737;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {padding-left: 50px;}



/*大图*/
#dt .inner{ width: 100%; overflow: hidden;}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;

  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
  
#dt .dtxt{width:1200px;position:absolute;left:50%;margin-left:-600px;bottom: 30px;z-index: 999;}
#dt .dtxt a{background: rgba(0,33,76,0.8);color: #FFFFFF;font-size: 20px;padding: 0 30px;line-height: 36px;display: block;float: left;}

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 65px;
  width: 34px;
  margin-top: -30px;
  }
  
.slide_nav:active {
  opacity: 1.0;
  }
  
.slide_nav.prev {
	left: 0;
	background: url(images/datu_l.png) no-repeat center center;
}

.slide_nav.next {
  right: 0;
  background: url(images/datu_r.png) no-repeat center center;
}
  
 
.slide1_tabs{position:absolute;bottom:30px;right: 50%;z-index:100;text-align: center;}
.slide1_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.slide1_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.slide1_tabs li.slide_here a{background:#5F1F61;}

.slide2_tabs{position:absolute;right:10px;bottom: 16px;z-index:100;text-align: center;}
.slide2_tabs li{display:inline-block;width: 16px;height: 16px;margin-left:5px;border-radius:10px;/* border:1px solid #FFF; */position:relative;}
.slide2_tabs li a{display:inline-block;width: 16px;height: 16px;border-radius:10px;position:absolute;left:0;z-index:1000;color:rgba(100,200,300,0);color:transparent;background: #ffffff;}
.slide2_tabs li.slide_here a{background:#5F1F61;}
.slide2 li .bt{z-index:100;position: absolute;left: 0;bottom:0;display: block;color: #FFFFFF;font-size: 18px;text-align: left;line-height: 50px;background: rgb(0 0 0 / 60%);width: 100%;text-indent: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}  
.slide2 img{height:378px;}
  
  
/*tab切换*/
/*选项卡*/
/* tabbtn */
.tabbtn{/* border-bottom: 1px solid #105c9e; */padding-bottom: 10px;}
.tabbtn li{float:left;}
.tabbtn li > a{display:block;text-align:center;font-size: 24px;line-height: 45px;color: #555555;cursor: pointer;}
.tabbtn li.current{}
/*选中状态*/
.tabbtn li.current > a{color: #5f1f61;/* font-size: 24px; */font-weight: bold;}
/* tabcon */
.tabcon{/* width: 580px; */}
.tabcon .sublist{}
/* sublist */
.tabcon .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 34px;
	/* border-bottom: 1px #d1d1d1 dotted; */
	/* padding:0 0 0 15px; */
	/* background: url(images/li_dian.png) left center no-repeat; */
	margin: 7px 0;
}
.tabcon .news-list .news .news-title {
	display: block;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 16px;
	float: right;
	color: #5F1F61;
	font-weight: 500;
}
.tabcon .news-list .news .news-date {
	display: block;
	float: left;
	font-size: 16px;
	width: 10%;
	text-align: center;
	/* color: #aaaaaa; */
	border: 1px solid #5F1F61;
	color: #5F1F61;
	font-weight: 700;
}

.tabcon .news-list .news:hover span{ background:#5F1F61; color:#FFF}
.tabcon .news-list .news:hover a{ font-weight:900;} 

.tabcon .more-btn{/* position:absolute; *//* display: block; *//* text-align: center; */font-size: 16px;/* right: 0; *//* top: 0; */color: #5f1f61;/* padding: 24px 0; *//* line-height: 22px; */float: right;}

.tabbtn .tb1,.tabbtn .tb3,.tabbtn .tb5,.tabbtn .tb7,.tabbtn .tb9{padding-right: 20px;background: url(images/tab_li1.png) right center no-repeat;}
.tabbtn .tb2,.tabbtn .tb4,.tabbtn .tb6,.tabbtn .tb8,.tabbtn .tb10{padding-left: 20px;}

/*中间*/
#mod0 .inner{width: 100%;}


#mod1{/* background: url(images/mod1bg.png) top center; */}
.mod1{padding: 20px 0;}
.mod1l{float: left;width: 45.38%;}
.mod1r{float: right;width: 50%;}


#mod15{background: url(images/link_bg.png) center top #D0BCD0;}
.mod15{}
.link_jg {/* width:1280px; *//* height:120px; *//* margin:0 auto; */overflow: hidden;}
.link_jg li {float:left;/* list-style:none; */}
.link_jg .tit { width:200px;line-height:120px;color:#5F1F61; font-size:24px; font-weight:bold;}
.link_jg .lm a { display: block; height:36px; width:auto; padding:0px 13px; text-align:center; margin-right:15px; color:#222; line-height:36px; font-size:16px; margin:12px 0px 12px 0px;}
.link_jg .lm:hover a{ border-radius:18px; background:#5F1F61; color:#FFFFFF; cursor:pointer;}

#mod2{}
.mod2.clearfix {padding: 20px 0;}
.mod2l{width: 45.38%;float: left;position: relative;}
.mod2r{width: 50%;float: right;position: relative;}

#mod3{background: #CFBBCF;}
.mod3{padding: 20px 0;}
.mod3l{width: 45.38%;float: left;position: relative;}
.mod3r{width: 50%;float: right;position: relative;}

#normalcon5 .news2{ margin-bottom:10px; overflow:hidden}
#normalcon5 .news2 span{ display:block; float:left; width:62px; height:32px;border:1px solid #5F1F61; line-height:32px; font-size:16px; font-weight:700; color:#5F1F61; text-align:center; }
#normalcon5 .news2 span i{ font-style:normal; display:block; font-size:35px;}
#normalcon5 .news2 .wz{ width:560px; height:32px; float:right; overflow:hidden;}
#normalcon5 .news2 .wz h3 a{ font-size:16px; color:#5F1F61; font-weight:500; line-height:32px; font-weight:normal}
#normalcon5 .news2 .wz p{ display:block; width:100%; text-align:left; font-size:14px;background:none; color:#999; line-height:23px}
#normalcon5 .news2 .wz1{ width:480px; float:right;overflow:hidden; }
#normalcon5 .news2 .wz1 h3 a{ font-size:18px; color:#5F1F61; font-weight:500; height:38px; line-height:38px; overflow:hidden;}
#normalcon5 .news2 .wz1 h3{overflow:hidden;height: 37px;}
#normalcon5 .news2 .wz1 p{display:block;text-align:left;font-size:16px;background:none;color:#404040;line-height: 30px;height:56px;overflow:hidden;}
#normalcon5 .news2 .pic{display:block;float:left;width:150px;height: 93px;/* margin-bottom:6px; */}
#normalcon5 .news2 .pic img {width:150px;height: 93px;border:none;}

#mod4{background: #5F1F61;}
.mod4{padding: 5px 0;background: url(images/mod4_bg.png) right bottom no-repeat;}
.foot_ico {/* width:1280px; *//* height:170px; */margin:0 auto;padding-top:0px;background:url(template_files/1/images/foot_bg.png) no-repeat right bottom;display:block;overflow: hidden;}
.foot_ico li{overflow: hidden;float:left;width: 20%;}
.foot_ico li a {display: block;list-style:none;/* margin:10px 25px; *//* width:205px; *//* height:60px; */overflow: hidden;margin: 4% 10%;}
.foot_ico li a:hover { border-radius:5px; background:#471748;}
.foot_ico li a .ico {/* margin:16px 16px 16px 36px; */float:left;width: 60px;/* height: 60px; */text-align: center;margin: 16px 0;font-size: 0;overflow:hidden;}
.foot_ico li a .ico img { height:28px;  border:0;}
.foot_ico li a .icowz {/* margin:6px 0px 0px 0px; */float:left;line-height: 60px;/* height:48px; */text-align:left;color:#FFFFFF;font-size:16px;}


/*页脚*/
#footer {background: #471748;}
.foot {padding: 10px 0;}
.foot p{ line-height: 30px; color: #999;text-align: center;font-size: 16px;}

/*列表页*/
#listdt .inner{width: 100%;}
.col {padding: 100px 0;}

.col-menu { /**列表页左侧栏目**/
	width: 20%;
	float:left;
	/* background: #FFFFFF; */
	/* margin-top: -80px; */
	z-index: 100;
	position: relative;
} 

.col-menu-head { /*列表头部*/
	width: 100%;
	margin: 0 auto;
	background: url(template_files/1/images/l_titbg.png) no-repeat;
}
.col-menu-head .col-name {/**位置栏目字体栏目名称图标**/
	display: block;
	/* height: 66px; */
	border-bottom: 5px #FFFFFF solid;
	/* line-height: 66px; */
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	background: #5F1F61;
	padding: 15px 0px;
}




/*多级栏目列表*/
#listdt img{width: 100%;display: block;}
.col-menu-con{width: 100%;background: #CFBBCF;}
.col-list{/* background: #f1f1f1; */}
.col-list li{/* border-left: 5px solid #1c6eb8; */padding: 10px 0 10px 10px;}
.col-list .column-1 a {/* margin: 10px 15px 0; *//* font-weight: 100; */color: #000000;display: block;height: 50px;line-height: 50px;font-size: 16px;/* background: url(images/list-l-li-bg.png) 80% center no-repeat rgba(246, 246, 246, 0.7); */text-align: center;/* margin: 10px 0 10px 10px; */} 	/**一级子栏目及图标**/
.col-list  .column-1 a:hover,.col-list  .column-1 a.selected {/* color: #ffffff; */background: #ffffff;/* font-weight: bold; */} 	/**鼠标经过或选中一级子栏目**/
.col-list  .column-1 .wp_subcolumn .column-1-1 a{ height: 26px; line-height: 26px; font-size: 16px;}




.col-news { /**列表页右侧新闻**/
	width: 73%;
	float:right;
	background: #FFFFFF;
	/* min-height: 790px; */
	border-top: 8px #5F1F61 solid;
	border-bottom: 8px #5F1F61 solid;
}

.col-news .bor{margin: 2px 0px;border: 1px #5F1F61 solid;}

.col-rtit{width: 100%;
    text-align: center;
    line-height: 50px;
    padding: 25px 0;
    overflow: hidden;
    color: #333;
    font-size: 22px;
	line-height: 40px;
	}

.col-news-head {
	margin: 0px;
	border-bottom: 1px solid #1c6eb8;
}
 .col-path { /**当前位置**/
	display:inline-block;
	white-space:nowrap;
	height: 49px;
	line-height: 50px;
	text-align: right;
	float: right;
} 
.col-path a {
	color: #aaaaaa;
	/* font-size: 14px; */
}

.col-title { /**当前栏目**/
	display:inline-block;
	white-space:nowrap;
	height: 49px;
	line-height:50px;
	float: left;
	font-size:18px;
	color: #1c6eb8;
	/* border-bottom: 3px solid #0066be; */
	/* padding: 0 10px; */
} 

.col-news-con {
	margin:0px;
	padding: 20px 0 100px;
}
.col-news-list {}
 /**栏目新闻列表**/
.col-news-list  .list_item{display: block;overflow: hidden;line-height: 34px;margin: 12px 0;}
.col-news-list  .list_item *{display: block;height: 40px;line-height: 40px;font-size: 14px;}
.col-news-list .list_item span { display: inline; font-size: 18px;}
.col-news-list  .list_item .news-title{width: 85%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;font-size: 18px;float: right;/* color: #5F1F61; */font-weight: 500;}
.col-news-list  .list_item .news-date{float: left;display: block;font-size: 16px;width: 13%;text-align: center;border: 1px solid #333;/* color: #5F1F61; *//* font-weight: 700; */}
.col-news-list  .list_item:hover .news-title{
    color: #5F1F61;
}
.col-news-list  .list_item:hover .news-date{
    background: #5F1F61;
    color: #FFFFFF;
}
.fenye,.fenye table{margin: 0 auto; text-align: center;}

/*zzjs/
/*2019.07.25*/
.szlb{overflow: hidden;margin-bottom: 20px;}
.szlb li{width: 8.33%;float: left;text-align: center;}
.szlb li a {color: #7030a0;line-height: 36px;font-size: 18px;}
.szlb .bt{width: 100%;float: none;}
.szlb .bt span{font-size: 18px;line-height: 36px;}
.zs{text-align: center;font-size: 18px;line-height: 36px;}

/*单片标题*/
.dpbt{font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;}

/*图片列表*/
.pic-list{ overflow: hidden; padding-top: 20px;}
.pic-list .pic-news{ width: 20%; height: 250px; float:left; text-align: center;}
.pic-list .pic-news .news-pic img{ margin: 0 auto;border: 2px solid #DDDDDD; display: block;}
.pic-list .pic-news .news-name{ line-height: 30px;}

/*快速访问*/

.teacher{overflow: hidden; border-bottom: 1px solid #dddddd;}

.teacher h1 {
    line-height: 36px;
    font-size: 18px;
    color: #0574d0;
    text-indent: 10px;
    margin-top: 10px;
}

.teacher_ul {
	overflow: hidden;
    width: 100%;
}

.teacher_ul li {
    float: left;
    padding:20px 30px
}
.teacher_ul li a{ font-size: 16px; color: #666666;}


/*文章页*/
.infobox {
	margin:0px auto;
	background-color:#FFF;
}
.article {min-height: 790px;}
.article h1.arti_title { /**文章标题**/
	/* font-family: Microsoft YaHei; */
	/* text-align:center; */
	/* font-weight: bold; */
	/* font-size: 24px; */
	/* color:#333333; */
	/* line-height: 50px; */
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding: 25px 0;
	overflow: hidden;
	color: #333;
	font-size: 22px;
} 
.article .arti_metas {
	/* padding:10px 0; */
	/* text-align:center; */
	/* background: #f4f4f4; */
	/* font-size: 16px; */
	/* border-bottom: 1px dashed  #cccccc; */
	padding: 10px 0 20px 0;
	text-align: center;
	border-bottom: 1px dashed #DDDDDD;
}
.article .arti_metas span { /**文章其他属性**/
	margin:0 5px; 
	color:#787878;
} 
.article .read{
padding-top: 20px;
}  
.article .read p {
	line-height:2;
	font-size:18px;
	color:#333;
}
.article  .read img { /**文章阅读部分图片大小限制**/
	max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); 
}



@media only screen and (max-width: 1299px) {
	.wrapper .inner{width:99%;}
	.link_jg .tit{line-height: 180px;}
	.mod1l,.mod1r,.mod2l,.mod2r,.mod3l,.mod3r{width: 49%;}
#normalcon5 .news2 .wz1{width:calc(100% - 170px);}
}


/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media only screen and (max-width: 1199px) {
	.tabcon{ width: 100%;}
	
}
@media only screen and (max-width: 1024px) {
		.logo-r{ display:none;}
		.tabcon .news-list .news .news-date{width: 15%;}
		.tabcon .news-list .news .news-title{width: 84%;}
.szlb li{width: 10%;}
}
/* 小屏幕（平板，小于等于 768px） */
@media only screen and (max-width: 768px) {
	.navi-aside-toggle {display: block;}
	.navBtns {display: block;}
	.navList {}
	#nav {display: none;}
	#header{background: #5F1F61;}
	.mod1l{width: 100%;float: none;padding-bottom: 20px;}
	.mod1r{width: 100%;float: none;}
	.link_jg .tit{display: none;}
	.mod2l{width: 100%;float: none;padding-bottom: 20px;}
	.mod2r{width: 100%;float: none;}
	.mod3l{width: 100%;float: none;padding-bottom: 20px;}
	.mod3r{width: 100%;float: none;}
	.foot_ico li{width: 25%;}
.slide2 img {
    height:auto;
}
	
	

	/*列表页*/
	.col-menu{display: none;}
	.col-news{ width: 100%;float: none;}
	
	/*文章页*/
	.read #vsb_content_2 IMG{width: 95% !important;height: auto !important;}
	.article .read img{width: 95% !important;height: auto !important;}
}
@media only screen and (max-width: 700px) {
	.foot_ico li{width: 33.33%;}
.szlb li {
    width: 20%;
}
}
@media only screen and (max-width: 600px) {
	.foot_ico li{width: 50%;}
}
@media only screen and (max-width: 500px) {
.szlb li { width: 25%;}
}
@media only screen and (max-width: 400px) {}
@media only screen and (max-width: 350px) {
	.foot_ico li{width: 100%;}
}