/* @media (min-width: 1400px){
	.container {
	    width: 1400px;
	}
} */
#mainHeader.ztHeader{
	/* height: 70px; */
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
@media (min-width: 992px){
	.ztHeader .navbar-brand {
	    float: left;
	    padding: 8px 0 0 0; 
	}
}

.navbar-nav > li > a > i, .navbar-default .navbar-nav > li > a {
    color: #333;
}
@media (min-width: 768px){
	.ztHeader .navbar-nav > li > a {
		padding: 0 10px;
	    box-sizing: border-box;
	    line-height: 67px;
	    margin:0 25px;
	    height: 70px;
	}
	.ztHeader .navbar-nav .primary > a:hover {
	    border-bottom: 3px solid #39a8e7;
	}
}

.ztBox{
	padding-top: 0;
}
.tac{
	text-align:center;
}
.commonTitBox{
	margin:80px auto 0;
}
/* .commonTit{
	margin-top:50px;
} */
.commonTit h4{
	font-size: 32px;
	color: #1aa1e7;
	font-weight: bold;
	text-align:center;
	margin:0;
}
.commonTit span{
	width: 120px;
	height: 3px;
	display: inline-block;
	background: #1aa1e7;
}
.commonTit p{
	font-size: 16px;
	color: #333;
	line-height: 34px;
	margin-top: 15px;
	padding:  0 10%;
}
.commonTit a{
	color: #1aa1e7;
	font-size: 16px;
}
.commonTit img{
	width: 19px;
	display: inline-block;
	margin-left: 10px;
}
.firstList{
	background: #f8f8f8;
	padding: 40px;
}
.oh{
	overflow: hidden;
}
/* 单行本 */
.firstList span{
	font-size: 16px;
	color: #666;
	display: block;
	margin:15px 0 20px;
}
.firstList p{
	font-size: 16px;
	color: #666;
	margin:15px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 28px;
}
.firstList h6{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 0;
	/* height: 240px; */
	line-height: 32px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.readBtn{
	color: #333; 
    margin-top: 30px;
}
.readBtn img{
	margin-right: 5px;
    position: relative;
    top: -1px;
}
/* .firstList{
	margin-top:25px;
} */
.firstBox{
	margin-top: 25px;
	display:block;
}
.firstBox:hover .firstList {
	box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.1);
}
.firstBox:hover .firstList p,.firstBox:hover .firstList h6,.firstBox:hover .firstList span{
	color: #1aa1e7;
}
.firstBox:hover .firstList .readBtn{
	color: #2c8563;
	text-decoration: underline;
}
.mt20{
	margin-top:20px;
}
.firstList .rightCont{
	padding-left: 0;
}
.singleDot{
	bottom: -60px;
}
.singleDot li{
	background: #ccc;
	width: 10px;
	height: 10px;
	border: none;
	margin:5px;
}
.singleDot  li.active{
	width: 40px;
	height: 10px;
	background: #1aa1e7;
	border-radius: 15px;
	margin: 5px;
}
.gcbg{
	position: absolute;
	top: 0;
	left: 0;
	width: 105%;
}
.weekTit{
	border-bottom: 1px solid #000;
	margin:0;
	margin-top:70px;
}
.weekTit h5{
	font-size: 32px;
	color: #000;
	border-bottom: 4px solid #000;
	display: inline-block;
	padding-bottom: 10px;
	font-weight: bold;
	margin:0;
}
.yearSelect li{
	list-style: none;
	float: left;
	font-size: 18px;
	color: #000;
	margin-left: 10px;
	width: 121px;
	height: 48px;
	text-align:center;
	line-height: 48px;
	font-weight: bold;
	cursor: pointer;
}
.yearSelect02{  
	float: right;
    margin-right: 15px;
}
.yearSelectBox{
	padding: 0;
	position: absolute;
	top: 70px;
	right: 0;
}
.yearSelect .yearAct{
	color: #fff;
	background: url('../images/open_data/year.png') no-repeat;
	background-size: 100%;
}

