/*头部*/

.head {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	transition: top 0.3s;
}

.head.on .head-top {
	background: #9d1e23;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	padding-bottom: 10px;
}

.head-top {
	position: relative;
	transition: top 0.3s;
}

.head-top>div {
	padding-left: 7.13%;
	padding-right: 6.25%;
}

.head.on .logo a {
	margin-top: 10px;
}

.logo a {
	display: block;
	margin-top: 35px;
	transition: top 0.3s;
}

.logo a img {
	display: block;
	width: 100%;
}

.head-r {
	justify-content: flex-end;
}

/* 搜索 */
.search-k {
	width: 100%;
}

.search {
	float: right;
	width: 280px;
	height: 40px;
	background: none;
	border: 1px solid rgba(217, 214, 255, 0.65);
	border-radius: 20px;
	position: relative;
	margin-top: 20px;
	transition: top 0.3s;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 100%;
	padding-left: 15px;
	padding-right: 70px;
	height: 38px;
	font-size: 14px;
	background: none;
	color: #fff;
}

.search .button {
	width: 60px;
	height: 38px;
	background: url(../images/fdj.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.34);
}

input::-moz-input-placeholder {
	color: rgba(255, 255, 255, 0.34);
}

input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.34);
}

/*nav*/

.nav {
	margin-top: 10px;
	height: 40px;
}

.nav>ul {
	font-size: 0;
	height: 100%;
}

.nav>ul>li {
	float: left;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}

.nav>ul>li:first-child>a::before {
	display: none;
}

.nav>ul>li.active>a {
	font-weight: bold;
}

.nav>ul>li:hover>a {
	font-weight: bold;
}

.nav>ul>li.on>div {
	border-top: 3px solid #ffffff;
}

.nav>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.nav>ul>li.on>a::after {
	border-bottom: 5px solid #ffffff;
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 120px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 9999;
	overflow: hidden;
	line-height: normal;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
	overflow: hidden;
}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	transition: .3s;
	color: #333;
	text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
	background: #9d1e23;
	color: #fff;
}
@media screen and (max-width:1600px) {
	.head-top>div {
		padding: 0 20px;
	}
}

@media screen and (max-width:1400px) {
	.logo a {
		margin-top: 45px;
	}

	.logo a img {
		/*height: 78px;*/
max-height:60px;
	}

	.head.on .logo a {
		margin-top: 18.5px;
	}

	.search {
		margin-top: 15px;
	}
}

@media screen and (max-width:1260px) {
	.logo a img {
		height: 50px;
	}

	.nav>ul>li>a {
		padding: 0 10px;
		font-size: 16px;
	}

	.head.on .logo a {
		margin-top: 23.5px;
	}
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {
	
	.pc {
		display: none !important;
	}

	.wap {
		display: block !important;
	}
}

.head-top .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.logo {
    /* max-width: 42%; */
    max-width: 560px;
/*flex:1;*/
}

.on .logo {
    margin-top: 15px;
}
.sect2-l ul,sect2-r ul{
	margin-top: 5px;
}

.sect2-l ul li,.sect2-r ul li {
	position: relative;
}

.sect2-l ul li a,.sect2-r ul li a {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dashed #e5e5e5;
	position: relative;
	transition: all 0.3s;
}

.sect2-l ul li::after,.sect2-r ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0;
	width: 0;
	height: 1px;
	/*background: #00469d;*/
background:#9d1e23;
	transition: all 0.3s;
}

.sect2-l ul li:hover::after,.sect2-r ul li:hover::after {
	width: 100%;
}

.sect2-l ul li .date,.sect2-r ul li .date {
	float: left;
	width: 90px;
	/*height: 60px;*/
height:40px;
line-height:40px;
	background: #e5edf7;
	text-align: center;
	color: #7e7e7e;
	margin-right: 12px;
	transition: all 0.3s;
}

.sect2-l ul li .date p,.sect2-r ul li .date p {
	font-size: 24px;
	font-weight: bold;
	/*padding-top: 4px;*/
}

.sect2-l ul li .date span,.sect2-r ul li .date span {
	display: block;
	font-size: 14px;
}

.sect2-l ul li .s2-linfo,.sect2-r ul li .s2-linfo {
	overflow: hidden;
}

.sect2-l ul li .s2-linfo h3,.sect2-r ul li .s2-linfo h3 {
	font-size: 19px;
	/*line-height: 30px;*/
line-height: 40px;
	max-height: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
font-weight:500;
}

.sect2-l ul li:hover .date,.sect2-r ul li:hover .date {
	color: #9d1e23;
}

.sect2-l ul li a:hover .s2-linfo h3,.sect2-r ul li a:hover .s2-linfo h3 {
	color: #9d1e23;
}
.sect2-l {
    float: left;
    width: 48%;
}

.sect2-r {
    float: right;
    width: 48%;
}

.sect2 .title {
    text-align: left;
    margin-bottom: 20px;
}

.sect2 .title h2::after {
    left: -5px;
    top: 5px;
}
@media screen and (max-width:700px) {
    
    .sect2-l {
        float: none;
        width: 100%;
    }
    .sect2-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
.sect2-l ul li .s2-linfo h3, .sect2-r ul li .s2-linfo h3{
        font-size: 16px;
}
.sect2-l ul li a, .sect2-r ul li a{padding: 2px 0;}
   
}
.s2-linfo {
    color: #333333;
}