/*--------------------Reset-----------------*/
/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 14px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
ul, ol,li{list-style: none;list-style-type:none}
a{
	text-decoration: none;color:#333;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	
}
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.wrap{width:100%;}
/*--------------------后加的部分属性-----------------*/
.ov {overflow: hidden;}
*{font-family: "微软雅黑";font-size:14px;}
.px1200{width:1200px;}



/*index*/
.top{
	width: 100%;
	height: 158px;
	background: url(../img/top_bg.jpg) center center repeat-x;
}
.top p{
	width: 1200px;
	height: 102px;
	margin: 0 auto;
}
.top p a img{
	/*width: 532px;*/
	height: 112px;
	vertical-align: middle;
	padding-top: 20px;
}

/*nav*/
.nav-box{
	width: 100%;
	height: 50px;
	background: #700005;
	border-top: 6px solid #700005;
}
.nav{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.nav ul li { 
	width: 133px;
	height: 50px;
    float:left; 
    position:relative;
    margin: 0;
    line-height: 50px;
}
.nav ul li a {
    display:block;
    height:50px; 
    color:#FFFFFF;
    font-size:16px;
    line-height:50px; 
    text-align:center;
}
.nav ul li:hover { 
	background: #FFFFFF;
}
.nav ul li:hover a{
	color: #700005;
}
 .nav ul li.active{ 
 	background: #FFFFFF;
}
 .nav ul li.active a{
 	color: #700005;
 }
/*设置一级导航样式*/
.nav ul li ul{
    display:none;
}
.nav ul li:hover ul{
	width: 130px;
	text-align: center;
	display: inline-block;
    position:absolute;
    top:50px;
    left:0px;
    z-index:1000;
    background-color:#FFFFFF;
}
.nav ul li:hover ul li{
	width: 120px;
	margin-left: 6px;
	border-bottom: 1px dotted #c1c1c1;
}
.nav ul li:hover ul li a{
    display:inline-block;
    color:#252525;
    font-size:14px;
    width:100px;
    height: 40px;
    line-height:40px;
    text-align:center;
}
.nav ul li:hover ul li:hover{
	border-bottom: 1px dotted #700005;
}
.nav ul li:hover ul li a:hover{
    background-color:#FFFFFF;
    color:#700005;
}
/*设置三级导航样式*/
.nav ul li:hover ul li ul { 
    display:none;
}
.nav ul li:hover ul li:hover ul{ 
    display:block; 
    width:194px; 
    position:absolute; 
    top:0px; 
    left:123px;
    background-color:#FFFFFF;
}
.nav ul li:hover ul li:hover ul li { 
    width:194px; 
    min-height: 40px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    
}
.nav ul li:hover ul li:hover ul li a { 
    display:block; 
    width:174px; 
    min-height: 25px;
    height: auto;
    overflow: hidden;
    text-align:left;
    line-height: 20px;
    padding: 15px 10px 10px;
}
.nav ul li:hover ul li:hover ul li a:hover { 
    background-color:#FFFFFF;
}


/*news*/
/*轮播图*/
.box1{
	width: 1200px;
	height: 315px;
	margin: 20px auto;
}
.news-pic{
	width: 485px;
	height: 100%;
	float: left;
}
.focus {
	width: 100%;
	height: 311px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.focus ul li p {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: url(../img/news-a.jpg) no-repeat;
}
.focus ul li p a{
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 15px;
}
.focus ul li p a:hover{
	text-decoration: underline;
}
.focus .num {
	overflow: hidden;
	height: 25px;
	position: absolute;
	bottom: 2px;
	left: 85%;
	zoom: 1;
	z-index: 3;
}
.focus .num li {
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: right;
	font-weight: 400;
	color: #FFFFFF;
	background: url(../img/focus.png) no-repeat;
	margin-right: 10px;
	cursor: pointer;
	float: left;
}
.focus .num li.on {
	width: 10px;
	height: 10px;
	background: url(../img/focus-on.png) no-repeat;
}
/*news-list*/
.news-list{
	width: 687px;
	height: 100%;
	float: right;
}
h1{
	font-size: 22px;
	color: #2b2b2b;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #8c0000;
	margin-bottom: 10px;
}
h1 img{
	vertical-align: middle;
	padding: 0 15px;
}
h1 a{
	float: right;
	font-size: 14px;
	color: #969696;
}
h1 a:hover{
	color: #8C0000;
}
.list li{
	width: 100%;
	height: 42px;
	background: url(../img/list.png) 15px center no-repeat;
	line-height: 42px;
	text-indent: 40px;
}
.list li a{
	font-size: 16px;
	color: #2B2B2B;
}
.list li span{
	float: right;
	font-size: 14px;
	color: #a4a4a4;
}
.list li:hover{
	background: url(../img/list-on.png) 15px center no-repeat;
}
.list li:hover a{
	color: #8C0000;
}
/*box2*/
.box2{
	width: 1200px;
	height: 360px;
	margin: 0 auto;
}
/*学术科研*/
.xsky{
	width: 370px;
	height: 100%;
	float: left;
}
/*通知公告*/
.notice{
	width: 410px;
	height: 100%;
	float: left;
	margin-left:25px ;
}
.notice ul{
	width: 100%;
	height: 50px;
	margin-bottom: 28px;
}
.notice ul dl{
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 10px;
	background: url(../img/notice-bg.png) no-repeat;
}
.notice ul dl dt{
	font-size: 14px;
	color: #8C0000;
	text-align: center;
	line-height: 28px;
}
.notice ul dl dd{
	font-size: 14px;
	color: #2B2B2B;
	text-align: center;
}
.notice ul li{
	width: 330px;
	height: 50px;
	float: right;
}
.notice ul li a{
	font-size: 16px;
	color: #2b2b2b;
	line-height: 30px;
}
.notice ul li p{
	font-size: 14px;
	color: #707070;
	
}
.notice ul:hover dl{
	background: url(../img/notice-bg-on.png) no-repeat;
}
.notice ul:hover dl dt{
	color: #FFFFFF;
}
.notice ul:hover dl dd{
	color: #FFFFFF;
}
.notice ul:hover li a{
	color: #8C0000;
}

/*支部风采*/
.box3{
	width: 1200px;
	height: 270px;
	margin: 0 auto;
}
.zbfx{
	width: 100%;
	height: 190px;
	margin-top: 10px;
}

/*footer*/
.footer{
	width: 100%;
	height: 293px;
}
.bottom{
	width: 100%;
	height: 236px;
	background: url(../img/bq.jpg) center no-repeat;
}
.bottom-box{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

/*友情链接*/
.link{
	width: 450px;
	height: 100%;
	margin-left: 40px;
	float: left;
}
.link h2{
	font-size: 22px;
	color: #FFFFFF;
	line-height: 80px;
}
.link li{
	width: 145px;
	height: 36px;
	float: left;
}
.link li a{
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	line-height: 36px;
}
.link li a:hover{
	text-decoration: underline;
}
/*二维码*/
.bottom-box dl{
	width: 120px;
	height: 180px;
	float: right;
	margin-right: 20px;
	margin-top: 40px;
}
.bottom-box dl dt{
	width: 119px;
	height: 119px;
}
.bottom-box dl dt img{
	width: 119px;
	height: 119px;
}
.bottom-box dl dd{
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}
.bq{
	width: 100%;
	height: 56px;
	background: #580004;
}
.bq p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 56px;
}


/*列表页*/
/*subbanner*/
.subbanner{
	width: 100%;
	height: 360px;
}
.subbanner img{
	width: 100%;
	height: 360px;
}

.list-box{
	width: 1200px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	margin: 30px auto;
}
/*左侧*/
.list-left{
	width: 252px;
	height: 840px;
	float: left;
	background: url(../img/submure.png) center bottom no-repeat #fdfdfd;
}
/*栏目名称*/
.lmmc{
	width: 100%;
	height: 47px;
	background: url(../img/lmmc.jpg) no-repeat;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 47px;
	text-indent: 20px;
}

/*二级导航*/
.submure li{
	width: 248px;
	height: 46px;
	border-top: 2px solid #FFFFFF;
	border-left: 4px solid #FDFDFD;
	text-indent: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.submure li a{
	font-size: 16px;
	color: #2B2B2B;
	line-height: 46px;
}
.submure li:hover{
	background: #ffe9e9;
	border-left: 4px solid #8c0000;
}
.submure li:hover a{
	color: #700005;
}
.submure li.li-dq{
	background: #ffe9e9;
	border-left: 4px solid #8c0000;
}
.submure li.li-dq a{
	color: #700005;
}

/*右侧*/
.list-right{
	width: 912px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	float: right;
}
.title{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #bfbfbf;
	background: url(../img/h3.jpg) left center no-repeat;
}
.title h3{
	color: #212121;
	font-size: 18px;
	text-indent: 30px;
	line-height: 45px;
	float: left;
    width: 23%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title ul{
	float: right;
}
.title ul li{
	line-height: 45px;
	margin: 0 10px;
	float: left;
	font-size: 14px;
	color: #575757;
}
.title ul li img{
	vertical-align: middle;
}
.title ul li a{
	font-size: 14px;
	color: #575757;
}
.title ul li a:hover{
	color: #8C0000;
}
/*list-list*/
.list-list li{
	width: 100%;
	height: 48px;
	border-bottom: 1px dotted #d4d4d4;
	line-height: 48px;
	text-indent: 25px;
	background: url(../img/list-list.jpg) 8px center no-repeat;
}
.list-list li a{
	font-size: 16px;
	color: #515151;
}
.list-list li span{
	font-size: 13px;
	color: #949494;
	float: right;
}
.list-list li:hover a{
	color: #8C0000;
}

/*内容页*/
h4{
	font-size: 30px;
	color: #4c4c4c;
	text-align: center;
	padding: 20px;
}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd;}
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }

.bar{ line-height:2.8em; height:2.8em; text-align:center; color:#949494 !important; font-size:14px !important; margin-bottom: 20px;}
.content{ padding:15px 0px;}
.content p{ text-indent:2em; line-height:2em;margin-bottom:15px; color:#333; font-size:16px;}
.content p img{ margin:15px auto; border:none; display:block}