.monthList{
	width: 13%;
	padding: 0;
}
.monthList li{
	list-style: none;
	height: 130px;
	background: #fff;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	line-height: 130px;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
}
.monthList li:last-child{
	border-bottom: none;
}
.monthList .monthAct{
	background: #1aa1e7;
	color: #fff;
}
.weekBox {
	width: 100%;
}
.weekBoxHeight{
	width: 87%;
	background: #fff;
	overflow-y: auto;
	box-shadow: rgba(0,0,0,0.03) -5px 0 20px 1px;
	z-index: 9;
	position: relative;
	height: 520px;
}
.weekBoxHeight::-webkit-scrollbar {/*滚动条整体样式*/
	width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.weekBoxHeight::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
   /*  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background: #f2f2f2;

}

.weekBoxHeight::-webkit-scrollbar-track {/*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 10px;
    background: #f8f8f8;
}
.weekList{
	width: 33.3%;
	box-sizing: border-box;
	padding: 20px 30px;
	float: left;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.04);
	box-sizing: border;
}
.weekList:hover{
	box-shadow:1px 3px 26px rgba(0,0,0,0.06);
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.observeTit>img{
	width: 15px;
	position: relative;
    top: 2px;
}
/* .observeTit{
	line-height: 24px;
}*/
.observeTit h6{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0 15px 0 8px;
}
.observeTit p{
	font-size: 14px;
	color: #666;
}
.downloadBtn{
	font-size: 14px;
	color: #333;
}
.downloadBtn img{
	position: relative;
    top: -1px;
    margin-right: 5px;
}
.observeList li{
	white-space: nowrap;
    overflow: hidden;           
    text-overflow: ellipsis;
    color: #333;
}
.observeList li span{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #333;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right:8px;
}
.observeList{
	padding: 0;
}
.observeList li a:hover  span{
	background:#1aa1e7;
}
.downloadAll img{
	margin-right:5px;
	position: relative;
	top: -1px;
}
.downloadAll{
	width: 100%;
	color: #000;
	font-size: 16px;
	display: block;
	background: #fff;
	margin-top:10px;
	text-align:center;
	padding: 15px 0;
}
.downloadAll span{
    background: url(../images/open_data/download02.png) no-repeat;
    display: inline-block;
    background-size: 100%;
    height: 15px;
    position: relative;
    top: 2px;
    width: 12px;
}
.downloadAll:hover span{
    background: url(../images/open_data/download03.png) no-repeat;
}
.reportList{
	background: #f8f8f8;
}
.reportList img{
	width: 100%;
}
.reportCont h5{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.reportCont p{
	font-size: 16px;
    color: #333;
    margin: 40px 0 0;
    height: 80px;
}
.reportCont span{
	display: block;
	width: 100px;
	height: 1px;
	background: #000;
}
.readReport{
	font-size: 16px;
	color: #000;
	width: 90px;
	height: 36px;
	border: 1px solid #000;
	display: block;
	margin-top:50px;
	text-align:center;
	line-height: 36px;
}
.reportList .readReport img{
	width: 16px;
	position: relative;
	top: -1px;
	margin-left:3px;
}
.reportImg{
	width: 40%;
}
.reportCont{
	width: 60%;
	padding: 50px 50px 0;
}
.reportList:hover{
	background:#1aa1e7; 
}
.reportList:hover .reportCont p{
	color: #fff; 
}
.reportList:hover .reportCont h5{
	color: #fff; 
}
.reportList:hover .reportCont span{
	background: #fff; 
}
.reportList:hover .readReport{
	color: #fff;
	border-color: #fff; 
}
.reportList01{
	background: #f8f8f8;
}
.reportList01 img{
	width: 100%;
}
.reportList01 .reportImg{
	width: 20%;
}
.reportList01 .reportCont{
	width: 80%;
	padding: 30px;
}
.reportList01 p{
	margin:0;
	width: 40%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
	height: auto;
}
.reportList01 span{
	margin:15px 0 15px;
}
.reportList01 .readReport{
	margin:0;
}
.reportBox>div{
	margin-top:30px;
}
.articleList{
	text-align:center;
	display: block;
	padding: 20px 0 20px ;
}
.articleList img{
	width: 70%;
	display: inline-block;
}
.articleList h4{
	color: #333;
	font-size: 18px;
	margin-top: 20px;
	text-align:center;
	font-weight: bold;
}
.articleList:hover h4{
	color: #1aa1e7;
}
.articleList:hover{
	box-shadow:1px 3px 26px rgba(0,0,0,0.06);
}
/* @media (min-width: 1400px){
	.container {
	    width: 1400px;
	}
} */
.newObserveBox {
    background: #fff;
    padding: 10px 30px 5px 50px;
    margin-bottom: 15px;
}
/*.newObserve{
	width: auto;
}*/
.observeTit .iconNew{
	width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
.waitBox{
	text-align: center;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.waitBox p{
	font-size: 18px;
	color: #333;
	margin-top: 40px;
}
.waitBox img{
	display: inline-block;
	width: 200px;
}
.newObserveIcon{
	position: relative;
    top: 2px;
}
.newObserveList{
	margin: 15px 0 0 50px ;
}
.newObserveBox .downloadBtn{
	margin:20px  15px 0 0;
}
#box01{
	width:100%;
	background: url('../images/open_data/gcbg.jpg') no-repeat center center;
	background-size: 100% 100%;
	position: relative;
    /* margin-top: 120px; */
    padding-bottom: 80px;
}
.observeIns{
	color:#000;
	margin: 20px 0 20px;
	font-size: 18px;
	line-height: 32px;
}
/* #box04{
	margin-bottom:20px;
} */
.articleBox{
	margin-top:30px;
}
/* .item>div{
	margin:25px 0 0;
} */
.content04{
	position: relative;
	min-height: 600px;
	margin-top: 70px;
}
#box03{
	margin-top:30px;
}
/* @media (min-width: 1200px){
	.container {
	    width: 1170px;
	}
}
@media (min-width: 992px){
	.container {
	    width: 970px;
	}
}
@media (min-width: 768px){
	.container {
	    width: 750px;
	}
} */
/* @media (max-width: 1600px){
	.container {
	    width: 1170px;
	}
	.reportList01 .reportCont{
		padding: 20px 20px 0;
	}
	.firstList{
		padding: 30px 20px;
	}
	.firstList h6{
		height: 200px;
	}
	.reportCont{
		padding: 40px 40px 0;
	}
}
@media (max-width: 1200px) and (min-width: 992px){
	.container {
	    width: 970px;
	}
	.firstList h6 {
	    height: 140px;
	}
	.yearSelect li{
		width: 100px;
		height: 42px;
		line-height: 42px;
	}
	.yearSelect{
		margin-top:8px;
	}
	.reportCont p {
	    color: #333;
	    margin: 20px 0 20px;
	    height: auto;
	}
	.readReport {
	    font-size: 14px;
	    color: #000;
	    width: 80px;
	    height: 30px;
	    margin-top: 30px;
	    line-height: 30px;
	}
	.readReport {
	    font-size: 14px;
	    color: #000;
	    width: 80px;
	    height: 30px;
	    border: 1px solid #000;
	    display: block;
	    margin-top: 30px;
	    text-align: center;
	    line-height: 30px;
	}
	.reportList01 p{
	    width: 60%;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	    line-height: 26px;
	    margin: 5px 0 10px;
	}
	.reportList01 span {
	    margin: 10px 0 10px;
	}

} */
@media (max-width: 1400px){
	.reportList01 .reportCont{
		padding: 20px 20px 0;
	}
	.firstList{
		padding: 30px 20px;
	}
	/* .firstList h6{
		height: 200px;
	} */
	.reportCont{
		padding: 40px 40px 0;
	}
	.firstList h6 {
	    -webkit-line-clamp: 2;
	}
	.firstList p{
		-webkit-line-clamp: 2;
	}
	.firstList span {
	    margin: 10px 0 10px;
	}
}
.on{
	display: block;
}
@media (max-width: 1200px){
	/* .firstList h6 {
	    height: 140px;
	} */
	
	.yearSelect li{
		width: 100px;
		height: 42px;
		line-height: 42px;
	}
	.yearSelect{
		margin-top: 8px;
	    float: left;
	    margin-right: 0;
	}
	.reportCont p {
	    color: #333;
	    margin: 20px 0 20px;
	    height: auto;
	}
	.readReport {
	    font-size: 14px;
	    color: #000;
	    width: 80px;
	    height: 30px;
	    margin-top: 30px;
	    line-height: 30px;
	}
	.readReport {
	    font-size: 14px;
	    color: #000;
	    width: 80px;
	    height: 30px;
	    border: 1px solid #000;
	    display: block;
	    margin-top: 30px;
	    text-align: center;
	    line-height: 30px;
	}
	.reportList01 .reportCont p{
	    width: 60%;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	    line-height: 26px;
	    margin: 5px 0 10px;
	}
	.reportList01 span {
	    margin: 10px 0 10px;
	}

}

.carousel-control.left img{
	position: absolute;
    left: 0;
    top: 59%;
    height: 60px;
}
.carousel-control.right img{
	position: absolute;
    right: 0;
    top: 59%;
    height: 60px;
}
.carousel-control.left{
	background: none;
}
.carousel-control.right{
	background: none;
}
/* .backIndex img{
	width: 15px;
    position: relative;
    top: -1px;
    margin-right: 6px;
} */
.firstLevel.backIndex{
	color:#1aa1e7 !important;
	text-decoration: underline !important;
}
.pokerList p{
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
	/* background: #f8f8f8;
	padding: 20px 0; */
}
.pokerList img{
	width: 58%;
	margin:0 auto;
	display: block;
	transition: all 1s;
}
/* .pokerBox {
    margin: 60px 0 0 0;
} */
.pokerList{
	margin-bottom: 65px;
}
.pokerBox{
	position: relative;
}
.pokerList a{
	/* background: #eee;
	padding: 55px 0 0; */
	width: 90%;
	display: block;
	margin:0 auto;
}
.pokerList a:hover{
	text-decoration: none !important;
}
.pokerList img:hover{
	transform: scale(1.1);
}
.yearItem{
	background:#f8f8f8;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.yearItem li{
	list-style: none;
	float: left;
	width: 9.09%;
	padding: 15px 0;
	text-align: center;
	border-top: 4px solid #eee;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.yearItem li.actYear{
	border-top: 4px solid #1aa1e7;
	color: #1aa1e7;
}
.pokerBox *{
	padding: 0;
	margin:0;
}
.pokerImg{
	padding: 30px 20px 15px;
}
.pokerImg img{
	list-style: none;
	float: left;
	width: 8%;
	padding: 0;
	margin: 0 2.2222% 0;
	border:1px solid #fff; 
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer;
	box-sizing: border-box;
}
.pokerImg .imgAct01{
	border:1px solid #000;
}
.gallery_preview a{
	width: 600px;
	height: 400px;
	display: block;
}
/* .pokerImg a:nth-child(9n){
	margin-right:0;
} */
.pokerImg a img{
	width: 100%;
}
.pokerBox{
	padding: 0;
	margin:0;
}
.pokerBig{
	position: relative;
}
.pokerBig img{
	width: 72%;
	position:absolute;
    top:50%;
    left:50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
@media (max-width: 768px){
	.singleDot {
	    bottom: -50px;
	}
	.newObserveList {
	    margin: 0 0 10px 0;
	    width: 100%;
	}
	.reportCont  span{
		display: none;
	}
	.readReport{
		margin-top:20px;
	}
	.newObserveBox {
   		padding: 10px 30px 5px 30px;
	}
	.newObserveBox .downloadBtn {
	    position: absolute;
	    right: 10px;
	    top: 0;
	}
	.commonTit h4 {
	    font-size: 18px;
	}
	.commonTit {
	    margin-top: 50px;
	}
	.commonTitBox {
	    margin-top: 0 ;
	}
	.commonTit span{
		width: 90px;
	}
	.commonTit p {
	    font-size: 14px;
	    line-height: 22px;
	    margin: 10px 0 12px;
	    padding: 0;
	}
	.commonTit a {
	    font-size: 14px;
	}
	.commonTit img {
	    width: 16px;
	    margin-left: 4px;
	}
	.firstList {
	    padding: 15px 5px 15px;
	}
	.bannerImg{
		margin-top:50px;
	}
	.firstList span {
	    font-size: 14px;
	    margin: 2px 0 10px;
	    -webkit-line-clamp: 2;
	}
	.firstList p{
		font-size: 14px;
	    line-height: 21px;
	    -webkit-line-clamp: 1;
	    margin:5px 0 0 0;
	}
	.firstList h6{
		font-size: 16px;
		line-height: 24px;
		-webkit-line-clamp: 1;
	}
	.weekTit h5{
		font-size: 18px;
	}
	.yearMobile{
		width: 100%;
	}
	.yearMobile .yearSelect li{
		margin:0;
		width: 25%;
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		background-size: 85px;
	    background-position: center center;
	}
	.yearSelect{
		padding: 0;
		width: 100%;

	}
	/* .yearSelect02 {
	    float: right;
	    margin-right: 15px;
	} */
	.observeIns{
		color:#000;
		margin: 0 10px 15px;
		font-size: 14px;
		line-height: 24px;
	}
	.yearSelectBox {
	    position: inherit;
    	margin: 0 0 -5px 0;
	}
	.weekTit{
		margin:30px 0 10px;
	}
	.monthList {
		width: 100%;
	}
	.monthList  li{
		float: left;
		width: 25%;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		border-bottom:none;
	}
	.weekList{
		width: 100%;
		padding: 0 25px;
		margin-top:20px;
		border-bottom: 1px solid #eee;
	}
	.weekBoxHeight{
		width: 100%;
		height: 624px;
	}
	.observeTit h6{
		font-size: 16px;
	}
	.observeTit>img{
		width: 13px;
	}
	.observeTit p{
		margin:0;
	}
	.observeTit{
		margin-bottom:5px;
	}
	#box01{
		position: relative;
	    margin-top: 0;
	    padding-bottom: 40px;
	    background-size: 300% 100%;
	}
	.downloadAll {
	    font-size: 14px;
	    padding: 8px 0;
	}
	.downloadAll img{
	    width: 10px;
	}
	.reportBox>div{
		margin-top:0;
	}
	.reportCont {
	    padding: 20px 20px 0;
	}
	.reportCont p {
    	margin: 15px 0 15px;
    	font-size: 14px;
	}
	.reportCont h5{
		font-size: 16px;
    	margin-bottom: 10px;
	}
	.articleList h4{
		font-size: 14px;
	}
	.articleList img{
		width: 80%;
	}
	.articleList{
		padding: 0;
	}
	.reportBox>div{
		margin: 5px 0 15px ;
	}
	.reportBox>div:last-child{
		margin-bottom: 0;
	}
	.articleBox {
	    margin-top: 20px;
	}
	.item>div {
	    margin: 20px 0 0;
	}
	.content04{
		position: relative;
		min-height: 320px;
		margin-top: 70px;
	}
	.waitBox p{
		font-size: 16px;
		color: #333;
		margin-top: 30px;
	}
	.waitBox img{
		display: inline-block;
		width: 120px;
	}
	.readBtn {
	    color: #333; 
	}
	.downloadAll span {
	    background: url(../images/open_data/download04.png) no-repeat;
	    display: inline-block;
	    background-size: 100%;
	    height: 15px;
	    position: relative;
	    top: 4px;
	    width: 10px;
	}
	.downloadAll{
		background: #1aa1e7;
	    color: #fff;
	}
	.pokerImg img{
		border-radius:0;
	}
	.pokerImg {
	    padding: 15px 0 0px;
	}
}
#box05{
	margin-bottom: 60px;
}
#box05 .commonTit p{
    margin-bottom: 40px;
}
/* #box05 .commonTit{
    margin-top:  40px;
} */
.pokerBox{
    overflow: hidden;
}
.es-carousel .yearItem{
    width:2000px !important;
    z-index: 9;
    position: relative;
}
.es-carousel .yearItem li{
    border:none;
    font-size: 14px;
}
.es-carousel-wrapper{
    position: relative;
    margin: 20px 0 15px;
}
.es-carousel{
    width: 100%;
    margin:0 auto;
}
.es-carousel .yearItem{
    background: none;  
}
.es-nav{
    position: absolute;
    top:14px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
}
.pokerImagebox{
    overflow: hidden;
}
.pokerImagebox li{
    float: left;
    margin-right: 5px !important;
    border-radius: 3px;
   /*  border: 1px solid #bbb; */
    overflow: hidden;
}
.pokerImagebox  .imgAct02 img{
    border: 1px solid #000;
}
.pokerImagebox li img{
    width: 100%;
}
.es-nav-next{
    float: right;
    display: block !important;
}
.es-nav-prev{
    float: left;
    display: block !important;
}
.mobileYear{
    margin:15px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.mobileYear li {
    float: left;
    width: 25%;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    list-style: none;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.mobileYear li.act {
    color: #fff;
    background: url(../images/open_data/year.png) no-repeat center center;
    background-size: 100% 100%;
} 
.mobilePoker img{
    width: 80%;
    display: block;
    margin:10px auto;
}
/* .mobileYear{
	background:#f8f8f8;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.mobileYear li{
	list-style: none;
	float: left;
	width: 25%;
	padding: 8px 0;
	text-align: center;
	border-top: 4px solid #eee;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.mobileYear li.act{
	border-top: 4px solid #1aa1e7;
	color: #1aa1e7;
} */


#box06 .commonTit p {
    margin-bottom: 12px;
}
#box06 .commonTit {
    margin-top: 0;
}
.createBtn a:hover{
	background: #1aa1e7;
	color: #fff;
	text-indent: none !important;
}

	
.createBox{
	 margin:40px auto 10px;
	 padding-top: 30px;
}
.createItem{
	width: 100%;
	padding:30px 30px 20px 30px;
	background: #fff;
	box-shadow: 1px 2px 15px rgba(0,0,0,0.1);
}
.createImg{
	width: 110px;
	float: left;
}
.createImg img{
	width: 100%;
}
.createTxt {
	float: left;
	margin-left: 30px;
	width: calc(100% - 280px);
}
.createTxt h5{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin:0 auto 15px;
}
.createTxt p{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; /* 设置对齐模式 */
	-webkit-line-clamp: 3; /* 设置行数 */

}
.createBtn{
	float: right;
}

