@charset "utf-8";
/* 初始化CSS */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
fieldset, img {
	border: none;
	vertical-align: middle;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
li {
	list-style-type: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", Arial, sans-serif;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	margin: 0;
	font-size: 12px;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
}
textarea {
	font-family: "SimSun", Arial, sans-serif;
	resize: none;
}
body {
	font: 12px "SimSun", Arial, sans-serif;
	color: #333;
	background: #fff;
}
a {
	text-decoration: none;
	color: inherit;
}
a:link, span.MsoHyperlink {
	text-decoration: none !important
}
i, em {
	font-style: normal;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.auto {
	margin-left: auto;
	margin-right: auto;
}

/*html5*/
article, aside, footer, header, section, footer, nav, figure, main {
	display: block
}
/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust {
	-webkit-text-size-adjust: none;
}
.font_scale8 {
	-webkit-transform: scale(0.66);
}
.font_scale10 {
	-webkit-transform: scale(0.83);
}
.font_lc {
	-webkit-transform-origin: left center;
}
.font_rc {
	-webkit-transform-origin: right center;
}
.font_up {
	text-transform: uppercase;
}
/*文字截断*/
.TXTovehid {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*transition*/
.tran200 {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.tran300 {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tran400 {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.tran500 {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.tran1000 {
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	transition: all 1s linear;
}
.scaleimg:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.rotateY:hover {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.translateX:hover .fl {
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
	transform: translateX(6px);
}
/*网页限定宽度*/
.con_1000 {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
.con_1000:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
body {
	font-family: "Microsoft Yahei";
	font-size: 14px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}


/*header*/
.header {
    width：100%；
	margin-left:300px;
	height: 150px;
	background: #CC0001;
	background: url(../images/logobg.png) repeat-x；
}
.header .logo {
	padding-left: 100px;
	height: 150px;
	line-height: 150px;
}
/*navWrap*/
.navWrap {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #900;
	font-size: 0;
}
.nav {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.nav a {
	color: #fff;
}
.nav .nLi {
	position: relative;
	width: 100px;
	border-right: 1px solid #ebebeb;
	display: inline-block;
    *display: inline;
    *zoom: 1;
}
.nav .nLi:first-child {
	border-left: 1px solid #9492fd;
}
.nav .nLi h3 {
}
.nav .nLi h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fffefe;
	text-align: center;
}
.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 50px;
	position: absolute;
	background: #900;
	line-height: 22px;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 5px 2px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.nav .sub a:hover {
	background: #1a78dc;
}
.nav .on h3 a {
	background: #1a78dc;
}
.nav .nLi.on {
	border-color: #4d59e3;
}


/*banner*/
.banner {
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
	min-width: 1200px !important;
}
.banner .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 2;
	text-align: center;
	font-size: 0;
	width: 100%;
}
.banner .hd ul li {
	display: inline-block;
*display: inline;
*zoom: 1;
	margin: 0 6px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #900;
	border-radius: 50%;
}
.banner .hd ul li.on {
	background: #900;
}
.banner .bd {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 100%;
}
.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	min-width: 1200px !important;
	height: 460px;
	background-position: center top;
	background-repeat: no-repeat;
}

/*imain*/
.imain {
	margin: 43px auto 30px auto;
}
.isect1 {
	width: 946px;
	height: 327px;
	overflow: hidden;
}
.ititle {
	height: 31px;
	line-height: 31px;
	border-bottom: 1px solid #900;
	padding-left: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #020202;
}
.ititle a {
	font-size: 14px;
	color: #808080;
}
.ititle a:hover {
	color: #271bba;
}
.isect1_1 {
	width: 410px;
	margin-top: 14px;
}
.iscrollNews {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.iscrollNews .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.iscrollNews .bd li {
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.iscrollNews .bd img {
	width: 100%;
	height: 100%;
}
.iscrollBtn {
	width: 30px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
	z-index: 2;
}
.iscrollBtn.prev {
	left: -30px;
	background: url(../images/leftArr.png) no-repeat center;
}
.iscrollBtn.next {
	right: -30px;
	background: url(../images/rightArr.png) no-repeat center;
}
.iscrollNews:hover .iscrollBtn.prev {
	left: 0;
}
.iscrollNews:hover .iscrollBtn.next {
	right: 0;
}
.isect1_2 {
	width: 506px;
}
.isect1_2 .irecomNews {
	margin-bottom: 8px;
}
.isect1_2 .irecomNews h5 {
	line-height: 42px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.isect1_2 .irecomNews p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	height: 40px;
	overflow: hidden;
}
.isect1_2 .irecomNews:hover h5 {
	color: #900;
}
.isect1_2 .irecomNews:hover p {
	color: #444;
}
.list {
}
.list li {
	height: 30px;
	line-height: 30px;
	padding-left: 18px;
	background: url(../images/listIcon.png) no-repeat center left;
}
.list li .fl {
	max-width: 75%;
	font-size: 14px;
	color: #333333;
}
.list li .fr {
	font-size: 14px;
	color: #666666;
}
.list li:hover {
	background-image: url(../images/listIconOn.png);
}
.list li:hover .fl, .list li:hover .fr {
	color: #900;
}
.isect2 {
	width: 224px;
	margin-top: 7px;
	height: 320px;
}
.picMarqueeTop {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 320px;
	overflow: hidden;
}
.picMarqueeTop .bd {
	padding: 10px;
}
.picMarqueeTop .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarqueeTop .bd ul li {
	text-align: center;
	zoom: 1;
	height: 72px;
	margin-bottom: 9px;
	overflow: hidden;
}
.picMarqueeTop .bd ul li .pic {
	text-align: center;
}
.isect3 {
	width: 410px;
	margin-top: 44px;
	height: 280px;
	overflow: hidden;
}
.isect3 .ititle {
	margin-bottom: 7px;
}
.isect4 {
	width: 506px;
	height: 280px;
	overflow: hidden;
	margin: 44px 0 0 30px;
}
.isect4 .ititle {
	margin-bottom: 16px;
}
.isect4 .irecomNews {
	margin-bottom: 6px;
}
.isect4 .irecomNews a {
	display: block;
}
.isect4 .irecomNews a .pic {
	width: 135px;
	height: 101px;
	overflow: hidden;
}
.isect4 .irecomNews a .pic img {
	width: 100%;
	height: 100%;
}
.isect4 .irecomNews a .text {
	width: 360px;
}
.isect4 .irecomNews a .text h5 {
	margin-bottom: 12px;
	line-height: 20px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.isect4 .irecomNews a .text p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	height: 72px;
}
.isect4 .irecomNews:hover .text h5 {
	color: #1b27ba;
}
.isect4 .irecomNews:hover .text p {
	color: #444;
}
.isect5 {
	width: 224px;
	height: 280px;
	overflow: hidden;
	margin-top: 44px;
}
.isect5 .ititle {
	margin-bottom: 7px;
}
.isect5 .list li {
	padding-left: 0;
	background: none;
}
.isect5 .list li .fl {
	max-width: 100%;
}
.isect6 {
	width: 100%;
	margin-top:20px;
}
.isect6 .ititle {
	margin-bottom:20px;
}
.picScrollLeft {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScrollLeft .bd {
}
.picScrollLeft .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScrollLeft .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 190px;
	height: 120px;
	overflow: hidden;
	margin-right: 12px;
}
.picScrollLeft .bd ul li a, .picScrollLeft .bd ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}
.picScrollLeft:hover .iscrollBtn.prev {
	left: 0;
}
.picScrollLeft:hover .iscrollBtn.next {
	right: 0;
}

.footer {
	width: 100%;
	min-width: 1200px;
	padding: 20px 0 30px 0;
	background: #313131;
	line-height: 22px;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	
}
.footer p {
    text-align: center;
}

.footer span {
	margin-right: 18px;
}
.footer a:hover {
	text-decoration: underline;
}

.nyMain {
	margin: 55px auto 160px auto;
}
.nySide {
	width: 195px;
}
.nySide h3 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #900;
}
.nySide ul li {
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-top: 1px solid #ffffff;
	background: #eeeeee;
}
.nySide ul li a {
	display: block;
	font-size: 16px;
	color: #1a1a1a;
}
.nySide ul li.on a, .nySide ul li:hover a {
	color: #900;
}
.nyContent {
	width: 980px;
	min-height: 300px;
}
.professorWrap {
}
.professorWrap .professorDesc {
	width: 150px;
}
.professorWrap .professorDesc .pic, .professorWrap .professorDesc .pic img {
	width: 100%;
}
.professorWrap .professorDesc .text {
	margin-top: 18px;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}
.professorWrap .professorInfo {
	width: 800px;
}
.detail {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	text-align: justify;
}
.detail * {
	max-width: 100%;
}
.professorWrap .professorInfo dl {
	margin-bottom: 22px;
}
.professorWrap .professorInfo dl dt {
	height: 40px;
	line-height: 40px;
	background: #e6e6e6;
	padding: 0 14px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}
.professorWrap .professorInfo dl dt .btn {
	width: 13px;
	height: 40px;
	background: url(../images/trangle.png) no-repeat right center;
}
.professorWrap .professorInfo dl dd {
	margin: 8px 14px 0 14px;
	overflow: hidden;
}
.professorWrap .professorInfo dl.hide dt .btn {
	display: block;
}
.professorWrap .professorInfo dl dt .btn.rotate {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.professorList {
}
.professorList dl {
	margin-bottom: 36px;
}
.professorList dl dt {
	height: 55px;
	line-height: 55px;
	padding: 0 26px;
	background: #f2f2f2;
	font-size: 16px;
	color: #1a1a1a;
	cursor: pointer;
}
.professorList dl dt i {
	width: 13px;
	height: 100%;
	background: url(../images/trangle.png) no-repeat center;
	cursor: pointer;
}
.professorList dl dt i.rotate {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.professorList dl dd {
	width: 900px;
	margin: 0 auto;
	display: none;
}
.professorList dl:first-child dd {
	display: block;
}
.professorList dl dd ul li {
	height: 55px;
	line-height: 55px;
}
.professorList dl dd ul li.odd {
	background: #f2f2f2;
}
.professorList dl dd ul li a {
	float: left;
	width: 12.5%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.professorList dl dd ul li a:hover {
	color: #4d58e3;
}
.nyContent .list {
	margin-bottom: 116px;
}
.nyContent .list li {
	height: 42px;
	line-height: 42px;
}
.page {
	text-align: center;
	height: 42px;
	font-size: 0;
}
.page div {
	display: inline-block;
*display: inline;
*zoom: 1;
}
.page a {
	float: left;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.page .prev, .page .next {
	width: 88px;
	height: 40px;
	border: 1px solid #cfd0d4;
	margin: 0 41px;
}
.page .prev {
	background: url(../images/pagePrev.png) no-repeat center top;
}
.page .next {
	background: url(../images/pageNext.png) no-repeat center top;
}
.page .prev:hover, .page .next:hover {
	background-color: #261bba;
	border-color: #271bba;
	background-position: center bottom;
}
.page .num {
	width: 42px;
	height: 42px;
	margin: 0 1px;
	background: #eeeeee;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #222222;
}
.page .num.on, .page .num:hover {
	background: #271bba;
	color: #fff;
}
.passage {
}
.passage .title {
	text-align: center;
	font-size: 20px;
	color: #111111;
	line-height: 26px;
	font-weight: bold;
}
.passage .tips {
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 28px;
	margin: 19px auto;
}
.passage .tips span {
	display: inline-block;
*display: inline;
*zoom: 1;
	margin: 0 15px;
}
.passage .tips span.date {
	padding-left: 16px;
	background: url(../images/date.png) no-repeat left center;
}
.passage .tips span.views {
	padding-left: 22px;
	background: url(../images/views.png) no-repeat left center;
}
.passage .psgCont.detail {
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	padding-bottom: 70px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px;
}
.passage .psgLink {
}
.passage .psgLink h5 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
}
.passage .psgLink h3 {
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 5px;
}
.passage .psgLink p {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	height: 44px;
	overflow: hidden;
}
.passage .psgLink div:hover h3 {
	color: #271bba;
}
.leaderList {
}
.leaderList dl {
	width: 830px;
	float: right;
}
.leaderList dl dt {
	height: 55px;
	line-height: 55px;
	background: #f2f2f2;
}
.leaderList dl dt a {
	display: block;
	width: 100%;
	height: 100%;
}
.leaderList dl dt span {
	float: left;
	font-size: 16px;
	color: #1a1a1a;
	padding-left: 9px;
	min-width: 256px;
}
.leaderList dl dt:hover span:first-child {
	color: #271bba;
}
.leaderList dl dd.detail {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	padding: 10px 9px 22px 9px;
}
.xrldul li {
	width: 33%;
}
.xrldul li a {
	display: block;
	overflow: hidden;
	width: 860px;
	height: auto;
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.xrldul li a>img {
	float: left;
	width: 10%;
	height: auto;
	margin-right: 3%;
}
.xrlddiv {
	float: left;
	width: 86%;
}
.xrlddiv h3 {
	font-size: 18px;
	color: #b29873;
	width: 100%;
	height: 32px;
}
.xrlddiv p {
	width: 100%;
	line-height: 24px;
	color: #000;
}
.xrldul li a:hover {
	background: #f6f6f6;
}

/* 底部链接样式  */
.gbox { background: #ebebeb;}
.yqlj {  width: 1200px; margin: auto; line-height: 35px; height: 35px; margin-bottom: 0px;}
.yqlj ul li { float: left; }
.yqlj ul li a {  
	             display: block; 
				 font-family: "微软雅黑"; 
				 font-size: 14px; 
				 line-height: 35px; 
				 font-weight: normal; 
	             color: #000; 
				 text-decoration: none; 
				 margin-left:15px; 
				 margin-right: 5px; 
				}
.yqlj ul li a:hover { color: #D1111; text-decoration: none; }