body {
	background: #f6f6f6;
}


.header {

	background:#fff; padding:20px 10px; border-top: 6px solid #804097;

}


.header .slogan {float: left; width: 20%; padding-top:50px; }
 

 
.header .logo { width: 40%;float: left; margin-top:20px;}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) { 
    .header .logo { width: 100%;float: left; margin-top:20px;} 
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) { 
    .header .logo { width: 70%;float: left; } 
    .header .logo img{width:100%;float: left;}
    .header { background:#804097; padding:0;}
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) { 
    .header .logo { width: 100%;float: left; } 
}

.headbar img {margin-top: 35px;}
.header .search { float: right; margin-top:30px;}
.header .search .topnav{float:right;padding: 0 15px;}
.header .search .topnav a{ color: #eee; font-size: 14px;line-height: 28px; }


 .menu {
	background-color:#804097;
	height: 55px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.venus-menu{
	
}
.venus-menu{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;

	
}
.venus-menu li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.venus-menu > li > a{
	padding:18px 24px;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a, .venus-menu li.active a{
	
	color:#fff;
}
.venus-menu > li > a i{
	color:#bababa;
}
.venus-menu > li:hover > a i, .venus-menu li.active a i{
	color:#fff;
}
.venus-menu ul, .venus-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:140px;
}
.venus-menu ul{
	top:56px;
	left:0;

}

.venus-menu > li > ul > li ul li:first-child a:before{
	content:'';
	position:absolute;
	bottom:16px;
	left:45%;
	margin-left:-71px;
	width:0;
	height:0;
	border-top:8px solid rgba(255, 255, 255, 0);
	border-right:8px solid #803F99;
	border-bottom:8px solid rgba(255, 255, 255, 0);
}
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:10px;
}
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}
.venus-menu ul li a{
	padding:14px 20px;
	width:100%;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	background:rgba(0,0,0,0.5);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color: #803F99; }
.venus-menu > li > ul > li:first-child:hover a:before{
	border-bottom-color:#803F99;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
	border-right-color:#803F99;
}
.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:19px;
	right:8px;
	font-size:20px;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color:#fff;
}
.venus-menu ul > li .indicator{
	top:14px;
	right:8px;
	color:#fff;
}
.venus-menu i{
	line-height:20px !important;
	margin-right:6px;
	font-size:20px;
	float:left;
}
.venus-menu > li.showhide{
	display:none;
	width:100%;
	height:55px;
	cursor:pointer;
	color:#fff;
	border-bottom:solid 1px rgba(0, 0, 0, 0.1);

}
.venus-menu > li.showhide span.title{
	margin:13px 0 0 20px;
	float:left;
}
.venus-menu > li.showhide span.icon{
	margin:16px 20px;
	float:right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}
.venus-menu li.search{
	float:right;
}
.venus-menu li.search form{
	margin:13px 20px 0 0;
}
.venus-menu li.search form input.search{
	height:26px;
	float:right;
	padding-left:5px;
	padding-right:5px;
	color:#777;
	outline:none;
	border:solid 1px #dedede;
	-o-transition:border .3s linear;
	-moz-transition:border .3s linear;
	-webkit-transition:border .3s linear;
	transition:border .3s linear;
}
.venus-menu li.search form input.search:focus{
	border-color:#018A00;
}
.zoom-out{
	-webkit-animation:zoomOut 600ms ease both;
	-moz-animation:zoomOut 600ms ease both;
	-o-animation:zoomOut 600ms ease both;
	animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
	0%{
		-webkit-transform:scale(.6);
	}
	100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes zoomOut{
	0%{
		-moz-transform:scale(.6);
	}
	100%{
		-moz-transform:scale(1);
	}
}
@-o-keyframes zoomOut{
	0%{
		-o-transform:scale(.6);
	}
	100%{
		-o-transform:scale(1);
	}
}
@keyframes zoomOut{
	0%{
		transform:scale(.6);
	}
	100%{
		transform:scale(1);
	}
}

@media only screen and (max-width:768px){
	.venus-menu li{
		display:block;
		width:100%;background-color: #803F99; 
	}
	.venus-menu > li > a{
		padding:13px 0 14px 20px;
	}
	.venus-menu > li.brand{
		display:none !important;
	}
	.venus-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu ul, .venus-menu ul li ul{
		width:100%;
		padding:0;
		left:0;
		border:none;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li:first-child a:before, .venus-menu > li > ul > li ul li:first-child a:before{
		border:none;
	}
	.venus-menu ul li{
		border-left:none;
		border-right:none;
	}
	.venus-menu ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{
		top:14px;
		right:20px;
		font-size:20px;
	}
	.venus-menu ul > li .indicator{
		top:10px;
		right:20px;
	}
	.venus-menu li.search form{
		margin:12px 18px 0 18px;
	}
	.venus-menu li.search form input.search{
		width:100%;
		margin-bottom:12px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:60px !important;
	}
	.venus-menu > li > ul > li > ul > li > ul > li > a{
		padding-left:80px !important;
	}
}

		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ padding:0px; height:55px; line-height:55px; position:relative; z-index:99;   }
		.nav a{ color:#333;  }
		.nav .nLi{ float:left;  position:relative; display:inline;  }
		.nav .nLi h3{ float:left;  }
		.nav .nLi h3 a{ display:block; padding:0 10px; font-size:16px; color:#fff; margin-right:20px;  }
		.nav .sub{ display:none; width:140px; left:0; top:55px;  position:absolute; background:#ddd;  line-height:32px; padding:5px 0;  }
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; padding:0 10px; font-size:14px; text-align:center;}
		.nav .sub a:hover{ background:#6d6d6d; color:#fff;  }
		/*.nav .on h3 a{ background:#024d82; color:#fff;  }*/

/* 大图切换css */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 48%;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #804097;
	color: #fff;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 12px;
	cursor: pointer;
	transition: all .3s ease-in;
	height: 12px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 4px solid #804097;
}
.slideBox .hd ul li:hover {
	border: 2px solid #804097;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	display: block;
	overflow: auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,  .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover,  .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/* 选项卡1css */
/* 选项卡1css */
		.slideTxtBox{ width:100%; border:0px;  }
		.slideTxtBox .hd{ height:40px; line-height:35px; border-bottom:2px #24715e solid;  position:relative; }
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:-1px;   }
		.slideTxtBox .hd ul li{ float:left;  margin-right:30px;cursor:pointer; font-size:18px; }
		.slideTxtBox .hd ul li.on{  background: #24715e; font-size: 18px; color: #fff; padding: 0px 15px; }
		.slideTxtBox .bd ul{ padding:5px; zoom:1;  }
		.slideTxtBox .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(../images/icon1.png) left center no-repeat; padding-left:15px;  }
		.slideTxtBox .bd li a{ font-size:14px; color:#222; }
		.slideTxtBox .bd li .date{ float:right; color:#999;  }
		.slideTxtBox .bd .fpic{min-height: 110px; padding: 10px;}
		.slideTxtBox .bd .fpic  p{text-align: center;}

/* 选项卡2css */
		.slideTxtBox1{ width:100%; border:0px;  }
		.slideTxtBox1 .hd{ height:50px; line-height:50px;   border-bottom:3px solid #0051a4;  position:relative; }
		.slideTxtBox1 .hd ul{ float:left;  position:absolute; left:0px; top:-1px; height:50px;   }
		.slideTxtBox1 .hd ul li{ float:left;  margin-right:30px;cursor:pointer; font-size:24px; }
		.slideTxtBox1 .hd ul li.on{ height:50px; color:#0051a4; font-weight:bold; }
		.slideTxtBox1 .bd ul{ padding:5px; zoom:1;  }
		.slideTxtBox1 .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(../images/icon1.png) left center no-repeat; padding-left:15px;  }
		.slideTxtBox1 .bd li a{ font-size:14px; color:#222; }
		.slideTxtBox1 .bd li .date{ float:right; color:#999;  }

/* 选项卡2css */
		.slideTxtBox2{ width:100%; border:0px;  }
		.slideTxtBox2 .hd{ height:50px; line-height:50px;   border-bottom:3px solid #0051a4;  position:relative; }
		.slideTxtBox2 .hd ul{ float:left;  position:absolute; left:0px; top:-1px; height:50px;   }
		.slideTxtBox2 .hd ul li{ float:left;  margin-right:30px;cursor:pointer; font-size:24px; }
		.slideTxtBox2 .hd ul li.on{ height:50px; color:#0051a4; font-weight:bold; }
		.slideTxtBox2 .bd ul{ padding:0px; zoom:1;  }
/*		.slideTxtBox2 .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(../images/icon1.png) left center no-repeat; padding-left:15px;  }
		.slideTxtBox2 .bd li a{ font-size:14px; color:#222; }
		.slideTxtBox2 .bd li .date{ float:right; color:#999;  }*/
/* 选项卡2css */
		.slideTxtBox3{ width:100%; border:0px;  }
		.slideTxtBox3 .hd{ height:50px; line-height:50px;   border-bottom:3px solid #0051a4;  position:relative; }
		.slideTxtBox3 .hd ul{ float:left;  position:absolute; left:0px; top:-1px; height:50px;   }
		.slideTxtBox3 .hd ul li{ float:left;  margin-right:20px;cursor:pointer; font-size:24px; }
		.slideTxtBox3 .hd ul li.on{ height:50px; color:#0051a4; font-weight:bold; }
		.slideTxtBox3 .bd ul{ padding:5px; zoom:1;  }
/*		.slideTxtBox3 .bd li{ height:32px; line-height:32px;font-size:14px; color:#222; background:url(../images/icon1.png) left center no-repeat; padding-left:15px;  }
		.slideTxtBox3 .bd li a{ font-size:14px; color:#222; }
		.slideTxtBox3 .bd li .date{ float:right; color:#999;  }*/

		
.tongzhi{ width:100%; background:#eee;	padding-bottom: 50px;}
.tongzhi_title {
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.tongzhi_title h3 {
	color: #025ba1;
	letter-spacing: 3px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;

	width: 160px;
	margin: 0 auto;
}


.picnews{margin-top:10px;}
.news{margin-top:20px;}
.news .news_title { color:#803f99; font-size:24px; font-weight:bold;  height:50px; line-height:50px; background: url(../images/tit.png) no-repeat left center; padding-left: 20px;}
.news .news_title_inner{ color:#333; font-size:24px;   height:50px; line-height:50px; border-bottom:3px solid #edeef5; margin-bottom:20px;}
.news .news_title_inner .innertitle{ height:50px; line-height:50px;border-bottom:3px solid #803f99; width:150px; float:left;}
.talent_contact .col-md-6:first-child{padding-right:0;margin:0;}
.talent_contact .col-md-6:last-child{padding-left:0;margin:0;}
.talent_address{
        padding: 40px  36px;
    background: #ededed;
 height: 280px;
    width: 100%;
}
.talent_address p.title{
    font-size: 18px;
    border-bottom: 2px solid #b3b3b3;
    line-height: 40px;
    margin-bottom: 20px;
}
.talent_address p{
    font-size: 16px;
    margin-bottom: 6px;
}
.news .news_title span{ color: #f49000; font-size: 18px;  }
.news .news_title1 { color:#fff; font-size:20px; font-weight:bold;  height:50px; line-height:50px; background: #803f99; padding-left: 20px;}
.news .news_title1 span{ color: #fff; font-size: 18px;  }
.news .news_title1 a{ color: #eee; font-size: 14px; padding-right: 10px; }
.news  .more{float:right; color:#803f99;font-size:14px;}
.news .more a{color: #803f99;}
.news .news_con { min-height:80px;}
.news .news_con li{ 	font-size: 16px;
	height: 36px;
	line-height: 36px;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 12px;
    	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news_con li a{ color:#222;}
.news .news_con li span{	float: right;
	color: #999;
	height: 32px;
	line-height: 32px;}
	
 .search_con
{min-height:80px;}
 .search_con li{
  font-size: 16px;
	height: 42px;
	line-height: 42px;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 12px;  
	border-bottom: 1px dashed #ccc;
		    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search_con li span{
    
    float: right;
	color: #999;
	height: 42px;
	line-height: 42px;
}
.news   .news_pic img{ width: 310px; height: 180px; }
.news   .news_txt a{line-height: 28px;font-size:14px;color: #333; font-weight: bold; text-align: center;}
.news   .news_date { line-height: 28px; height:28px; font-size:14px;color: #666;}
.news   .news_date i{font-size: 18px; color: #803f99;}
.news .news_con .news_card {
width: 100%;
	background: #fff;
    height: 182px;
    position: relative;
    margin-top: 18px;
    margin-bottom: 30px;}
.news .news_con .news_card .time{
	    position: absolute;
    top: -17px;
    left: 20px;
    z-index: 99;
    color: #f49000;
    padding: 0 6px;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}
.news .news_con .news_card .img{
	width: 100%; 
	height: 182px;
	overflow: hidden;
}
.news .news_con .news_card .img img{width: 100%;}
.news .news_con .news_card .bt{
	bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
    position: absolute;
    display: block;
    word-break: break-all;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    line-height: 30px;
    background: rgba(0,0,0,0.4);
}

.news .news_con .news_card .bt a{
	color: #fff; font-weight: bold;
}
.news .news_con .news_card .bt1{
	    margin: 20px 20px 15px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 70px;
    padding-top: 15px;
}
.news .news_con .news_card .bt1 a{
	    color: #222;
   font-weight: bold;
}
.news .news_con .news_card .nr{
	padding: 0px 20px 0px 20px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 60px;
}
.news .card_con{
	    padding: 6px 0;
    margin: 0 auto;
}
.news .card_con  .news_list li.card {
    line-height: 28px;
    padding-left: 0px;
    background:none;}
    .news .card_con .news_list li.card .news_date{
    	margin-left: 25px;
    	color: #f49000;
    padding: 0 6px;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    }
.news .card_con .news_list li.card .news_bt{
	background: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 13px;
    padding: 20px 26px 0px 26px;
    margin-top: -15px;
    height: 83px;
}
.news .card_con .news_list li.card .news_bt a{
	font-size: 16px;
}
 .campus {
	width: 100%; margin-top: 15px;
}
 .campus_img {
	 

    position: relative;
    overflow: hidden;
}

 .campus_txt {
	line-height: 45px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff; text-align: center;
     margin-top:-46px; width: 100%;position: relative;
     background-color: rgba(0,0,0,0.5); color: #fff; z-index: 999;padding: 0 10px;
}
 .campus_txt a{color: #fff;text-align: center;}
@media \0screen\,screen\9 {
   .campus_txt{
        background-color: #000;
        filter: Alpha(opacity=50);
        *zoom:1;
    }
  .campus_txt p{
        position: relative;
    }
}
 
@media (min-width: 768px) {
 .campus_img img{
	width: 100%;
    height: auto;
  
    max-width: 100%;
}
}
 
@media (min-width: 992px) {
	
}
 
@media (min-width: 1200px) {
	
}
  .campus_img img{
	width: 100%;
    height: 150px;
  
    max-width: 100%;
}


.news .news_con .toutiao{padding: 10px 0; }
.news .news_con .toutiao a{height: 32px; font-weight: bold; height: 32px; color: #333; font-size: 16px;}
.news .news_con .toutiao p{padding: 10px 0;}
.news .news_con .toutiao p a{color: #666; font-size: 14px; line-height: 24px; font-weight: normal;}
.news .links_con{padding:15px 0px;}
.news .links_con a{margin-right: 15px; font-size: 16px; color: #333; line-height: 30px;}
.news .links_con a:hover{color:#803f99 ;}

/*.news .news_con .rili { padding:0;}
.news .news_con .rili li{  border-bottom:1px #999 dotted; height: 70px; line-height: 70px;margin-bottom:10px;}
.news .news_con .rili li.rilinews { position: relative;}
.news .news_con .rili li.rilinews .news_time { float: left; width: 62px; height: 62px; text-align: center; position: absolute; top: 0; left: 0;background: #803f99;}
.news .news_con .rili li.rilinews .news_time .news_year { line-height: 30px; font-size: 14px; color: #fff;  border-top:0;}
.news .news_con .rili li.rilinews .news_time .news_days { margin:0 auto; width: 80%; font-size: 16px; color: #fff; line-height: 32px; border-bottom: 1px solid #fff;    }
.news .news_con .rili li.rilinews .news_wz {padding: 0 0 10px;text-align: left;margin-left: 78px; margin-top:-70px; height:70px;}
.news .news_con .rili li.rilinews .news_title {line-height: 30px;font-size: 14px; border-bottom:none;}
.news .news_con .rili li.rilinews .news_title a {line-height: 30px;font-size: 14px;  color:#222;}
.news .news_con .rili li.rilinews .news_title a:hover{ color:#803f99;  }
.news .news_con .rili li.rilinews .news_wz .news_text {line-height: 18px;overflow: hidden;font-size: 12px;color: #999; margin-top:-15px;}
.news .news_con .rili li.rilinews .news_wz .news_text a{color: #999;}
.news .news_con .rili li.rilinews .news_summary {line-height: 20px;overflow: hidden;font-size: 12px;color: #8c8c8c;}	*/
	
/*.rili .tab-time {
    line-height: 25px;
    height: 25px;
    padding-right: 15px;
    border-right: 1px solid #a7b1ac;
    color: #900300;
    font-size: 14px;
    margin-right: 12px;
}
	.rili .tab-tlt{font-size: 14px;}
	.rili .tab-tlt a{color: #333;}*/




.footer .foot{ width:100%;background: #cdcdcd; margin-top:20px; min-height: 160px; padding-bottom: 15px; }	
.footer .qrcode { width: 100%; margin: 0 auto; text-align: center; padding-top: 25px;}
.footer .contact { margin: 30px 0px 0px -20px }
.footer .contact p{ color: #222; font-size: 14px; line-height: 26px; }
.footer .links {padding: 30px 0px;}
.footer .links h4{font-weight: bold; font-size: 16px; margin-bottom: 5px;}
.footer .links a{font-size: 14px; line-height: 26px; margin-right: 6px;}
.footer  .copyright{ width:100%; min-height:60px; background-color:#4d1463;font-size:16px; color:#eee; line-height:60px; text-align:center; }
.footer .copyright a{color: #fff; margin-left: 15px;}
.footer .mfoot{background: #4d1463 url(../images/foot_bg.png) no-repeat center center;margin-top:25px;padding: 0 7.647%;position: relative; padding:20px 10px;z-index:99999;}
.footer .mslogan {padding-top:25px; width:100%;}
.footer .mfoot .mlinks{display: flex;
    flex-direction: row;
    justify-content: space-between;padding-top: 40px;}


.footer .mfoot .mlinks select{width: 100%;font-size: 14px;height: 49px;color: #fff;border: 1px solid #853a91;padding-left: 23px;}
.footer .mfoot .mlinks select option{color: #000;line-height: 36px;height: 40px; text-align:center; margin:0 auto;}


select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
  
    /*将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
  
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select_jt.png) no-repeat scroll 94% center transparent;
  
  
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 40px;
  }
  /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
  select::-ms-expand { display: none; }


.footer .mfoot .mcontact{margin-top: 40px;}
.footer .mfoot  .mcontact p{color: #fff;float: left;font-size: 14px;line-height: 28px;padding-left: 25px;}
.footer .mfoot  hr{height: 1px;background: #813a8d;border: 0;margin-top: 12px;}

.footer .mfoot  .mcopyright{padding: 15px 0;}
.footer .mfoot .mcopyright p{font-size: 14px;line-height: 24px;color: rgba(255,255,255,0.6); margin-top:15px;}
.footer .mfoot .mcopyright a{color: rgba(255,255,255,0.6);}
.footer .mfoot  .mqrcode{ max-width: 106px;}




.banner{ width: 100%; overflow: hidden; margin: 0;}
.path {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	margin-top: 15px;
	padding-left: 30px;
}
.path a {
	color: #222;
}
.sidebar {
	padding-bottom:35px;
	background-color: #FFF;
	margin-top: 15px;
}
.sidebar .sidetit {
	background-color: #804097;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.sidebar .list-group {
	margin-top: 15px;
}
.sidebar .list-group .listname {
	line-height: 42px;
	color: #804097;
	border-bottom: #ddd solid 1px;
	text-align: center;
/*	padding: 0 20px 0 80px;*/
}
.sidebar .list-group .listname a {
	line-height: 42px;
	font-size: 16px;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.sidebar .list-group .listname a:hover {
	color: #FF7F00;
}
.column-list-wrap .sub-list li a {
	font-size: 14px;
}
.column-list-wrap .sub-list li a:hover {
	background-color: #D6D6D6;
	color: #121212;
}
.column-list-wrap .sub-list li.selected a.selected {
	background-color: #ffffff;
	color: #d00d16;
}
.column-list-wrap .sub-list li a span {
	padding: 13px 10px;
	line-height: 18px;
}
.column-list-wrap .sub-list .sub-list li a {
	font-size: 13px;
	background-position: 26px 10px;
	background-color: #f5f5f5;
}
.column-list-wrap .sub-list .sub-list li.selected a.selected {
	background-position: 26px 10px;
}
.column-list-wrap .sub-list .sub-list li a span {
	padding-left: 36px;
	line-height: 17px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li.selected a.selected {
	background-position: 34px 13px;
}
.column-list-wrap .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 44px;
}
.column-list-wrap .sub-list .sub-list .sub-list .sub-list li a span {
	padding: 4px 10px;
	padding-left: 52px;
}
.listmain .listitle {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	color: #804097;
	background-color: #FFF;
	margin-top: 15px;
}
.listmain .listitle .listit {/*width:108px;*/
	width: 250px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #804097;
	text-indent: 3px;
	white-space: nowrap;
	padding-left: 15px;
	font-size: 18px;
}
.listcon {
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
}
.listcon li{
  font-size: 16px;
	height: 42px;
	line-height: 42px;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 12px;  
	border-bottom: 1px dashed #ccc;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listcon li span{
    
    float: right;
	color: #999;
	height: 42px;
	line-height: 42px;
}
.content {
	margin-top: 15px;
	min-height: 500px;
	background-color: #FFF;
	padding: 15px;
}
.content .maintitle {
	min-height: 45px;
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #804097;
}

.content .subtitle {
	font-size: 18px;
	text-align: center;
	color: #bb63da;
}
.content .attributes {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-bottom: #ddd solid 1px;
}
.content .article {
	padding: 40px;line-height: 175%;font-family: "微软雅黑", "Microsoft YaHei",  sans-serif;font-size: 18px;
}
.content .article img  { max-width: 100%;
}
@media (max-width: 768px) {
.content .maintitle {
	min-height: 45px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #804097;
}
.content .article {
	padding: 10px;line-height: 175%;font-family: "微软雅黑", "Microsoft YaHei",  sans-serif;font-size: 16px;
}
}

.content .print {
	margin-bottom: 10px;
	float: right;
	padding-right: 15px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.content .print a {
	color: #333;
}

.wp_article_list .list_item {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
}
.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
 
.col-xs-1-8 {
	width: 12.5%;
	float: left;
}
 
@media (min-width: 768px) {
	.col-sm-1-8 {
		width: 12.5%;
		float: left;
	}
}
 
@media (min-width: 992px) {
	.col-md-1-8 {
		width: 12.5%;
		float: left;
	}
}
 
@media (min-width: 1200px) {
	.col-lg-1-8 {
		width: 12.5%;
		float: left;
	}
}

.search_list{margin-top:20px} 
.pagination>li>a, .pagination>li>span {

    color: #803f99;

}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    
    background-color: #803f99;
    border-color: #803f99;
}
.piclist_img {
    width:100%;
    height: 160px;
    margin-bottom: 15px;
}