@charset "utf-8";

body {
	overflow-x: hidden;
}

/*首页样式*/

.title {
	line-height: 30px;
}

.title h3 {
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #185691;
	background-image: -webkit-linear-gradient(302deg, #3377ff, #0f385e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title h3 img {
	vertical-align: -4px;
	padding-right: 10px;
}

/*主体*/
.main {
	padding-bottom: 43px;
}

.jdt {
	width: 67.85%;
}

.jdt ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}

.jdt ul li .pic {
	padding-top: 62.28%;
}

.jdt ul li .pic::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/jdt-yy.png) repeat-x center bottom;
}

.jdt ul li .pic p {
	position: absolute;
	top: 28px;
	left: 22px;
	width: 80px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: #b90004;
	background-image: linear-gradient(116deg, #ff5704, #b90004);
	border-radius: 4px;
}

.jdt ul li .pic span {
	display: block;
	position: absolute;
	top: 31px;
	left: 25px;
	width: 80px;
	height: 40px;
	border: 1px solid rgba(255, 255, 25, 0.43);
	border-radius: 4px;
}

.jdt ul li a:hover .pic img {
	transform: scale(1.1);
}

.jdt ul li .jdt-tx {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 20px;
	z-index: 2;
}

.jdt ul li .jdt-tx span {
	display: block;
	font-size: 18px;
	color: #fff;
	background: url(../images/time-w.png) no-repeat left center;
	padding-left: 25px;
}

.jdt ul li .jdt-tx h3 {
	font-size: 24px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 10px;
}

.imglist {
	width: 30.35%;
}

.imglist ul li .pic {
	padding-top: 66.66%;
}

.imglist ul li {
	margin-top: 24px;
}

.imglist ul li:first-child {
	margin-top: 0;
}

.imglist ul li .pic p {
	left: 18px;
	top: 18px;
	width: 56px;
	height: 32px;
	line-height: 30px;
	font-size: 20px;
}

.imglist ul li .pic span {
	left: 21px;
	top: 21px;
	width: 56px;
	height: 32px;
}

.imglist ul li .jdt-tx span,
.imglist ul li .jdt-tx h3 {
	font-size: 18px;
}

.main-d {
	margin-top: 24px;
}

.list-box {
	width: 67.85%;
	background-color: #fff;
	padding: 24px;
}

.list-box ul li>a {
	display: block;
	padding: 25px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	transition: all 0.3s;
}

.list-box ul li .list-img {
	width: 240px;
	margin-right: 25px;
	position: relative;
}

.list-box ul li .list-img .pic {
	padding-top: 66.66%;
}

.list-box ul li .list-img span.z-ly {
	position: absolute;
	left: 16px;
	top: 16px;
}

.list-box ul li span.z-ly {
	display: inline-block;
	width: 72px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
}

span.z-ly.red {
	background-color: #c40004;
	background-image: linear-gradient(116deg, #ff8004, #c40004);
}

span.z-ly.blue {
	background-color: #3377ff;
	background-image: linear-gradient(116deg, #00eeff, #3377ff);
}

span.z-ly.green {
	background-color: #16cac8;
	background-image: linear-gradient(116deg, #41f4d9, #16cac8);
}

span.z-ly.darkBlue {
	background-color: #1700c4;
	background-image: linear-gradient(116deg, #a89aff, #1700c4);
}

.list-box ul li .list-tx {
	overflow: hidden;
}

.list-box ul li .list-tx h3 {
	font-size: 20px;
	color: #000;
	/*white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;*/line-height: 200%;
	transition: all 0.3s;
}

.list-box ul li .list-tx h3 span.tj {
	display: inline-block;
	width: 48px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #c40004;
	border-radius: 4px;
	font-size: 18px;
	color: #c40004;
	margin-right: 10px;
}

.list-box ul li .list-tx h3 span.z-ly {
	margin-right: 10px;
}

.list-box ul li .list-tx p {
	font-size: 14px;
	line-height: 24px;
	min-height: 30px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}

.list-box ul li .list-tx .list-d {
	margin-top: 15px;
	color: #d4d4d4;
	line-height: 26px;
}

.list-box ul li .list-tx .list-d span {
	display: inline-block;
	margin: 0 18px;
	font-size: 16px;
	color: #999;
}

.list-box ul li .list-tx .list-d span.ly {
	color: #c40004;
	margin-left: 0;
}

.list-box ul li .list-tx .list-d span.time {
	background: url(../images/time-g.png) no-repeat left center;
	padding-left: 22px;
}

.list-box ul li .list-tx .list-d span.djs {
	background: url(../images/djs.png) no-repeat left center;
	padding-left: 27px;
}
.fx-box{
	float: right;
	position: relative;
}
span.fx {
	margin-right: 0;
	background: url(../images/fx.png) no-repeat left center;
	padding-left: 26px;
	margin-right: 0 !important;
	position: relative;
}
.fx-box .share-2{
	display: none;
	position: absolute;
	right: 70px;
	bottom: 0;
	width: 160px;
	background-color: #fff;
}
.fx-box:hover .share-2{
	display: block;
}

span.fx::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 16px;
	background-color: #d4d4d4;
}

.list-box ul li>a:hover {
	border-bottom-color: #c40004;
}

.list-box ul li a:hover .list-img .pic img {
	transform: scale(1.1);
}

.list-box ul li a:hover .list-tx h3 {
	color: #c40004;
	font-weight: bold;
}

.list-box .gd {
	text-align: center;
	margin: 20px 0;
}

.list-box .gd a {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	color: #b0c6db;
	background: url(../images/gd.png) no-repeat center right;
	padding-right: 22px;
	transition: all 0.3s;
}

.list-box .gd a:hover {
	color: #3377ff;
	background-image: url(../images/gd2.png);
}



.list-r1 {
	width: 30.35%;
	background-color: #fff;
	padding: 24px 24px 40px 14px;
}

.list-r1 ul {
	margin-top: 25px;
}

.list-r1 ul li {
	position: relative;
	margin-left: 10px;
}

.list-r1 ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #dfdfdf;
}

.list-r1 ul li::after {
	content: '';
	position: absolute;
	top: 33px;
	left: -4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #a6b4ce;
	border: 2px solid #fff;
	transition: all 0.3s;
}

.list-r1 ul li:first-child a {
	padding-top: 0;
}

.list-r1 ul li:first-child::before {
	top: 10px;
}

.list-r1 ul li:first-child::after {
	top: 8px;
}

.list-r1 ul li:first-child a::after {
	top: 5px;
}

.list-r1 ul li a {
	display: block;
	border-bottom: 1px dotted rgba(51, 79, 131, 0.27);
	margin-left: 22px;
	padding: 25px 0;
	position: relative;
	transition: all 0.3s;
}

.list-r1 ul li a::after {
	content: '';
	position: absolute;
	top: 30px;
	left: -29px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #0c4d8c;
	display: none;
	transition: all 0.3s;
}

.list-r1 ul li h3 {
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.list-r1 ul li span.time {
	display: block;
	font-size: 16px;
	color: #8693ad;
	background: url(../images/time-b.png) no-repeat left center;
	padding-left: 20px;
	line-height: 26px;
	margin-top: 10px;
}

.list-r1 ul li:hover::after {
	background-color: #0c4d8c;
}

.list-r1 ul li a:hover h3 {
	font-weight: bold;
	color: #0c4d8c;
}

.list-r1 ul li a:hover::after {
	display: block;
}

.list-r1 .slick-prev,
.list-r1 .slick-next {
	width: 21px;
	height: 21px;
	background-color: #e0eaf4;
	top: -50px;
	transform: none;
	z-index: 9;
	transition: all 0.3s;

}

.list-r1 .slick-prev {
	left: inherit;
	right: 27px;
	background-image: url(../images/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px 4px;
}

.list-r1 .slick-next {
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px 4px;
}

.list-r1 .slick-prev:hover,
.list-r1 .slick-next:hover {
	background-color: #c9d9e8;
}

/* 分享 */






@media screen and (max-width:1500px) {
	.imglist ul li {
		margin-top: 21px;
	}
}

@media screen and (max-width:1400px) {
	.imglist ul li {
		margin-top: 19px;
	}

	.list-box ul li .list-tx .list-d span {
		margin: 0 9px;
	}
}

@media screen and (max-width:1300px) {
	.imglist ul li {
		margin-top: 18px;
	}
}

@media screen and (max-width:1200px) {
	.imglist ul li {
		margin-top: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.main-r {
		margin-top: 20px;
	}

	.jdt ul li .pic span {
		top: 18px;
		left: 18px;
		width: 60px;
		height: 30px;
	}

	.jdt ul li .pic p {
		top: 15px;
		left: 15px;
		width: 60px;
		height: 30px;
		line-height: 28px;
		font-size: 22px;
	}

	.jdt ul li .jdt-tx span {
		font-size: 16px;
	}

	.jdt ul li .jdt-tx h3 {
		font-size: 20px;
	}

	.jdt ul li .jdt-tx {
		left: 20px;
		right: 20px;
		bottom: 15px;
	}

	.imglist ul li .pic span {
		left: 13px;
		top: 13px;
		width: 46px;
		height: 26px;
	}

	.imglist ul li .pic p {
		left: 10px;
		top: 10px;
		width: 46px;
		height: 26px;
		line-height: 24px;
		font-size: 16px;
	}

	.imglist ul li .jdt-tx span,
	.imglist ul li .jdt-tx h3 {
		font-size: 14px;
	}

	.imglist ul li .jdt-tx h3 {
		margin-top: 5px;
	}

	.imglist ul li {
		margin-top: 18px;
	}

	.list-box ul li span.z-ly {
		width: 60px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}

	.list-box {
		float: none;
		width: auto;
	}

	.list-r1 {
		float: none;
		width: auto;
		margin-top: 20px;
	}

	.list-box ul li .list-img span.z-ly {
		left: 10px;
		top: 10px;
	}

	.list-box ul li .list-tx h3 {
		font-size: 18px;
	}

	.list-box ul li .list-tx h3 span.tj {
		width: 40px;
		height: 20px;
		line-height: 18px;
		font-size: 14px;
	}

	.list-box ul li .list-tx .list-d span {
		font-size: 14px;
	}

	.list-r1 ul li h3 {
		font-size: 16px;
	}

	.list-r1 ul li h3 {
		font-size: 14px;
	}

	.list-r1 ul li a {
		padding: 15px 0;
	}

	.list-r1 ul li::after {
		top: 21px;
	}

	.list-r1 ul li a::after {
		top: 18px;
	}.fx-box{
display:none;
}
}

@media screen and (max-width: 768px) {

	.jdt {
		width: 100%;
	}

	.imglist {
		margin-top: 20px;
	}

	.imglist ul li {
		float: left;
		width: 48.5%;
	}

	.imglist ul li:nth-child(2) {
		margin-top: 0;
		margin-left: 3%;
	}
	.main {
		padding-bottom: 33px;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.imglist ul li {
		float: none;
		width: 100%;
	}

	.imglist ul li:nth-child(2) {
		margin-top: 20px;
	}

	.imglist {
		display: none;
	}

	.list-box ul li .list-img {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.jdt ul li .jdt-tx span {
		font-size: 14px;
	}

	.jdt ul li .jdt-tx h3 {
		font-size: 16px;
		margin-top: 5px;
	}

	.jdt ul li .pic p {
		top: 12px;
		left: 12px;
		width: 50px;
		height: 25px;
		line-height: 25px;
		font-size: 16px;
	}

	.jdt ul li .pic span {
		top: 15px;
		left: 15px;
		width: 50px;
		height: 25px;
	}

	.list-box {
		padding: 20px;
	}

	.list-box ul li a {
		padding: 20px 0;
	}

	.list-box ul li .list-tx h3 {
		font-size: 16px;
	}

	.list-box ul li .list-tx p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
		height: auto;
		max-height: 60px;
	}

	.list-box ul li .list-tx .list-d {
		margin-top: 10px;
	}

	.list-box ul li .list-tx .list-d span {
		font-size: 12px;
	}
}

@media screen and (max-width: 375px) {
	.list-box ul li .list-tx .list-d .fx-box,
	.list-box ul li .list-tx .list-d span.fx{
		float: none;
	}
}

@media screen and (max-width: 320px) {}