@import "global.css";
@import "swiper.min.css";

.main-container {
	background: url("../images/news-info-bg1.png;vpn_img") no-repeat center top;
	margin-top: -63px;
	box-sizing: border-box;
	padding: 97px 0 0;
	position: relative;
	z-index: 2;
}

.main-layout {
	width: 1440px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
	background: #FFFFFF;
	border-radius: 6px;
}

.main-right {
	width: calc(100% - 282px);
}

.informLetter {
	box-sizing: border-box;
	padding: 50px;
}

.informLetter p {
	text-indent: 2em;
	line-height: 42px;
	color: #333333;
	font-size: 18px;
}

.formBtn {
	margin-bottom: 50px;
}

.formBtn button {
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	width: 150px;
	height: 50px;
}

.formBtn button.submitBtn {
	background: #0D59A7;
	color: #FFFFFF;
}

.formBtn button.resetBtn {
	background: #E5E5E5;
	color: #999999;
}

.letter-form {
	box-sizing: border-box;
	padding: 30px 50px 0;
}

.letterCont {
	box-sizing: border-box;
	padding: 0 50px;
}

.letter-form .layui-form-radio:hover *, .letter-form .layui-form-radioed, .letter-form .layui-form-radioed > i {
	color: #1B55AC;
}

.letter-form .layui-form-select dl dd.layui-this {
	background: #1B55AC;
}

.letter-form .letter-input-a {
	max-width: 784px;
	width: 100%;
}

.letter-form .letter-input-b {
	max-width: 323px;
	width: 100%;
}

.letter-form .letter-input-c {
	max-width: 254px;
	width: 100%;
}

.uploadBtn {
	border-radius: 2px;
	width: 124px;
	height: 40px;
	background: #0D59A7;
}

{
	width: 100%
;
	border-radius: 6px
;
	overflow: hidden
;
	box-sizing: border-box
;
	padding: 0 30px
;
}
.layui-form-label {
	font-size: 16px;
}

.letterCont table {
	width: 100%;
}

.letterCont thead {
	height: 56px;
	background: #EDEFF1;
}

.letterCont thead th {
	height: 56px;
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
}

.letterCont tbody tr:hover td, .letterCont tbody tr:hover a {
	color: #1B55AC;
}

.letterCont tbody tr:hover a:before {
	background: #1B55AC;
}

.letterCont tbody tr:nth-child(2n) {
	background: #FAFAFA;
}

.letterCont tbody td {
	color: #666666;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	font-size: 18px;
}

.letterCont tbody a {
	display: inline-block;
	text-align: left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-left: 38px;
	transition: all 0.3s ease-in-out 0s;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
}

.letterCont tbody a:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	background: #BABDC2;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 18px;
	transition: all 0.3s ease-in-out 0s;
}

.letterDetail {
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
}

.letterDetail > div {
	border-bottom: 1px dashed #D8D8D8;
	box-sizing: border-box;
	padding: 30px 0;
}

.letterDetail > div:last-child {
	border-bottom: none;
}

.detailTop {
	display: flex;
	align-items: center;
}

