@charset "utf-8";
/* CSS Document */
/*标签重置*/
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	margin: 0; 
	padding: 0; 
	font-family: Arial,Helvetica,'Microsoft YaHei',sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { 
	padding: 0; 
	margin: 0;
}
table, td, tr, th {
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img { 
	vertical-align: top;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit; 
	font-weight: normal;
}
address, cite, code, em, th, i {
	font-weight: normal; 
	font-style: normal;
}
.hx a, .hx em, .fB {
	font-weight: bold;
}
.clearfix {
	*zoom: 1;
	clear:both;
	height:0px;
}
.clearfix:after {
	display: block;
	overflow: hidden; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	content: ".";
}
a {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/*color: #ba2636;*/
	text-decoration: underline;
}
a:active {
	color: #ba2636;
}

*:link,*:visited,*:hover,*:active,*:focus{
 transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
 -webkit-transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;}
 
/*banner*/
.banner { width:100%;
		margin:0 auto;
		height: auto;
}
.banner img {
	width:100%;
	height:auto;
}

/*导航*/
.box {
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0 0 15px #ccc;
	padding-bottom: 30px;
	background-color: #fff;
	margin-top: 5px;
}
.nav-box {
	width: 1200px;
	margin: 0 auto;
	top: -44px;
	position: relative;

}
.my-nav {
	width: 850px;
	float: right;
}
.my-nav li {
	width: 110px;
	background-color: #e70000;
	float: left;
	padding: 10px 0px;
	margin-left: 10px;
	text-align: center;
}
.my-nav li a {
	text-decoration: none;
	font-family: "思源黑体 CN Regular";
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
}
/*专栏说明*/
.exp {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url("../images/zlsm-bg.png");
	background-position: center;
	height: 160px;
	margin-top: 5px;
}
.exp .exp-box {
	width: 1200px;
	margin: 0 auto;
}

.exp p {
	width: 930px;
	float: right;
	font-family: "新宋体";
	text-indent: 2em;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px;
	line-height:24px;
	letter-spacing: 2px;
	margin-top:-20px;
}
/*会议精神*/
.lg-title {
	display: block;
	margin: 0 auto;
	margin-top:50px;
	margin-bottom: 35px;

}

.hyjs {
	width: 1200px;
	margin: 0 auto;

}
.hyjs .left {
	width: 500px;
	float: left;
	padding-left: 50px;
}

.hyjs .left ul li span {
	width: 7px;
	height: 7px;
	background-color: #c9aa79;
	display: inline-block;
	margin: 1px 5px;
	line-height: 20px;
}
.hyjs .left ul li {
	width: 550px;
	overflow: hidden;
}
.hyjs .left ul li a {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.hyjs .left .top {
	margin-bottom: 40px;
}
.hyjs .left .top p{
    width: 550px;
    position: relative;
}
.hyjs .left .top p a {
    font-family: "微软雅黑";
    font-size: 16px;
    color: red;
    line-height: 28px;
    position: absolute;
    bottom: 15px;
    right: 5px;
}

.hyjs .left .bottom p{
    width: 550px;
    position: relative;
}

.hyjs .right {
	width: 520px;
	height: 300px;
	padding-right: 50px;
	float: right;
}
.hyjs .right img {
	width: 520px;
	height: 300px;
}


/*会议精神详细页*/
.hyjs .left-two {
        width: 1100px;
        margin:0 auto;
}

.hyjs .left-two ul li span {
        width: 7px;
        height: 7px;
        background-color: #c9aa79;
        display: inline-block;
        margin: 1px 5px;
        line-height: 20px;
}
.hyjs .left-two ul li {
        width: 1100px;
        overflow: hidden;
}
.hyjs .left-two ul li a {
        font-family: "微软雅黑";
        font-size: 16px;
        color: #666;
        line-height: 36px;
}
.hyjs .left-two .top {
        margin-bottom: 40px;
}
.hyjs .left-two .top p{

    width: 1100px;
    position: relative;
}
.hyjs .left-two .top p a {
    font-family: "微软雅黑";
    font-size: 16px;
    color: red;
    line-height: 28px;
    position: absolute;
    bottom: 15px;
    right: 5px;
}


/*课程学习*/
.learn {
	width: 1200px;
	margin: 0 auto;
}

.learn .course {
	width: 1100px;
	margin: 0 auto;
	margin-top: 30px;
}
.learn .course .course-title {
	position: relative;
}
.learn .course .course-title img {
	display: inline-block;
	margin-top: 0px;

}
.learn .course .course-title a {
	position: absolute;
	right: 10px;
	display: inline-block;
	color: #e60012;
	font-family: "微软雅黑";
	font-size: 14px;
	height: 40px;
	line-height: 60px;
}
.learn .course .layui-table, .layui-table-view {
	margin: 2px 0px;
}
.learn .course thead {
	border-top : 2px solid red;
	background-color: #e6e6e6;
}
.learn .course tbody tr td{
	padding: 10px 10px;
	font-size: 14px;
}
.layui-table[lay-size=sm] td, .layui-table[lay-size=sm] th {
	font-size: 14px;
	padding: 10px 10px;
}

.learn p {
	color: red;
}


/*评论解读*/
.pljd {
	width: 100%;
	background-image: url("../images/pl-bg.png");
	background-position: center;
}
.pljd .pljb-box {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 10px;
}
.pljd .pljb-box .left {
	width: 50%;
	float: left;
	text-align: center;
}
.pljd .pljb-box .left img {
	margin-bottom: 20px;
}
.pljd .pljb-box .left h2 {
	width: 70%;
	color: #333;
	font-family: "思源黑体";
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.pljd .pljb-box .left p {
	width:90%;
	color: #666;
	font-family: "思源黑体";
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
	line-height: 30px;
}
.pljd .pljb-box .left p a {
	color: #e9ac76;
}
.pljd .pljb-box .left ul {
	margin-top: 10px;
}
.pljd .pljb-box .left .line {
	display: block;
	width: 90%;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 10px;
}
.pljd .pljb-box .left ul li {
	text-align: left;
	line-height: 30px;
}
.pljd .pljb-box .left ul li span {
	width: 7px;
	height: 7px;
	background-color: #c9aa79;
	display: inline-block;
	margin: 1px 5px;
	line-height: 20px;
}
.pljd .pljb-box .left ul li {
	color: #666;
	font-family: "思源黑体";
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
	line-height:36px;

}
.pljd .pljb-box .left .mm a {
	float: right;
	margin-right: 50px;
	color: #e9ac76;
}

    /**/
.pljd .pljb-box .right {
	width: 50%;
	float: right;
	text-align: center;
}
.pljd .pljb-box .right ul {
	margin-top: 10px;
}
.pljd .pljb-box .right img {
	margin-bottom: 20px;
}
.pljd .pljb-box .right h2 {
	width: 70%;
	color: #333;
	font-family: "思源黑体";
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.pljd .pljb-box .right p {
	width:90%;
	color: #666;
	font-family: "思源黑体";
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
	line-height: 30px;
}
.pljd .pljb-box .right p a {
	color: #e9ac76;
}
.pljd .pljb-box .left ul {
	margin-top: 10px;
}
.pljd .pljb-box .right .line {
	display: block;
	width: 90%;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 10px;
}
.pljd .pljb-box .right ul li {
	text-align: left;
	line-height: 30px;
}
.pljd .pljb-box .right ul li span {
	width: 7px;
	height: 7px;
	background-color: #c9aa79;
	display: inline-block;
	margin: 1px 5px;
	line-height: 20px;
}
.pljd .pljb-box .right ul li {
	color: #666;
	font-family: "思源黑体";
	font-size: 16px;
	text-align: left;
	margin: 0 auto;
	line-height:36px;

}
.pljd .pljb-box .right .mm a {
	float: right;
	margin-right: 50px;
	color: #e9ac76;
}






/*图解展示*/

.slide-title {
	font-size: 48px;
	color: #313131;
	letter-spacing: 5px;
	line-height: 1;
	text-align: center;
}
.slide-links {
	margin-top: 0;
	text-align: center;
}
.slide-links a {
	background-color: #20b573;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #20b573;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 2px;
}
.slide-links a:hover {
	background: #188a57;
	color: #fff;
}
.slide-item-body ul li {
	width: 33.333%;
	float: left;
	display: block;
	height: 200px;
	padding-top: 42px;
	margin-bottom: 30px;
	border: none;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: inherit;
	padding-top: 0;
	border-radius: 0;
	background-color: #f5f5f5;
	color: #000;
	z-index: 10002;
}
.slide-item-body ul li a {
	display: block;
	box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}
.new-img img {
	width: 100%;
	height: auto;
	border: none;
	display: block;
}
.slide-item {
	width: 870px;
	position: relative;
	margin: 0 auto;/* overflow: hidden; */
}
.slide-item-box {
	padding: 50px 0;
}
.new-body {
	padding: 20px 20px 40px 20px;
}
.new-body-title {
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	color: #616161;
	letter-spacing: 1px;
	font-weight: 600;
}
.new-body-text {
	padding-top: 20px;
	height: 92px;
	min-height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #919191;
	overflow: hidden;
}
.slide-item-body {
	/* padding-top:20px; */
	margin-left: -70px;
}
.slide-item-body ul li {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
}
.slide-item-body .tempWrap {
	padding-top: 20px;
	background: #f5f5f5;
}
.slide-item-body ul {
	padding-top: 10px;
	overflow: visible;
}
.slide-item-body ul li:hover {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 1002;
	position: relative;
	left: 0;
}
.next {
	position: absolute;
	top: 49%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: -157px;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.next-bg {
	background-image: url("../images/left.png");
}
.next:hover {
	background-image: url("../images/left.png");
}
.prev {
	position: absolute;
	top: 49%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: -179px;
	height: 60px;
	width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev-bg {
	background-image: url("../images/right.png");
}
.prev-bg:hover {
	background-image: url("../images/right.png");
}
/*学习资料*/
.xxzl {
	width: 1100px;
	margin: 0 auto;
}
.xxzl>img {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
.xxzl li {
	float: left;
	width: 250px;
	height: 160px;
	text-align: center;
	margin-right: 33px;
}
.xxzl li img {
	width: 100%;
}
.xxzl .right {
	margin-right: 0px;
}
.xxzl p {
	margin-top: 15px;
	text-align: center;
	color: #333;
	line-height: 20px;
	font-family: "思源黑体 CN Regular";
	font-size: 18px;
}
.xxzl ul {
	margin-top: 30px;
	margin-bottom:80px;
}

/*尾部*/
.foot {
	width:1200px;
	margin:0 auto;
	margin-top:30px;
}
.foot ul {
	width:890px;
	margin:0 auto;
	border-top:1px solid #666;
}
.foot ul li {
	text-align:center;
	 font-family:"思源黑体";
	font-size:16px;
	color:#0f0f0f;
	line-height:40px;
}
.foot ul span {
	cursor: pointer;
}
.di {
	margin-top: 30px;
}

/*新闻内容页*/
.new-two {
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 50px;
}
.new-two .left {
    width: 1100px;
    margin: 0 auto;
}
.new-two .left img {
    margin-bottom: 15px;
}
.new-two .left ul li span {
    width: 7px;
    height: 7px;
    background-color: #c9aa79;
    display: inline-block;
    margin: 1px 5px;
    line-height: 20px;
}
.new-two .left ul li {
    width: 540px;
    overflow: hidden;
}
.new-two .left ul li a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.new-two .top {
    width: 540px;
    float: left;
}
.new-two .bottom {
    width: 540px;
    float: right;
}





/*轮播图*/
/*yx_rotaion*/
.yx-rotaion{ margin-right: auto; margin-bottom: 0; margin-left: auto; }
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}
.yx-rotation-title{position:absolute;width:100%;height:40px;line-height:40px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:0;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:14px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}
.yx-rotation-focus span,.yx-rotaion-btn span{background:url(../images/ico.png) no-repeat;display:block;}
.yx-rotation-focus{height:40px;line-height:40px;right:20px;bottom:0;z-index:2}
.yx-rotation-focus span{width:12px;height:12px;line-height:12px;float:left;margin-left:5px;position:relative;top:14px;cursor:pointer;background-position:-24px -126px;text-indent:-9999px}
.yx-rotaion-btn{width:100%;height:41px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;position:relative}
.yx-rotaion-btn .left_btn{background-position:-2px -2px;float:left;left:10px}
.yx-rotaion-btn .right_btn{background-position:-2px -49px;float:right;right:10px}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{background-position:-10px -126px}
.rotaion_list{width:0;height:0;overflow:hidden;}
