/*
* @Author: whw
* @Date:   2023-05-10 17:38:45
*/

@charset "utf-8";

body {
	min-width: 1200px;
	font-size: 18px;
	font-family: "Microsoft Yahei", "\5b8b\4f53", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
}

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 {
	margin: 0;
	padding: 0;
}

input,
select,
button,
textarea {
	font-size: 100%;
	font-family: inherit;
	outline: none;
	border: none;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #333;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

a img {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

small,
.small {
	font-size: 12px;
}

big,
.big {
	font-size: 18px;
}

.w12 {
	width: 1200px;
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.more {}

.column-title {
	text-align: center;
}

.header {
	min-width: 1200px;
	width: 100%;
	position: relative;
}

.header img {
	display: block;
	width: 100%;
}

.nav {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.nav ul {
	max-width: 1200px;
	margin: auto;
	text-align: center;
}

.nav li {
	display: inline-block;
	font-size: 20px;
	width: 125px;
}

.nav li a {
	display: inline-block;
	height: 77px;
	color: #fff;
}

.nav li .on {
	border-bottom: 3px #fff solid;
}

.nav li a:hover {
	text-decoration: none;
}

/* 最新资讯 */
.zxzx {
     padding: 40px 0;
     overflow: hidden;
}

.category-header {
	text-align: center;
}

.title {
	width: 270px;
	/* height: 80px; */
	margin: auto;
}

.more img {
	width: 44px;
	height: 56px;
	float: right;
}

.zxzx .img-item {
	width: 860px;
	height: 302px;
	float: left;
	text-align-last: justify;
}

.zxzx .img-item a {
	display: inline-block;
	width: 416px;
	height: 302px;
	color: #333333;
}

.zxzx .img-item img {
	width: 417px;
	height: 229px;
}

.zxzx .img-item p {
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.5;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align-last: left;
}

.zxzx .text-item {
	width: 309px;
	height: 309px;
	float: right;
}

.zxzx .text-item a {
	border-top: 1px dashed #e8ddd2;
	padding: 9px 0;
	display: inline-block;
}

.zxzx .text-item a:first-child {
	border: 0;
	padding-top: 0;
}

.zxzx .text-item p {
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 金句一刻 */
.jjyk {
     width: 100%;
     /* height: 760px; */
     padding: 0px 0 50px;
     overflow: hidden;
     background: url('../images/cdgj9.png') no-repeat center bottom;
     background-size: auto 100%;
     box-sizing: border-box;
}
.jjyk .title{
    width: 306px;
}
.jjyk .slideBox {
	height: 515px;
	margin-top: 70px;
	position: relative;
}

.jjyk .slideBox .bd,
.jjyk .slideBox .tempWrap {
	height: 100%;
}
.jjyk .slideBox .tempWrap {
	/* overflow-y: visible; */
}
.jjyk .slideBox .bd li,
.jjyk .slideBox .bd ul {
	height: 100%;
}
.jjyk .slideBox .bd ul {
	/* overflow-y: visible; */
}

.jjyk .slideBox .bd li {
	position: relative;
	background: url('../images/cdgj8.png') no-repeat;
	background-size: 100% 440px;
	background-position:  center top;
	/* padding-top: 30px; */
}

.jjyk .slideBox .bd li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 100%;
	height: 170px;
	background: url('../images/cdgj6.png') no-repeat;
	background-size: 100% 100% ;
}

.jjyk .slideBox .bd .item {
	width: 235px;
	height: 495px;
	display: inline-block;
	overflow: hidden;
	/* margin-top: 23px; */
	position: relative;
}

.jjyk .slideBox .bd a {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jjyk .slideBox .bd img {
	width: 100%;
	height: 440px;
	/* bottom: 0; */
}

.jjyk .slideBox .bd .infor {
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	transition: .5s;
}

.jjyk .slideBox .bd a:hover .infor {
	bottom: 50px;
}

.jjyk .slideBox .bd .infor p {
	font-size: 15px;
	line-height: 1.5;
}

.jjyk .slideBox .bd .infor h3 {
	font-size: 28px;
}

.jjyk .slideBox .bd .light {
	position: absolute;
	left: -20px;
	top: 0;
	z-index: 1;
	width: 40px;
	height: 445px;
	background: url('../images/ico_light.png') no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.jjyk .slideBox .bd .light2 {
	left: 217px;
}

.jjyk .slideBox .bd .light3 {
	left: 460px;
}

.jjyk .slideBox .bd .light4 {
	left: 700px;
}

.jjyk .slideBox .bd .light5 {
	left: 940px;
}
.jjyk .slideBox .bd .light6 {
	left: 1178px;
}

.jjyk .prev,
.jjyk .next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	display: block;
}

.jjyk .prev {
	background: url('../images/cdgj10.png') no-repeat center;
	left: -90px;
}

.jjyk .next {
	background: url('../images/cdgj11.png') no-repeat center;
	right: -90px;
}

.jjyk-picScroll {
    overflow: hidden;
    position: relative;
    
    height: 515px;
    margin-top: 70px;
}

.jjyk-picScroll .hd{
    width: 1200px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    left: 50%;
    margin-left: -600px;
}

.jjyk-picScroll .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.jjyk-picScroll .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.jjyk-picScroll .hd ul li.on {
    background-position: 0 0;
}

.jjyk-picScroll .bd {    
    width: 1200px;
    height: 515px;
    margin: auto;
    overflow: hidden;
    position: relative;
    background: url(../images/cdgj8.png) no-repeat;
    background-size: 100% 440px;
    background-position: center top;
}

.jjyk-picScroll .bd .light {
    position: absolute;
    left: -20px;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 445px;
    background: url('../images/ico_light.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.jjyk-picScroll .bd .light2 {
    left: 217px;
}

.jjyk-picScroll .bd .light3 {
    left: 460px;
}

.jjyk-picScroll .bd .light4 {
    left: 700px;
}

.jjyk-picScroll .bd .light5 {
    left: 940px;
}

.jjyk-picScroll .bd .light6 {
    left: 1178px;
}

.jjyk-picScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.jjyk-picScroll .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 240px;
    height: 495px;
}

.jjyk-picScroll .bd .item {
    width: 240px;
    height: 495px;
    display: inline-block;
    overflow: hidden;
    /* margin-top: 23px; */
    position: relative;
}

.jjyk-picScroll .bd img {
    width: 100%;
    height: 440px;
    /* bottom: 0; */
}

.jjyk-picScroll .bd a {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jjyk-picScroll .bd img {
    width: 100%;
    height: 440px;
    /* bottom: 0; */
}

.jjyk-picScroll .bd .infor {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    transition: .5s;
}

.jjyk-picScroll .bd a:hover .infor {
    bottom: 50px;
}

.jjyk-picScroll .bd .infor p {
    font-size: 15px;
    line-height: 1.5;
    height: 45px;
    padding: 0 10px;
}

.jjyk-picScroll .bd .infor h3 {
    font-size: 28px;
}
.jjyk-picScroll .bd .item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 170px;
    background: url('../images/cdgj6.png') no-repeat;
    background-size: 100% 100%;
}
/* 精彩瞬间 */
.jcsj {
	padding: 60px 0;
	position: relative;
}

.jcsj .list {
	width: 100%;
	margin-top: 30px;
	position: relative;
	font-size: 0;
}

.jcsj .list .coloum {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 23%;
	font-size: 0;
	overflow: hidden;
	text-align: center;
	padding: 0 1%;
	
}


.jcsj .list .coloum .item {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}
.hidelist {
	display: none;
}

.jcsj .list .item img {
	width: 100%;
}

.jcsj .item.video:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/cdgj7.png') no-repeat center;
	background-size: 60px auto;
}

.jcsj .step {
	position: absolute;
	right: -20px;
	bottom: 10%;
	width: 10px;
	/* background-color: #f00; */
}

.jcsj .step:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	width: 0;
	height: auto;
	min-height: 40px;
	border-left: 2px solid #AD0104;
}

.jcsj .step:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	width: 0;
	height: 100%;
	border-left: 2px dashed #E6B3B4;
}

.jcsj .stepitem {
	position: relative;
	z-index: 1;
	width: 10px;
	height: 10px;
	border: 2px solid #E6B3B4;
	border-radius: 50%;
	margin-bottom: 100px;
	background-color: #fff;
}

.jcsj .stepitem.on {
	border: 2px solid #AD0104;
}

.jcsj .stepitem.last {
	margin-bottom: 0;
}



.bread {
	border-top: 1px solid #C09262;
	margin-top: 30px;
	padding: 30px 0;
}


.list-header {
	margin-top: 40px;
}

.jinjulist {
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}

.jinjuitem {
	position: relative;
	display: block;
	width: 580px;
	height: 150px;
	margin-bottom: 30px;
	float: left;
	color: #C09262;
}

.jinjuitem.right {
	float: right;
}

.jinjuitem .imgwrap {
	float: left;
	width: 265px;
	height: 150px;
	margin-right: 15px;
}

.jinjuitem .imgwrap img {
	width: 100%;
	height: 100%;
}

.jinjuitem .name {
	font-size: 28px;
	color: #C09262;
	font-weight: bold;
	margin-top: 10px;
}

.jinjuitem .txt {
	position: absolute;
	right: 0;
	top: 100px;
	width: 412px;
	height: 185px;
	background: url('../images/bg_jinjuitem.png') no-repeat;
	background-size: 100% auto;
}

.jinjuitem .txt img {
	width: 86%;
	margin: 0 auto;
}

.jinjuitem .txt table,
.jinjuitem .txt tr,
.jinjuitem .txt td {
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
}


.cattab {
	overflow: hidden;
    text-align: center;
}
.cattab .catitem {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 26px;
	position: relative;
	padding-bottom: 5px;
}
.cattab .catitem.on {
	font-weight: bold;
	color: #C10C13;
}
.cattab .catitem.on:after {
	content: "";
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 80%;
	height: 5px;
	background-color: #C10C13;
	border-radius: 3px;
}

.poster_box {
	margin: 30px 20px 100px;
}

.poster_box h2 {
	font-size: 30px;
	color: #015293;
	font-weight: bold;
	text-align: center
}

.poster_box h3 {
	font-size: 16px;
	color: #015293;
	margin: 10px 0 35px;
	text-align: center
}

.poster-main {
	position: relative;
	width: 100%;
	/* height: 340px !important; */
	margin-left: auto;
	margin-right: auto
}

.poster-main img {
	display: block;
	box-shadow: 0 0 5px -3px #222;
	-webkit-box-shadow: 0 0 5px -3px #222
}

.poster-main a,
.poster-main img {
	display: block;
	width: 100%;
	height: 100%
}

.poster-main .poster-list {
	width: 1000px;
	height: 520px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 520px;
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-list .poster-item .item {
	position: relative;
	width: 100%;
	height: 100%
}

.poster-main .poster-btn {
	position: absolute;
	top: 205px;
	width: 50px !important;
	height: 50px !important;
	cursor: pointer;
	filter: opacity(.5)
}

.poster-main .poster-btn:hover {
	filter: opacity(1)
}

.poster-main .poster-prev-btn {
	left: -50px;
	background: url('../images/left.png') no-repeat center center;
	background-size: 40px auto;
}

.poster-main .poster-next-btn {
	right: -50px;
	background: url('../images/right.png') no-repeat center center;
	background-size: 40px auto;
}

.poster-item-title {
	display: none;
	color: #333;
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: -40px;
	text-indent: 29px;
	text-align: center;
	word-break: break-all;
}
.poster-main .poster-link {
	display: none;
	color: #fff;
	width: 112px;
	left: 365px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: -90px;
	text-align: center;
	word-break: break-all;
	background-color: #C09262;
	border-radius: 52px;
}
.poster-main .poster-list .poster-item.active .poster-item-title {
	display: block;
}
.poster-main .poster-list .poster-item.active .poster-link {
	display: block;
}
.lunbo_btn {
	display: none;
}

.listwrap {
	width: 1280px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.listitem {
	position: relative;
	display: block;
	width: 580px;
	/* height: 140px; */
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
.text-list .listitem{
	height: 60px;
}
.text-list .listitem .listitem-title span{
    max-height: 105px;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.listitem .thumbwrap {
	
	position: relative;
	z-index: 2;
	float: left;
	width: 257px;
	height: 142px;
	overflow: hidden;
	margin-right: 20px;
}
.listitem .thumbwrap.dn {
	display: none;
}
.listitem .thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listitem .listitem-title {
	position: relative;
	height: 100%;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	
}
.listitem .listitem-title span {
	display: block;
	max-height: 105px;
	overflow: hidden;
}
.listitem .listitem-date {
	/* position: absolute; */
	bottom: 0;
	left: 277px;
	font-size: 14px;
	color: #666;
}
.listitem .iconvideo {
	position: absolute;
	z-index: 3;
	left: 16px;
	bottom: 16px;
	width: 35px;
	height: 35px;
	background: url('../images/cdgj7.png') no-repeat;
	background-size: 100% auto;
}

.detail {
	margin-bottom: 100px;
	
	
}
.detail .content {
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
}
.detail .title {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 30px;
}
.detail .info {
	overflow: hidden;
	color: #666;
	font-size: 14px;
	width: 80%;
	margin: 0 auto 30px;
}
.detail .info .source {
	float: left;
}
.detail .info .publishdate {
	float: right;
}
.detail .showimgs {
	position: relative;
	width:900px;
	height:500px;
	margin: 30px auto;
}
.detail .slideBox{ width:900px; height:500px; position:relative; border:1px solid #ddd;  }
.detail .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.detail .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.detail .slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; cursor:pointer; }
.detail .slideBox .hd ul li.on{ color:#fff; }
.detail .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.detail .slideBox .bd li{ zoom:1; vertical-align:middle; }
.detail .slideBox .bd img{ width:900px; height:500px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.detail .showimgs .prev,
.detail .showimgs .next{ position:absolute; left:-80px; top:50%; margin-top:-25px; display:block; width:40px; height:40px;  filter:alpha(opacity=50);opacity:0.5;  background:url(../images/left.png) 0 0 no-repeat; background-size: 100% auto; }
.detail .showimgs .next{ left:auto; right:-80px; background-position:8px 5px; background:url(../images/right.png) 0 0 no-repeat;background-size: 100% auto;}
.detail .showimgs .prev:hover,
.detail .showimgs .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.bottomlink {
	margin: 10px 0;
	font-size: 14px;
	color: #666;
}
.detail .bottom {
	margin: 20px 0;
}
.bottomlink span {
	font-weight: bold;
	color: #333;
}