/* 内容 */
.container {
	justify-content: space-between;
	flex-flow: row wrap;
	width: 1130px;
}
/* 左边盒子-------开始*/
.container .content {
	width: 73.3%;
	height: auto;
}
.container .content .subnav {
	padding-left: 10px;
	width: 100%;
	line-height: 37px;
	background: #e1e1e1;
	border-radius: 5px 5px 0 0;
}
.container .content .subnav::before {
 content: "\270E  您现在的位置:";
}
.container .content .main {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.2);
}
.container .content .main .article {
	width: 100%;
}
.container .content .main .article h2 {
	line-height: 70px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
   color:#000000;
	
	font-family: Arial, Helvetica, sans-serif;
}
.container .content .main .article .info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 25px;
	line-height: 40px;
	border-bottom: #f3f3f3 1px solid;
}
.container .content .main .article .info span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.container .content .main .article .info span b::before {
 content: "\27A7";
 padding-right: 5px;
}
.container .content .main .article .info span a {
	color: #ca0000;
}
.container .content .main .article .section {
	line-height: 40px;
	padding: 25px;
	letter-spacing: .2px;
	
}
.container .content .main .article .section img {
	width: auto;
	height: auto;
}
.container .content .main .article .section p {
	text-indent: 32px;
	font-size: 16px;
}
.container .content .main .article .section a {
	border-bottom: 1px dashed #ca0000;
}
.container .content .main .article .section .page_form {
	text-align: center;
	width: 100%;
	line-height: 24px;
	padding: 15px;
	margin: 40px 0;
	background: #e1e1e1;
	border-radius:8px;
}
.page_form .zixun{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #2577e3;
    font-weight: bold;
}
.container .content .main .article .section .page_form span {
	color: #FFF;
}
.container .content .main .article .section .page_form form {
	justify-content: space-evenly;
	height: 35px;
}
.container .content .main .article .section .page_form form .f-hidden {
	display: block;
}
.container .content .main .article .section .page_form form .button {
	background: #3366CC;
    color: #FFF;
    padding: 0 20px;
    border: 1px solid;
    cursor: pointer;
}
.container .content .main .article .section .page_form form .button:hover {
	background: #F54336;
}
.container .content .main .article .section .page_form form .vcode {
	display: flex;
}
.container .content .main .article .section .page_form form .vcode .vd-input {
	width: 60px;
}
.container .content .main .article .section .page_form form .vcode img {
	width: 70px;
	margin-left: 5px;
}
.container .content .main .article .section .related {
	background-image: url(/templets/default/images/2022/related-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.2);
}
.container .content .main .article .section .related .tittle {
	width: 70%;
}
.container .content .main .article .section .related ul {
	padding: 0 0 10px 10px;
}
.container .content .main .article .section .related ul li::before {
 content: "\00BB";
}
.container .content .main .article .section .related ul li a {
	color: #3366CC;
	font-size: 16px;
}
.container .content .main .article .page_list {
	padding: 10px 10px;
	width: 100%;
	border-top: #f3f3f3 1px solid;
}
.container .content .main .article .page_list .prev {
	font-size: 16px;
	color: #3366CC;
}
.container .content .main .article .page_list .next {
	font-size: 16px;
	color: #3366CC;
}
.container .content .main .article .page_list span {
	font-weight: bold;
}
.container .content .main .article .page_list a {
	border-bottom: none;
}
/* 左边盒子 结束 */

/* ------------------------------适配 760--------------------------------- */
@media screen and (max-width: 1200px) {
 banner {
 width: 100%;
}
 .container {
 width: 100%;
}
 .container .content {
 width: 100%;
 padding-right: 0;
}
 .container .side {
 display: none;
}
}
/* ------------------------------适配 375--------------------------------- */
@media screen and (max-width: 760px) {
 body {
 min-width: 375px;
}
 banner {
 display: none;
}
 nav {
 display: none;
}
    /* 移动端容器0边距 */
    .container {
 width: 100%;
 padding: 0;
}
 .container .content {
 width: 100%;
 padding-right: 0;
}
 .container .content .subnav a:nth-child(3) {
 display: none;
}
 .container .content .subnav {
 padding-left: 10px;
 width: 100%;
 line-height: 37px;
 color: #FFFFFF;
 background: #ca0000;
 border-radius: 5px 5px 0 0;
}
 .container .content .subnav::before {
 content: "\270E  您现在的位置:";
}
 .container .content .subnav a {
 color: #FFFFFF;
}
 .container .content .main .article h2 {
 line-height: 42px;
 padding: 0 10px;
 margin: 10px 0 5px 0;
 text-align: left;
 color: #3366CC;
}
 .container .content .main .article .info {
 padding: 0 10px;
 color: #858585;
}
 .container .content .main .article .info span:last-child {
 display: none;
}
 .container .content .main .article .section {
 padding: 0;
 margin-top: 15px;
 letter-spacing: .2px;
}
 .container .content .main .article .section p {
 text-indent: 0;
}
 .container .content .main .article .section img {
 width: 100% !important;
 height: auto !important;
}
 .container .content .main .article .section p, h3, h4, table {
 color: #3366CC;
 letter-spacing: .2px;
 font-size: 19px;
 line-height: 30px;
 font-weight: 400;
 margin-top: 17px;
 padding: 0 15px;
}
 .container .content .main .article .section .page_form form {
 flex-direction: column;
 height: auto;
}
 .container .content .main .article .section .page_form form .f-hidden {
 display: none;
}
 .container .content .main .article .section .page_form form input, select {
 height: 36px;
 margin: 5px 15%;
}
 .container .content .main .article .section .page_form form .vcode {
 height: 36px;
 margin: 5px 15%;
 align-items: center;
}
 .container .content .main .article .section .page_form form .vcode .vd-input {
 width: 110px;
 margin-left: 0;
}
 .container .content .main .article .section .related {
 background-image: none;
}
 .container .content .main .article .section .related .tittle {
 width: 100%;
}
 .container .content .main .article .section .related ul {
 padding: 0 10px;
}
 .container .content .main .article .page_list {
 display: none;
}
 .container .content .main .article .page_list .prev {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
 .container .content .main .article .page_list .next {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}