
/*内容区*/
.main {
	padding: 10px 10px 0;
	background-color: #fff;
	box-sizing: border-box;
}

.main .main-top,
.main .main-bottom {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.main .main-block {
	width: 454px;
        min-height: 272px;
}

.main .main-block .block-top,.kslj .kslj-top  {
	height: 42px;
	border-bottom: 2px solid #49A5E8;
	margin-bottom: 22px;
}

.main .main-block .block-top .title,.kslj .kslj-top .title{
	position: relative;
	height: 42px;
	line-height: 42px;
	color: #49A5E8;
	font-weight: bold;
	padding-left: 36px;

}

.main .main-block .block-top .title:before,.kslj .kslj-top .title::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 34px;
	height: 42px;
	background: url(../images/icon1.png) no-repeat 0 center;
}
.kslj .kslj-top .title {
	padding-left: 32px;
}
.main .main-block .block-top .title.yxxw:before {
	background: url(../images/icon2.png) no-repeat 0 center;
}
.main .main-block .block-top .title.ggfwt:before {
	background: url(../images/icon3.png) no-repeat 0 center;
}
.main .main-block .block-top .title.dqhd:before {
	background: url(../images/icon4.png) no-repeat 0 center;
}
.main .main-block .block-top .title.xshd:before {
	background: url(../images/icon5.png) no-repeat 0 center;
}
.main .main-block .block-top .title.jxdt:before {
	background: url(../images/icon6.png) no-repeat 0 center;
}
.kslj .kslj-top .title.kypt{
	padding-left: 36px;
}
.kslj .kslj-top .title.kypt::before {
	background: url(../images/icon7.png) no-repeat 0 center;
}
.kslj .kslj-top .title::before {
	background: url(../images/icon8.png) no-repeat 0 center;
}
.main .main-block .block-top .more,.kslj-top .more {
	margin-top: 5px;
	margin-right: 8px;
	color: #999999 !important;
	text-decoration: none;
}

.main .main-block .block-top .more::after,.kslj-top .more::after {
	content: "+";
	font-size: 16px;
	font-weight: bold;
	color: #49A5E8;
}

.main .main-block .cont-list {
	padding-top: 5px;
}

.main .main-block .cont-list li {
	line-height: 28px;
	padding: 4px 0;
	color: #999999;
	height: 34px;
}
.main .main-block .listline{
	padding-top: 4px;
}
.main .main-block .listline li {
	padding: 6px 0;
	height: 38px;
	border-bottom: 1px solid #E8E8E8;
}

.main .main-block .cont-list li a {
	float: left;
	width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .main-block .cont-list li a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	border: 2px solid #49A5E8;
	border-radius: 50%;
	box-sizing: border-box;
}
.main .main-news .cont-list{
	padding-top: 8px;
}
.main-news .cont-list li {
	border-bottom: 1px solid #E8E8E8;
	height: 36px;
}

/*PC端隐藏*/
.m-header {
	display: none;
}

/* 鼠标状态*/
.mouse {
	cursor: pointer;
}

/* 鼠标状态 end*/

/*手机端导航*/
.mobile {
	width: 100%;
	position: absolute;
	display: none;
	top: 0px;
	right: 0;
	z-index: 99991
}

.mobile_title {
	width: 100%;
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.mobile_title a {
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 31px;
	height: 31px;
}

.mobile-inner-header {
	width: auto;
	height: 42px;
	position: absolute;
	top: 18px;
	right: 15px;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	float: right;
	width: 32px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background: #fff;
	z-index: 9999;
	margin-right: 10px;
}

.mobile-inner-header-icon-out span {
	width: 24px;
	height: 2px;
	background-color: #000;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon-click {
	background: none;
	margin-top: 10px;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	height: 100vh;
	background-color: rgba(28, 28, 28, 0.9);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 25px;
	display: none;
	z-index: 999;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #444;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 0;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.6em;
	font-weight: normal;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	color: #fff;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.mobile_subNav {
	padding-left: 10px;
	display: none;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgb(105, 106, 106);
	font-size: 14px;
	color: #c4c4c4;
}



@keyframes rotate {
	from {
		transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}

.newsslide{
	width: 100%;
        min-height: 247px;
	background: #fff;
	box-shadow: 0 0 3px #ccc;
	padding:12px 15px;
	position: relative;
}
.newsslide .bd li {
	float: left;
}
.newsslide .bd li img{
	height: 100%;
}
.newsslide .bd li p{
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
	line-height: 36px;
	max-height: 36px;
	padding: 0px 15px;
	padding-right: 108px;
	color: #fff;
	background: rgba(0,0,0,.4);
}
.newsslide .point {
	    left:auto;
		bottom: 5px;
	    transform: translateX(0%);
		right: 20px;
}
/* listItem */
.mainbd .listItem:first-child{
	margin-top: -12px;
}
.listItem{
	padding:8px 0;
	display: flex;
}
.listItem dt{
	width: 64px;
	text-align: center;
	line-height: 1.2;
	margin-right: 16px;
	color: #49A5E8;
	border: 1px solid #49A5E8;
}
.listItem dt p{
	font-size: 28px;
	line-height: 45px;
}
.listItem dt span{
	font-size:12px;
	display: block;
	line-height: 20px;
	background-color:#49A5E8;
	color: #fff;
}
.listItem dd{
	flex: 1;
	display: flex;
	align-items: center;
	height:67px;
	line-height: 1.7;
	border-bottom: 1px solid #E8E8E8;
	padding: 10px 0 11px;
}
.dllist{
	display: flex;
	align-items: flex-start;
	padding:0 0 15px;
	border-bottom: 1px solid #C4CBD0;
}
.dllist dt{
	width: 30%;

	line-height: 1;
	margin-right: 15px;
}
.dllist dt.ptbox .inner{
	padding-bottom: 68%;
}
.dllist dd{
	flex: 1;
}
.dllist dd p{
	color: #555;
	height: 70px;
	font-size: 15px
}
.dllist dd span{
	color: #888;
}
.picMarquee-left{ overflow:hidden; position:relative;   height: 195px; }
.picMarquee-left .hd{ display: none; }

.picMarquee-left .bd{ padding:0 20px 15px; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:275px; height:150px; display:block; border:1px solid #DCDCDC; object-fit:cover }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px; padding-top: 4px; font-size: 14px; }
