@charset "utf-8";
/*元指令CMS、元指令建站*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	color: #191919;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	line-height: 1.8;
	min-height: calc(100vh - 56px);
	background: #ffffff;
}
button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	line-height: 1.8;
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
legend {
	color: #191919;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
img {
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover {
	color: #3790e2;
	text-decoration: none
}
a:active {
	color: #3790e2;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
*, ::after, ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pt-15 {
    padding:15px 0 0 0;
}
.pb-15 {
    padding:0 0 15px 0;
}
.ptb-15 {
    padding:15px 0;
}
.pt-20 {
    padding:20px 0 0 0;
}
.pb-20 {
    padding:0 0 20px 0;
}
.ptb-20 {
    padding:20px 0;
}
.row {
    padding: 0 10px;
}

button,
input,
select {
  outline: none;
  margin:0;
  padding:0;
}

button,
.btn,
select {
  cursor: pointer;
}

select {
  border: 1px solid #999999;
  background:#ffffff;
  outline:none;
  width: 100%;
  padding: 0 10px;
  font-size: 15px;
  color: #323233;
  line-height: 40px;
  height: 40px;
}
textarea {
  padding:5px!important;
}
input::-webkit-input-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
:-moz-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
::-moz-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
input:-ms-input-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
input::-ms-input-placeholder {
   color:#c1c0c0;
   font-size:16px;
}
input[type="text"] {
    border: 1px solid #999999;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #323233;
    line-height: 40px;
	height: 40px;
    padding: 0 12px;
    -webkit-appearance: none;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #323233;
    transition: background-color 5000s ease-out 0.5s;
}
.form-input {
    background: #ffffff;
    padding: 0 0 6px 0;
    margin: 16px 16px 0 16px;
}
.form-input p {
    font-size:16px;
	margin-bottom:10px;
}
.form-input p span {
    margin-left:5px;
	color:#3790e2;
}


.header {
    position: relative;
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 200;
}

.header h1,
.header h1 a,
.header h1 img {
    width: 150px;
    height: 34px;
    display: block;
}

.header h1 {
    margin-left: 10px;
}

.head-nav {
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.h-nav {
    height: 12px;
    width: 16.8px;
    display: block;
    background: url(../images/nav.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.navs {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: none;
}

.navs-head {
    height: 44px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #eee solid;
}

.navs-head img {
    width: 150px;
    height: 34px;
    display: block;
    margin-left: 10px;
}

.navs-head span {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 12px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-list {
    background: #fff;
    padding: 0 15px;
}

.nav-list a,
.nav-list .item p {
    display: block;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #eee solid;
    font-size: 14px;
}

.nav-list .item p * {
    display: block;
}

.nav-list .item p em {
    width: 10px;
    height: 6px;
    background: url(../images/down.png) no-repeat center center;
    background-size: 100% 100%;
    transform: rotate(180deg);
    transition: all .8s;
}

.nav-list .item p em.rot {
    transform: rotate(0deg);
}

.nav-list .item p span.on {
    color: #FFDB00;
    font-weight: bold;
}

.nav-list .item .list {
    overflow: hidden;
    transition: all .8s;
    max-height: 0;
}

.nav-list .item .list.open {
    max-height: 2000px;
}

.nav-list .item .list a {
    padding-left: 10px;
}

@media (min-width:1024px) {
.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.overflow-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.overflow-3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
}

.cx-content {
	max-width:100%;
	margin:0 auto;
	background: #ffffff;
}
/*.header {
	background: #3790e2;
	color: #ffffff;
	line-height: 56px;
	font-size: 22px;
	text-align: center;
	font-weight: bolder;
}*/
.section {
    padding-bottom: 60px;
	min-height: calc(100vh - 56px);
}
.channel {
	margin-top: 20px;
}
.channel .channel-title {
	line-height: 46px;
    background: #d8ecff;
	overflow: hidden;
}
.channel .channel-title h3 {
	float:left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    background: #3991e5;
}
.channel .channel-title h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.channel .channel-title .more {
	float:right;
	margin-right: 20px;
}
.channel .channel-title .more a {
    font-size: 14px;
}
.channel .channel-list {
	margin: 20px 20px 0 20px;
	border-left: 1px solid #ddd;
	overflow: hidden;
}
.channel .channel-list ul li {
	float:left;
	width:33.33%;
	text-align: left;
	line-height: 24px;
	padding:12px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.section-list .channel .channel-list ul li {
    width: 100%;
}
.section-list .channel .channel-list ul li .left {
	float: left;
    width: 75%;
}
.section-list .channel .channel-list ul li .right {
	float: left;
    width: 25%;
	text-align: center;
}
.section-list .channel .channel-list ul li .right a {
	color:#ff0000;
}
.section-list .channel .channel-list ul li .right a:hover {
	color:#3790e2;
}

.content {
	width:500px;
	min-height: calc(100vh - 56px);
	margin:0 auto;
	padding:80px 0 200px 0;
}
.cx-title {
    position: relative;
	margin-bottom: 30px;
    overflow: hidden;
}
.cx-title h3 {
    position: relative;
    text-align: center;
    font-size: 20px;
	line-height: 30px;
    color: #3790e2;
    font-weight: bolder;
}
.cx-con {
    overflow: hidden;
}
.cx-form {
    position: relative;
}
.cx-ftit {
    font-size: 16px;
    color: #323233;
    margin: 20px 0 10px 0;
    font-weight: bolder;
}
.cx-ftit span {
    color: #ff0000;
    margin-right: 4px;
}
.cx-form button {
    width: 100%;
    line-height: 40px;
    background: #3790e2;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 35px;
}

.cx-more a {
    display: block;
    margin-top: 35px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    background: #3790e2;
    color: #fff;
    text-align: center;
}
.content-input .cx-more a {
    background: #7e7e7e;
	margin-top: 30px;
}
.cx-home a {
    display: block;
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    background: #7e7e7e;
    color: #fff;
    text-align: center;
}

.cx-tips {
	margin-top: 30px;
}

.cx-total {
	font-size: 16px;
	color: #ff0000;
	text-align: center;
	font-weight: bolder;
}
.cx-num {
	margin: 20px 0 10px 0;
	font-size: 16px;
	color: #3790e2;
	font-weight: bolder;
}

.yzlcms_page { text-align:center;margin: 60px 20px 0 20px;font-weight: 500;}
.yzlcms_page ul li { display:inline-block;font-size: 15px; line-height: 30px; border: 1px solid #d0cfcf; margin: 0 5px 8px 0;padding: 0;color: #333333;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:#3790e2; border: 1px solid #3790e2;}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; padding:0 10px;color: #333333;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color:#ffffff;}

.foot {
	width:100%;
	text-align: center;
	color: #191919;
	margin-top: 60px;
}
.foot a {
    color: #191919;
	margin:0px 3px;
}

.showcon * {
    word-break: break-all;
}
.showcon img {
    max-width: 100% !important;
    height:auto !important;
}
.showcon p {
    text-wrap: wrap !important;
}
.showcon span {
    text-wrap: wrap !important;
}
.showcon .hdxx {
    font-size:16px;
	color:#000000;
    margin-bottom: 20px;
	text-align: center;
}
.showcon ul.list-paddingleft-2 {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    list-style: inherit !important;
}
.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
    list-style: inherit !important;
    /* font-size: 20px; */
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon audio {
    max-width: 100% !important;
}
.showcon video {
    max-width: 100% !important;
    background: #000000;
}
.showcon iframe {
    max-width: 100% !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
    word-break: break-all !important;
}
.showcon tr td:first-child {
    min-width: 100px;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
    min-height:210px;
}
.showcon iframe {
    height:auto !important;
    min-height:210px;
}
}


@media (max-width:1199px) {
.cx-content {
    max-width: 100%;
}
.channel .channel-list ul li {
    width: 50%;
}
.section-list .channel .channel-list ul li {
    width: 100%;
}
}

@media (max-width:1023px) {
.header {
    font-size: 20px;
}
.channel .channel-list ul li {
    width: 100%;
}
.content {
    padding: 50px 0 100px 0;
}
.content-input .cx-title {
    margin-bottom: 10px;
}
.content-input .cx-title h3 {
    font-size: 18px;
}
}

@media (max-width:539px) {
input[type="text"] {
    line-height: 40px;
    height: 40px;
}
.content {
    width: auto;
	padding: 50px 20px 100px 20px;
}
}