.createBtn a{
	width: 80px;
	height: 28px;
	border:1px solid #1aa1e7;
	color: #1aa1e7;
	border-radius: 50px;
	display: block;
	font-size: 14px;
	line-height:28px;
	text-align: center; 
	text-indent: none !important;
	margin-top:20px;
}
@media screen and (max-width: 768px) {
	.createItem{
		padding: 20px;
	}
     .createImg{
     	width:32px;
     }
     .createTxt{
     	width: calc(100% - 40px);
     	float: right;
     	margin-left:0;
     }
     .createTxt h5{
     	font-size: 18px;
     	margin-top:5px;
     }
     .createTxt p{
     	display: none;
     }
     .createBtn{
     	width: 100%;
     }
     .createBtn a{
     	margin-top:10px;
     	float: left;
     	margin-right: 10px;
     }
}
/* =====================专题列表样式===================== */
.extortionImg img{
    width: 100%;
}
.extortionCont h4{
    color: #000;
    font-size: 22px;
    text-decoration: none !important;
    margin: 5px 0 0 0;
}
.extortionBox a:hover, .extortionBox a:active {
    text-decoration: none !important; 
    color: #333;
} 
. p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-decoration: none !important;
}
.extortionCont{ 
    padding-left: 25px;
    box-sizing: border-box;
    margin: 0;
}
.extortionCont p{
	font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 20px auto 15px;
}
.extortionCont .extortionTxt{
	margin: 15px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.extortionBox{
    padding: 25px 0;
    display: block;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin: 0;
}
.extortionBox:last-child{
    border:none;
}
.extortionBox .extortionImg{
    padding: 0;
    margin: 0;
}
.extortionBox .extortionTime{
    margin: 0;
}
@media screen and (max-width: 768px) {
    .extortionBox{
        padding: 15px 0;
        display: block; 
    }
    .extortionBox .extortionImg{
        padding: 0 20px;
        margin: 0 0 10px 0;
    }
    .extortionCont{ 
        padding:0 20px; 
    }
    .extortionCont h4{ 
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px 0;
    }
}
/* 页面头图 */


.articleTime{
	font-size: 14px;
	color: #999;
	margin-top:10px;
}

.body-box{
    width:1200px;
    margin:40px auto;
    background: #fff;
}
 .timer-shaft-box{
    width:100%;
    padding:0 40px;
    box-sizing: border-box;
}
 .timer-shaft{
    position:relative;
    width:100%;
    height:80px;
    overflow: hidden;
}
 .timer-left{
    position:absolute;
    top:50%;
    left:20px;
    z-index:99;
    width:40px;
    height:40px;
    margin-top:-18.5px;
    background: url(../images/icon_left.png) no-repeat;
    background-size: cover;
    cursor:pointer;
}
 .timer-right{
    position:absolute;
    top:50%;
    right:20px;
    z-index:99;
    width:40px;
    height:40px;
    margin-top:-18.5px;
    background: url(../images/icon_right.png) no-repeat;
    background-size: cover;
    cursor:pointer;
}
 .timer-scale{
    position:absolute;
    top:0;
    left:0;
    height:80px;
    padding-left: 80px;
    font-size: 0;
    white-space: nowrap;
}
 .timer-scale-cont{
    display:inline-block;
    height:100%;
    line-height:80px;
}
 .time-circle{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    text-align: center;
    color: #333;
    transition: all .3s;
    cursor: pointer;
    font-size: 16px;
    background: #fff;
}
 .timer-scale-cont.hov .time-circle{
    width:80px;
    height:80px;
    line-height: 80px;
    font-size:24px;
    color: #035bed;
    /*background: #ff8d3d;*/
}
 .line-scale{
   display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 8px;
    margin: 0 2px;
    background: url(../images/icon_scale.png) no-repeat;
    background-size: 100% 100%;
}
 .timer-shaft-content{
    width:100%;
    margin-top:45px;
    overflow: hidden;
    font-size:0;
    box-sizing:border-box;
    white-space: nowrap;
}
 .shaft-detail-cont{
    display: none;
    width:100%;
}
 .timer-year{
    padding-left:20px;
    font-weight:bold;
    color:#333;
    font-size:0;
}
 .icon-year{
    display: inline-block;
    vertical-align:middle;
    width:33px;
    height:40px;
    background: url(../images/icon_sign.png) no-repeat;
    background-size: cover;
    opacity: 0.2;
}
 .timer-year span{
    display: inline-block;
    vertical-align:middle;
    margin-left:18px;
    font-size:24px;
}
 .month-detail-box{
    position:relative;
    width:100%;
    min-height:93px;
    padding-top:30px;
    font-size:0;
    box-sizing: border-box;
    white-space: normal;
}
 .month-detail-box:before{
    content: '';
    position:absolute;
    top:0;
    left:36.5px;
    height:100%;
    border-right:1px dashed #035bed;
}
 .month-detail-box .month-title{
    position:absolute;
    font-size:16px;
    font-weight: bold;
    color:#333;
    padding-left: 70px;
}
.incident-record-box{
	margin-left: 120px;
	margin-left: 120px;
    background: #f8f8f8;
    padding: 20px;
}
 .month-detail-box .month-title:before{
    content: '';
    position:absolute;
    top:50%;
    left:30px;
    width:13px;
    height:13px;
    margin-top:-6.5px;
    background: url(../images/icon_circle.png) no-repeat;
    background-size: cover;
}
.incident-record{
    display: block;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    margin: 15px auto 0;
}
.incident-record a{ 
	display: block;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    margin: 0 auto 0;
}

 .incident-record-box p:first-child{
 	margin-top: 0;
 }
.incident-record-box:hover {
	background: linear-gradient(to bottom right,#0865ff,#481ff9);  
	color:#fff;
} 
.incident-record-box:hover p,.incident-record-box:hover a{ 
	color:#fff;
} 

@media screen and (max-width: 768px) {
    .body-box{
	    width:100%;
	    margin:0 auto 40px; 
	}
	.timer-shaft-box { 
	    padding: 15px; 
	}
	.incident-record-box { 
	    padding: 10px;
	    margin-left: 105px;
	}
	.incident-record { 	   
		line-height: 24px;
	    font-size: 14px; 
	}
	.incident-record a{ 	   
		line-height: 24px;
	    font-size: 14px; 
	}
	.month-detail-box .month-title { ;
    padding-left: 55px;
    font-weight: normal;
}
.timer-shaft-content { 
    margin-top: 10px; 
}
.timer-right,.timer-left  { 
    width: 30px;
    height: 30px;
    margin-top: -14.5px; 
}
.timer-scale { 
    padding-left: 60px; 
}
.timer-year span {
    font-weight: normal;
    font-size: 18px;
}


}
