html,*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin: 0; padding: 0; }
fieldset,img{ border: 0;margin: 0;padding: 0; }
:focus{ outline: 0; }
img{vertical-align: top;}

address,caption,cite,code,dfn,th,var,optgroup{ font-style: normal; font-weight: normal; }
h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal; font-family: "Microsoft YaHei"; }
abbr,acronym,{ border: 0; font-variant: normal; }
code,kbd,samp,tt{ font-size: 100%; }
input,button,textarea,select{ *font-size: 100%; border:none;}
ol,ul{ list-style: none; }
img{border:none;}

a{text-decoration: none;}
body{ background:#fff; color:#5e5e5e; font: 12px/1.4 Microsoft YaHei,SimSun,Arial;}
	a{color:#666666}
	a:hover{color:red}
.fl{float: left;}
.fr{float: right;}
.clearfix{zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}


.lin-header{
	background-color: #7d0000;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.lin-head{
	max-width: 1200px;
	margin: 0 auto;
}
.lin-yidong{
	display: none;
}
h1{
	width: 29%;
	padding: 24px 0;
	float: left;
}
h1 a{
	display: block;
}
h1 a img{
	width: 100%;
}
.lin-topr{
	float: right;
	width: 50%;
}
.lin-youxiang{
	float: right;
	padding: 18px 0;
}
.lin-youxiang a{
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
	padding-left: 14px;
	text-decoration: none;
	transition: color .2s;
}
.lin-youxiang a:hover{
	color: #999;
}
.lin-ser{
	width: 100%;
	padding: 25px 0;
	height: 34px;
	float: right;
}
.serbox{
	float: right;
	width: 36.666%;
	height:24px;
	border: 1px solid #acbbc4;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
}
.serbox input{
	line-height: 24px;
	height: 24px;
	width: 100%;
	padding-right: 45px;
	box-sizing: border-box;
	padding-left: 5px;
	background: url(../image/ser-bg.jpg) repeat-x;
}
.serbox a{
	position: absolute;
	width: 28px;
	height: 24px;
	top: 0;
	right: 0;
	transition: all .2s;
	background: url(../image/ser-img.png) no-repeat center center;
}
.serbox a:hover{
	opacity: .8;
}
.ser-biaoti{
	float: right;
	text-align: right;
	color: #ffffff;
	padding: 0 15px 0 0;
	line-height: 24px;
	width: 50%;
	box-sizing: border-box;
}


.lin-navbar{
	position: relative;
	background-color: #7d0000;
}
.lin-nav{
    position: relative;
	width: 1200px;
	margin: 0 auto;
}
.lin-navli{
	float: left;
	transition: all .2s;
}
.lin-navli a{
	display: block;
	line-height: 34px;
	padding: 0 27px;
	font-size: 14px;
	color: #ffffff;
}
.lin-navli:hover{
	background-color: #c04b4b;
}
.lin-navbg{
	height: 34px;
	background-color: #c04b4b;
}
.lin-navdiv{
	position: absolute;
	top: 34px;
	left:0;
	width: 100%;
	z-index: 999;
	background-color: #c04b4b;
	transition: all .3s;
}
.sonnav-bg{
	width: 1200px;
    margin: 0 auto;
}
.nav-conul{
	display: none;
	transition: all .2s;
	margin: 0 auto;
}
.lin-navli:hover .nav-conul{
	display: block;
}
.nav-conul li{
	float: left;
}
.nav-conul li a{
	color: #fff;
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 34px;
	transition: all .2s;
}
.nav-conul li a:hover{
	text-decoration: underline;
	color: #000;
}


.lin-section{
	padding-top: 2px;
	background: #fffff9 url(404.png) no-repeat bottom center;
}

.banner{
	width: 1200px;
	margin: 0 auto;
}
.slideBox{ width:1200px; height:450px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; position:absolute;  z-index:1; left: 50%; bottom: 5px; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px; border: 2px solid #383838;  width:10px; height:10px;border-radius: 8px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#e3ae67; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:1200px; height:450px; display:block;  }
.slideBox .prev{
	display: block;
	width: 70px;
	height: 139px;
	background: url(../image/ban-left.png) no-repeat center left;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	left: 0;
	cursor: pointer;
	transition: all .3s;
	z-index: 2;
	filter:alpha(opacity=0);
	opacity:0; 
}


.slideBox .next{
	display: block;
	width: 70px;
	height: 139px;
	background: url(../image/ban-right.png) no-repeat center right;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	right: 0;
	cursor: pointer;
	z-index: 2;
	transition: all .3s;
	filter:alpha(opacity=0);
	opacity:0; 
}
.slideBox:hover .next{ filter:alpha(opacity=100);opacity:1;  }
.slideBox:hover .prev{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }



.active{
	display: block;
}
.new-more-hide{display:none;}
.lin-menu{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	background-color: #fff;
}
.lin-menuleft{
	width: 80%;
	float: left;
	box-sizing: border-box;
}
.lin-xueyuannews{
	width: 73%;
	float: left;
}
.xynews-biaoti{
	padding: 0 0 0 18px;
	height: 45px;
	position: relative;
}
#new_tab1{
	padding: 0 0 0 111px;
}
.xynews-daohang{
	
	background: #7d0000;
	height: 45px;
	position: relative;
	text-align: center;
}
.xynews-daohang span{
	margin-right: 33px;
	top: 15px;
	cursor: pointer;
	position: absolute;
	right: 0;
	color: #fff
}
.xynews-daohang a{
	line-height: 45px;
    font-size: 18px;
    color: #fff;
    
    display: inline-block;
    position: relative;
}

.xynews-daohang span i{
	display: none;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	margin:5px 0 0 4px;
	background-color: #fff;
	transition: all .2s;
}
.xynews-daohang a.cur i{
	display: block;
	transform: scaleX(1);
	color:#fff;
}
.lin-menuright ul{
	display: block;
}

.lin-menuright ul li{
	width: 222px;
	height: 107px;
	padding: 0 0px;
	margin: 6px 0;
	float: left;
	border-right: 1px solid #cecece;
}

.lin-menuright ul li:first-child{
	margin-top:13px;
}
.lin-menuright ul li>a{
	position:relative;
	display: block;
	overflow: hidden;
	height: 100%;
}
.lin-menuright ul li>a img{
	
	width: 222px;
	height:114px;
	transition: all .3s;
}
.lin-menuright ul li>a img:hover{
	transform: scale(1.05);
}

.lin-menuright ul li>a .quit-tt-bg{
	position:absolute;
	left:0;
	bottom:0;
	width:26px;
	height:100%;
	
	background-color: #7d0000;
	box-sizing: border-box;
	
	
  
}

.lin-menuright ul li:first-child+li+li+li+li>a .quit-tt{
	
	top: 26%;
}
.lin-menuright ul li>a .quit-tt{
	position:absolute;
	left:0;
	top: 18%;
	width:25px;
	font-size:13px;
	text-align:center;
	color:#FFF;
	box-sizing: border-box;
	
	
	writing-mode: horizontal-tb;
}

.lin-menuright ul li p a{
	color: #414141;
	transition: color .2s;
}


.lin-qiehuan{
	line-height: 34px;
	font-size: 18px;
	color: #000000;
	padding: 0 6px;
	display: inline-block;
	position: relative;
}

.tzgg-time>a>i{
	display: none;
}
.xyxw-bt{
	line-height: 34px;
	font-size: 18px;
	color: #000000;
	padding: 0 6px;
	display: inline-block;
	position: relative;
}
.xyxw-bt:hover {
	color: #7d0000;
}
.sdyzb{
	position: relative;
	float: left;
}
.sdyzb>a{
	line-height: 34px;
	font-size: 18px;
	color: #000000;
	padding: 0 6px;
	display: inline-block;
	position: relative;
	width: 102px;
	height: 33.6px;
	z-index: 999;
}
.sdyzb>a:hover {
	color: #7d0000;
}
.lin-qiehuan i{
	display: none;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #7d0000;
	bottom: -3px;
	left: 0;
	transform: scaleX(0);
	transition: all .2s;
}
.lin-qiehuan:hover {
	color: #7d0000;
}
.xynews-biaoti span{
	margin-right: 17px;
	top: 15px;
	cursor: pointer;
	position: absolute;
	right: 0;
}
.xynews-biaoti span i{
	display: none;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	margin-right: 4px;
	background-color: #e3ae67;
	transition: all .2s;
}
.xynews-biaoti a.cur i{
	display: inline-block;
	transform: scaleX(1);
}
.xynews-biaoti span:hover i{
	background-color: #7D0000;
}
.lin-qiehuan.cur {
    color: #7d0000;
}
.xynews-nr{
	
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	
}
.xynews-ul{
	display: none;
	padding: 7px 0;
	
}

ul.xynews-ul.active.clearfix{
	display: block;
	height: 240px;
}
.xynews-show{
	display: block;
}
.xynews-li{
	width: 233px;
	*width: 204px;
	padding: 0 14px;
	float: left;
	border-right: 1px solid #cecece;
}
.xynews-lite{
	padding-right: 0;
	border-right: none;
}
.xynews-li>a{
	display: block;
	overflow: hidden;
}
.xynews-li>a img{
	width: 204px;
	height:171px !important;
	transition: all .3s;
}
.xynews-li>a img:hover{
	transform: scale(1.2);
}
.xynews-li p{
	width: 100%;
	height: 30px;
	padding-top: 21px;
	line-height: 16px;
	font-size: 12px;
}
.xynews-li p a{
	color: #414141;
	transition: color .2s;
}
.tzgg-div{
	display: none;
}

ul.tzgg-div.active{display: block;}
.tzgg-show{
	display: block;
}
.xynews-li p a:hover{
	color: #7d0000;
}
.swiper-container{
	display: none;
}
.swiper-slide img{
	width: 100%;
}
.lin-xueshujiangzuo{
	width: 27%;
	
	float: left;
}
.xsjz-nr{
	padding: 0 0 26px 7%;
	box-sizing: border-box;
}
.xsjz-time{
	float: left;
	width: 24.5%;
}
.xsjz-day{
	height: 35px;
	background-color: #7d0000;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color: #ffffff;
	border-bottom: 1px solid #eef6f6;
}
.xsjz-month{
	height: 30px;
	background-color: #e7e7e7;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #7d0000;
}

.news_time{
	float: left;
	width: 24.5%;
}
.news_day{
	height: 35px;
	background-color: #7d0000;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color: #ffffff;
	border-bottom: 1px solid #eef6f6;
}
.news_month{
	height: 30px;
	background-color: #e7e7e7;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #7d0000;
}
p.newstime {
    width: 57px;
    height: 65px;
    float: left;
    margin: 0px 0 0 9px;
}
.news_p {
    width: 350px;
    height: 65px;
    float: left;
    margin: 0px 0 0 0;
    height: 72px;
}
li.tzgg-nr {
    padding: 0 0 0 12px;
}
p.newstime .news_time{
	width: 57px;
}
li.tzgg-nr.first span.news_day {
    width: 57px;
    height: 35px;
    display: block;
}
li.tzgg-nr.first span.news_month {
    width: 57px;
    height: 30px;
    display: block;
}
a.news_title {
    
}
.news_text{
	color: #A9A9B1;
	padding: 0 0 0 15px;
	text-indent: 0;
	font-size: 12px;
	max-height: 32px;
    overflow: hidden;
    width: 311px;
}
ul.tzgg-div.active li:first-child + li{
	
}
li.tzgg-nr.xyjx {
    line-height: 10px;
}
.pad {
    margin-bottom: 4px;
}
.xsjz-p{
	float: left;
	padding:1px 0 0 7px;
	line-height: 21px;
	width: 66.5%;
	
	text-overflow: ellipsis;
	overflow: hidden;
	text-align:justify;  
	text-justify:inter-ideograph; 
	word-wrap:break-word; 
	word-break:break-all;
}
.xsjz-p a{
	text-align:justify;  
	text-justify:inter-ideograph; 
	word-wrap:break-word; 
	word-break:break-all;
}
.xsjz-p2{
	margin-top:7px;
}
.xsjz-p a p{
	color: #5d5c5c;
}
.xsjz-p a:hover p{
	color: #7d0000;
}
.lin-menuleft2{
	width: 80%;
	height: 380px;
	float: left;
	box-sizing: border-box;
	
}
.lin-tongzhigonggao{
	float: left;
	width: 480px;
	height: 368px;
    
}

.tzgg-time{
	float: right;
	padding-right:19px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
span.disc {
    font-size: 50px;
    color: #7D0000;
    margin: -13px 14px 1px -8px;
    
    padding: 0 0 0px 0;
    display: inline-block;
    
    
}
.tzgg-time i{
	font-size: 20px;
	padding-right: 5px;
	color: #7D0000;
}
.tzgg-time span{
	color: #7D0000;
}
.tzgg-time em{
	font-size: 12px;
	color: #7D0000;
}
.tzgg-p{
	line-height: 27px;
	height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 14px;
	box-sizing: border-box;
	display: inline-block;
}

.tzgg-p a {
    color: #252525;
    transition: color .2s;
    
    
    display: inline-block;
}
.tzgg-p a:hover{
	color: #7D0000;
}
.lin-gaojiaodongtai{
	width: 480px;
    float: left;
	height: 227.2px;
    display: block;
   
}
.lin-meitinanfang{
	width: 480px;
    height: 183px;
    
    float: left;
}
.lin-menuright{
	width: 18.5%;
	box-sizing: border-box;
	float: right;
}
.menuright-ul{
	padding-top: 2px;
	float: right;
}
.menuright-li,.menuright-li2{
	max-width: 220px;
	position: relative;
	max-height: 114px;
	margin-bottom: 33px;
}
.menuright-img{
	display: block;
}
.menuright-img img{
	width: 100%;

}
.menuright-biaoti{
	width: 30px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	background:url('../image/rightnavbg.jpg');
	color: #fff;
	height:114px;
	*height:88px;
	padding-top:26px;
	box-sizing: border-box;
	line-height: 18px;
}
.menuright-ulnr{
	position: absolute;
	top: 5px;
	left: 41px;
	display:none;
}
.menuright-liry{
	padding-bottom: 2px;
}
.menuright-liry a{
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 8px;
	font-size: 14px;
	color: #ffffff;
	padding: 0 10px 0 8px;
	background-color: rgba(125,0,0,.7);
}
.tzgg-time:hover *{
	color:#666;
}
.a-more-hide{
	display: none;
}

.mysouth{
	width: 220px;
	height:45px;
	margin-bottom:33px;
}
.mysouth_left{
	float: left;
	width: 30px;
	height: 42px;
}
.mysouth_right{
	float: right;
	width: 190px;
	height: 42px;
	background-color: rgb(254,243,231);
}
.mysouth span{
	font-size:16px;
	padding:0 5px;
	color:#000;
}
.mysouth ul li{
	font-size:14px;
	float:left;
	color:#616161;
	padding:0 5px;
	font-weight: lighter;
}

.achievements{
	width:220px;
	height:185px;
	margin:0 0 33px 0;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}
.achievements span{
	width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    background: url(../image/jycg_bg1.png);
    color: #fff;
	height:184px;
	padding-top:58px;
    box-sizing: border-box;
    line-height: 18px;
}
.achievements img{
	opacity:0.2;
	height:185px;
	width:190px;
	margin-left: 30px;
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    -pie-background:rgba(255,255,255,.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20ffffff,endColorstr=#20ffffff);
}

.achievements ul{
	position: absolute;
	top: 0px;
	width: 195px;
	margin-left:30px;
}
.achievements ul{
	
	
	
}
.achievements ul li{
	height:30px;
	width:170px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	line-height:30px;
	padding:0px 15px;
}
.achievements ul li i{
	width:16px;
	height: 10px;
	line-height: 30px;
	margin-left: -10px;
	display: inline-block;
	background: url(../image/1.png) no-repeat;
}
.achievements ul li a{
	font-weight:lighter;
}
.achievements ul li:hover i{background: url(../image/3.png) no-repeat;}



.lin-footer{
	min-width: 1200px;
	background: url(../image/footer-bg.jpg) repeat-y top center;
}
.lin-fer{
	max-width: 1200px;
	margin: 0 auto;
	margin-top:15px;
	height:80px;
}
.ferleft{
	float: left;
	width: 30%;
	padding-top:15px;
	margin-left: 160px;
}
.ferleft  a{
	color: #fff;
}
.ferleft  p{
	color: #fff;
	line-height: 24px;
}
.fer-li{
	float: left;
	padding-top: 15px;
	width: 33%;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
}
.fer-li a{
	color: #fff;
}
.fer-li a:hover{
	color: #F1EA15;
}
.fercen{
	float: left;
	width: 28%;
}
.fer-er{
	float: left;
	padding: 15px 11% 0;
	width: 28%;
}

.ferright{
	width: 34%;
	float: right;
	padding-top: 15px;
	padding-left: 10px;
	box-sizing: border-box;
}
.ferright .add-spante{
	display: block;
	padding-left: 0;
}
.ferright p,.ferright p a{
	line-height: 24px;
	color: #fff;
}


.lin-content{
	background: #fffde8 url(../image/lin-nybg.jpg) no-repeat top center;
	padding-top: 252px;
}
.lin-neiye{
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}
.list_left{ 
	width: 20%; 
	float: left; 
	position: relative;
}
.list_title {
	position: absolute;
	top: -27px;
	left: 10px;
	width: 100%;
	height: 54px;
	font-size: 18px;
	color: #ffffff;
	line-height: 54px;
	background-color: #7D0000;
	box-sizing: border-box;
	padding-left: 18%;
}
.list_con {
	width: 100%;
	padding: 27px 0 0 10px;
	box-sizing: border-box;
}
.list_ul {
	border-left: 13px solid #7D0000;
	padding: 15px 0 20px 15px;
	width: 100%;
	box-sizing: border-box;
}
.list_ul>li {
	background: url("../image/list_bg.jpg") repeat-y left 20px;
	padding-left: 1px;
	margin-bottom: 0px;
	position: relative;
}
.list_ul li>a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #959595;
	padding-left: 15px;
	line-height: 42px;
	transition: all 0.3s;
}
.list_ul li .yuan {
	width: 6px;
	height: 24px;
	background: url("../image/yuan.png") no-repeat left bottom;
	display: inline-block;
	position: absolute;
	left: -3px;
	top: 0;
}
.list_ul li a:hover {
	background-color: #dfdfdf;
	color: #7D0000;
}

.list_ul li>ul{
	width: 100%;
}
.list_ul li>ul>li {
	width: 100%;
	background-color: #f3f3f3;
}
.list_ul li>ul>li a {
	font-size: 12px;
	padding-left: 20px;
}
.list_ul li>ul>li a:hover {
	background-color: #e6e6e6;
}
.list_ul li .current_in {
	background-color: #dfdfdf;
	color: #7D0000;
}
.list_right {
	width: 75%;
	float: left;
	margin: 0 2%;
	border: 1px solid #f5f5f5;
	background: url("../image/loading.jpg") repeat-x left top;
	min-height: 500px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.fan {
	height: 50px;
	border-bottom: 1px solid #959595;
}
.fan_title {
	font-size: 18px;
	color: #7D0000;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	border-bottom: 2px solid #7D0000;
	display: inline-block;
	float: left;
}
.fan_right {
	float: right;
	color: #959595;
	background: url("../image/fan_shou.png") no-repeat left center;
	padding-left: 15px;
	line-height: 50px;
	height: 50px;
	margin-right: 15px;
}
.fan_right a {
	color: #959595;
}
.fan_right a:hover,.fan_right font{
	color:#7D0000;
}
.ny_content {
	padding: 5%;
}
.search_list_right{
	min-height:500px;
}



@media  screen and (max-width:850px){	
.lin-header{
	width: 850px;
}
.lin-navbar{
	width: 850px;
}
.lin-section{
	width: 850px;
}
.lin-navbg{
	width: 850px;
}
.lin-footer{
	width: 850px;
}

.lin-head{
	padding: 0 15px;
}
#lunbo .anniu .you{
	background-size: 70%;
}
#lunbo .anniu .zuo{
	background-size: 70%;
}
.lin-menu{
	padding-left: 15px;	
	padding-right: 15px;	
}
.lin-menuleft{
	width: 70%;
}	
.lin-menuleft2{
	width: 70%;
}	
.lin-menuright{
	width: 27.5%;
}
.lin-xueyuannews{
	width: 98%;
}
.lin-xueshujiangzuo{
	width: 98%;	
}
.xsjz-nr{
	padding-left: 0;
}
.lin-tongzhigonggao{
	width: 95%;	
	padding-bottom: 30px;
}
.lin-gaojiaodongtai{
	width: 95%;
}
.lin-meitinanfang{
	width: 95%;
}
.xsjz-nr{
	float: left;
	width: 33%;
}
.xsjz-time{
	width: 80%;
	margin: 0 10%;
}
.xsjz-p{
	width: 80%;
	padding: 0 10%;
}
.menuright-biaoti{
	font-size: 14px;
	width: 26px;
	border-top: 15px solid #c04b4b;
}
.sdyzb{
	padding-top: 45px;
	position: relative;
	float: left;
}