.detailLeft {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

.detailLeft.problemLeft {
	background: #1B55AC;
}

.detailLeft.replyLeft {
	background: #1BAC74;
}

.detailLeft.evaluateLeft {
	background: #D61B1B;
}

.derailRight {
	margin-left: 25px;
}

.derailRight h4 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.derailRight p {
	font-size: 16px;
	color: #666666;
	display: inline-block;
	margin-top: 10px;
}

.derailRight .start span {
	color: #1B55AC;
}

.detailCont {
	box-sizing: border-box;
	padding: 20px 0 0;
}

.detailCont p {
	line-height: 42px;
	font-size: 18px;
	color: #333333;
	text-indent: 2em;
}

.letterQuery {
	text-align: center;
	box-sizing: border-box;
	padding: 96px 0;
}

.letterQuery button {
	width: 150px;
	height: 50px;
	border-radius: 5px;
	background: #1B55AC;
	border: none;
	outline: none;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 34px;
}

.letterQuery h4 {
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.solicitationCont {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 34px 30px;
}

.solicitationList {
	box-sizing: border-box;
	border: 1px solid #F3F3F3;
}

.solicitationList li {
	width: 100%;
	height: 132px;
	background: #F5F7FA;
	box-sizing: border-box;
	padding: 20px 25px;
}

.solicitationList li:nth-child(2n) {
	background: #FFFFFF;
}

.solicitationList a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.solicitationList h4 {
	line-height: 32px;
	font-size: 20px;
	color: #333333;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
}

.solicitationInfo {
	margin-top: 10px;
}

.solicitationInfo p {
	display: inline-block;
	margin-right: 22px;
	font-size: 16px;
	color: #666666;
}

.solicitationInfo p:last-child {
	margin-right: 0;
}

.solicitationInfo span.start {
	color: #1B55AC;
}

.layuipage {
	text-align: center;
}

.solicitationDetail h3 {
	text-align: center;
	line-height: 36px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.solicitationDetailInfo {
	width: 100%;
	height: 106px;
	background: #F5F7FA;
	box-sizing: border-box;
	border-left: 3px solid #1B55AC;
	padding: 9px 28px;
	margin-top: 34px;
}

.solicitationDetailInfo p {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.solicitationDetailInfo span.start {
	display: inline-block;
	width: 56px;
	height: 20px;
	border-radius: 6px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
}

.solicitationDetailInfo span.end {
	background: #FF8E24;
}

.solicitationDetailText {
	border-bottom: 1px dashed #C7C7C7;
	box-sizing: border-box;
	padding: 20px 0 30px;
}

.solicitationDetailText p {
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	text-indent: 2em;
}

.fileInfo h4 {
	font-weight: bold;
	margin: 20px 0;
	font-size: 16px;
}

.fileInfo a {
	line-height: 40px;
	font-size: 16px;
	color: #333333;
}

.result {
	border-bottom: 1px dashed #C7C7C7;
	box-sizing: border-box;
	padding: 20px 0 40px;
}

.opinion-form {
	box-sizing: border-box;
	padding: 25px 0 40px;
	border-bottom: 1px dashed #C7C7C7;
}

.opinion-form h3 {
	line-height: 40px;
	color: #1B55AC;
	font-weight: bold;
	font-size: 24px;
	box-sizing: border-box;
	padding-left: 24px;
	position: relative;
	margin-bottom: 25px;
}

.opinion-form h3:before {
	content: "";
	width: 3px;
	height: 20px;
	display: inline-block;
	position: absolute;
	background: #1B55AC;
	left: 0;
	border-radius: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.opinionFormBtn {
	margin-bottom: 0;
	margin-top: 35px;
	text-align: center;
}

.netizens {
	box-sizing: border-box;
	padding: 20px 0;
}

.netizensList li {
	width: 100%;
	min-height: 100px;
	border-bottom: 1px dashed #C7C7C7;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.netizensList li:last-child {
	border-bottom: none;
}

.netizensList li span {
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 10px;
}

.netizensList li span.time {
	font-size: 14px;
	color: #9E9E9E;
}

.newsList {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 50px 0;
}

.newsListCont li {
	border-bottom: 1px solid #F1F1F1;
	height: 154px;
	margin-bottom: 20px;
}

.newsListCont a {
	display: flex;
	justify-content: space-between;
}

.newsListCont .newsListLeft {
	width: 206px;
	height: 135px;
	overflow: hidden;
	position: relative;
}

.newsListCont .newsListLeft img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	position: absolute;
	top: 0;
}

.newsListCont .newsListRight {
	width: calc(100% - 236px);
}

.newsListCont h4 {
	line-height: 24px;
	color: #333333;
	font-size: 20px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.newsListCont p {
	line-height: 24px;
	color: #666666;
	font-size: 16px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 48px;
	margin: 18px 0;
}

.newsListCont span {
	line-height: 24px;
	color: #666666;
	font-size: 14px;
}

.asideInfoLeft h3 {
	font-size: 26px;
}

.asideInfoList {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}

.asideInfoList > li {
	box-sizing: border-box;
	padding-left: 35px;
	margin-top: 25px;
}

.asideInfoList > li > span {
	line-height: 24px;
	color: #333333;
	font-size: 18px;
	position: relative;
	padding-left: 23px;
	cursor: pointer;
}

.asideInfoList > li > span:before {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	border-top: 6px solid #999999;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-radius: 6px;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
}

.asideInfoList > li.active > span {
	color: #1B55AC;
}

.asideInfoList > li.active > span:before {
	border-top-color: #1B55AC;
	transform: translateY(-50%) rotate(0deg);
}

.asideInfoList > li.active .asideSubList {
	display: block;
}

.asideSubList {
	box-sizing: border-box;
	padding-left: 27px;
	margin-top: 20px;
	display: none;
}

.asideSubList a {
	line-height: 40px;
	color: #666666;
	font-size: 16px;
}

.asideSubList li {
	box-sizing: border-box;
	padding-left: 16px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
}

.asideSubList li:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background: #D5D8DC;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out 0s;
}

.asideSubList li:hover a, .asideSubList li.active a {
	color: #1B55AC;
}

.asideSubList li:hover:before, .asideSubList li.active:before {
	background: #1B55AC;
}

.infoList {
	box-sizing: border-box;
	padding: 0 50px;
}

.infoListCont {
	margin-top: 35px;
}

.infoListCont li {
	line-height: 42px;
}

.infoListCont li:hover p, .infoListCont li:hover span {
	color: #1B55AC;
}

.infoListCont li:hover a:before {
	background: #1B55AC;
}

.infoListCont li:nth-child(4n) {
	border-bottom: 1px dashed #CECECE;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.infoListCont p {
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	width: calc(100% - 120px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.infoListCont a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	box-sizing: border-box;
	padding-left: 24px;
}

.infoListCont a:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #CCCCCC;
	border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
}

.infoListCont span {
	color: #999999;
	transition: all 0.3s ease-in-out 0s;
}

.fileSearchLayout {
	background: transparent;
	box-shadow: none;
}

.fileSearchLayout .crumbs {
	background: #FFFFFF;
}

.fileSearch {
	width: 100%;
}

.fileSearch h4 {
	width: 147px;
	height: 44px;
	font-size: 16px;
	color: #FFFFFF;
	background: #1B55AC;
	text-align: center;
	line-height: 44px;
	margin-top: 20px;
}

.fileSearch .infoList {
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
	padding: 30px;
}

.fileSearch .infoListCont {
	margin-top: 0;
}

.weChatList {
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.weChatList li {
	width: calc(16.6666666667% - 10px);
	border-bottom: none;
	text-align: center;
	height: auto;
}

.weChatList li span {
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
}

.weChatList li img {
	width: 140px;
	height: 140px;
}

@media screen and (max-width: 1440px) {
	.main-layout {
		width: 1200px;
	}

	.letter-form .letter-input-a {
		max-width: 560px;
	}

	.letter-form .letter-input-c {
		max-width: 180px;
	}

	.weChatList li {
		width: calc(20% - 10px);
	}
}

@media screen and (max-width: 1200px) {
	.main-layout {
		width: 1024px;
	}

	.main-right {
		width: calc(100% - 240px);
	}

	.asideInfoLeft {
		padding-right: 15px;
	}

	.asideInfoList {
		padding: 0 0 20px;
	}

	.asideInfoList > li {
		padding-left: 20px;
	}

	.fileSearch {
		width: 100%;
	}

	.weChatList li {
		width: calc(25% - 10px);
	}
}

@media screen and (max-width: 1024px) {
	.main-layout {
		width: 750px !important;
		flex-direction: column;
	}

	.main-right {
		width: 100%;
	}

	.crumbs {
		height: 100%;
		min-height: 60px;
		box-sizing: border-box;
		padding: 10px 50px;
	}

	.crumbsWrapper {
		border: none;
	}

	.asideInfoLeft {
		padding-right: 30px;
	}

	.asideInfoList > li.active .asideSubList {
		display: flex;
		flex-wrap: wrap;
	}

	.asideInfoList > li.active .asideSubList li {
		margin-right: 20px;
	}
}
