@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
	overflow-x: scroll;
}

body {
	background: #fff;
	font-family: "Noto Sans SC","microsoft yahei","宋体", "Arial";
	color: #020202;
	width: 100%;
	height: auto;
	font-size: 1.6rem;
    line-height: 1;
    text-indent: 0;
    margin: 0px auto;
}


html, body {
    width:100%;
    height:100%;
    display: block!important;
}

input,textarea,select {
	color: #020202;
	outline: none
}

h1, h2, h3, h4, h5 {
	font-size: 14px;
	color: #020202;
	font-weight: normal;
}

li {
	list-style: none;
}

select,input,img {
	vertical-align: middle;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	clear: both;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.right {
    display: inline;
    position: relative;
    align-items: center;
    display: flex;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Microsoft YaHei,SimHei,Verdana;
    color: #000;
    font-weight: 500;
}

h1 {
    font-size: 34px;
    line-height: 34px;
    padding: 0 0 15px 0;
}

h2 {
    font-size: 24px;
    padding: 15px 8px;
}

h3 {
    font-size: 18px;
    padding: 15px 16px;
}

.art_title {
    font-size: 34px;
    line-height: 34px;
    padding: 0 0 15px 0;
}

.infotextkey {
    color: #136ec2;
    cursor: pointer!important;
    text-decoration: none;
}

p {
    text-indent: 2em;
    margin-left: 16px;
    font-size: 16px;
    line-height: 200%;
}

.page_left {
    width: 860px;
    border-right: 1px solid #dcdcdc;
    float: left;
    overflow: hidden;
}

.page_left article {
    width: 820px;
    padding-bottom: 100px;
    border-bottom: 2px solid #e8e8e8;
}

a {
    color: #020202;
    cursor: pointer!important;
    text-decoration: none;
}

a:hover {
    color: #037ac4;
}


input{
     border:none;
 }
 
 
 .fl {
    float: left;
}

.fr {
    float: right;
}
 
 /*pc头部开始*/

.dongxun_home .header {
    width: 100%;
    margin: 0 auto;
    clear: both;
    margin-bottom: 10px;
}

.dongxun_home .header .head {
    height: 45px;
    width: 100%;
    background-color: #444;
    margin-bottom: 20px;
}

.dongxun_home .header .head .main_nav {
    width: 62.5%;
    min-width: 1200px;
    margin: 0 auto;
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-size: 14px;
}

.dongxun_home .header .head .main_nav .nav_menu {
    float: left;
    font-size: 14px;
}

.dongxun_home .header .head .main_nav .nav_menu li {
    float: left;
    margin-right: 15px;
    color: #fff;
}

.dongxun_home .header .head .main_nav .nav_menu a {
    color: #fff;
}

.dongxun_home .header .head .main_nav .nav_menu li a:hover {
    color: #e2000d;
}

.dongxun_home .header .head .main_nav .nav_menu .header_sub {
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}

.dongxun_home .header .head .main_nav .nav_menu .header_sub .sub {
    display: none;
    position: absolute;
    background-color: #8a8989;
    right: 0;
    top: 45px;
    width: 160px;
    z-index: 2;
}

.dongxun_home .header .head .main_nav .nav_menu .header_sub .sub a {
    display: block;
    float: none;
    width: 40px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    font-weight: normal;
}

.dongxun_home .header .head .main_nav .nav_menu .header_sub:after{
    position:absolute;
    content:"";
    right:0;
    top:20px;
    width:9px;
    height:6px;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-image:url(https://res.dongxunnet.com/t/site/nav/img/nav_down.png);
}

.dongxun_home .header .head .main_nav .nav_menu .header_sub.over:after {
    background-image: url(https://res.dongxunnet.com/t/site/nav/img/nav_up.png);
}

.dongxun_home .header .head .main_nav .nav_menu .header_sub.over .sub {
    display: block;
}

.dongxun_home .header .head .main_nav .nav_menu .header_nav {
    float: right;
    font-size: 12px;
}

.dongxun_home .header .head .main_nav .nav_menu .header_nav li {
    float: left;
}

.dongxun_home .header .head .main_nav .nav_menu .header_nav li .headNavLogin {
    position: relative;
    display: block;
    border-left: none;
}

.dongxun_home .header .head .main_nav .nav_menu .header_nav li a {
    display: block;
    padding: 0 15px;
    color: #fff;
}

.dongxun_home .header .head .main_nav .nav_menu .header_nav li a:hover {
    background-color: #D40300;
}

.dongxun_home .header .head .main_nav .user-1UNgQJZ9 {
    width: 125px;
    float: right;
    text-align: right;
    color: #fff;
}

.dongxun_home .header .head .main_nav .user-1UNgQJZ9 a{
    color: #fff;
}

.dongxun_home .header .head .main_nav .user-1UNgQJZ9 .user-tg {
    float: left;
    text-align: right;
}

.dongxun_home .header .head .main_nav .user-1UNgQJZ9 .user-tg a:hover{
    color:#e2000d;
}

.dongxun_home .header .topbar {
    width: 62.5%;
    margin: 0 auto;
    min-width: 1200px;
    height: 65px;
    clear: both;
    margin-bottom: 10px;
}

.dongxun_home .header .topbar .section {
    width: 300px;
}

.dongxun_home .header .topbar .section .logo {
    width: 160px;
    height: 60px;
    float: left;
    overflow: hidden;
}

.dongxun_home .header .topbar .section .logo img {
    width: 160px;
    height: auto;
}

.dongxun_home .header .topbar .home-search {
    width: 303px;
    height: 50px;
    float: right;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.dongxun_home .header .topbar .home-search .searchform {
    width: 303px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    z-index: 1;
}

.dongxun_home .header .topbar .home-search .searchform input {
    display: block;
    float: left;
    border-width: 1px;
    border-style: solid;
}

.dongxun_home .header .topbar .home-search .searchform input.ipt {
    border-color: #D8D8D8;
    border-right-style: none;
    height: 34px;
    background: none;
    width: 227px;
    padding: 0 5px;
}

.dongxun_home .header .topbar .home-search .searchform input.btn {
    width: 65px;
    overflow: hidden;
    line-height: 36px;
    border: none;
    background-color: #FA3535;
    color: #fff;
    font-size: 16px;
}

/*pc头部结束*/

.dongxun_bg {
    visibility: visible;
    background: #007dff;
    background-size: 1920px 244px;
    clear: both;
    width: 100%;
    height: 244px;
}

.dongxun_bg .dx_head{
    width: 1200px;
    padding-top: 37px;
    margin: 0 auto;
    position: relative;
}

.dongxun_bg .dx_head .tag_name{
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-bottom: 6px;
    position: relative;
}

.dongxun_bg .dx_head .tag_name h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    float: left;
}

.dongxun_bg .dx_head .tag_info{
    font-size: 0;
    font-weight: 400;
    color: #fff;
    height: 26px;
    clear: both;
    line-height: 26px;
}

.dongxun_bg .dx_head .tag_info .sorter{
    display: inline-block;
    margin-right: 20px;
    opacity: .8;
    font-size: 16px;
}

.dongxun_bg .dx_head .tag_info .category{
    display: inline-block;
    margin-right: 20px;
}

.dongxun_bg .dx_head .tag_info .category span {
    padding: 5px 10px;
    background: rgba(244,245,249,.1);
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
}

.dongxun_bg .dx_head .tag_info .category .infotextkey{
    color: #fff;
    font-size: 14px;
}

#main {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    background: #FFF;
    padding: 10px 0;
    font: 14px/1.5 arial,\5b8b\4f53,sans-serif;
    line-height:24px;
    color: #333;
    clear: both;
    margin-bottom: 200px;
    position: relative;
}

#main .warp {
    padding: 15px 25px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    margin-top: -103px;
    position: relative;
    border-radius: 2px;
    padding-top: 30px;
    box-shadow: 0 -5px 16px 0 rgba(0,0,0,.05);
}

.page_left {
    width: 860px;
    border-right: 1px solid #dcdcdc;
    float: left;
    overflow: hidden;
}

.page_left article {
    width: 820px;
    padding-bottom: 100px;
    border-bottom: 2px solid #e8e8e8;
}

.page_left .art_font {
    height: auto;
    overflow: hidden;
}

.page_left .art_font .art_desc {
    width: 820px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.page_left .art_font .art_desc p {
    text-indent: 2em;
    margin-left: 16px;
    font-size: 16px;
    line-height: 200%;
}

#Catalist_box {
    clear: both;
    margin-left: 16px;
    overflow: hidden;
    display: table;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f4f4f4;
}

#Catalist_box .box_list {
    width: 80px;
    background: #f4f4f4;
    color: #222;
    font-weight: 400;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#Catalist_box .box_list span {
    display: block;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    padding: 14px 15px 14px 5px;
}

#Catalist_box .box_list span em {
    display: inline-block;
    height: 17px;
    margin-right: 3px;
    vertical-align: -3px;
    width: 15px;
    color: #9f9d9d;
    font-style: normal;
    font-weight: 400;
    font-family: Arial,sans-serif;
    text-align: right;
}

#Catalist_box .dl_wrap{
    float: left;
    background: #fff;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
}

#Catalist_box dl {
    width: auto;
    float: left;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 18px;
    line-height: 46px;
    border-right: 1px solid #e5e5e5;
    overflow: hidden;
}

#Catalist_box dl:last-child{
   border-right: 0;
}

#Catalist_box dl dd {
    padding-right: 28px;
    line-height: 30px;
    vertical-align: top;
}

#Catalist_box .dl_wrap .cate-item1 span{
    font-size: 16px;
    padding-left: 20px;
    padding-right: 8px;
    text-align: right;
    color: #63a0df;
}

#Catalist_box .dl_wrap .cate-item1 a{
    color:#037ac4;
    font-family: 'Microsoft YaHei';
    text-decoration: none;
}

#Catalist_box dl dd span {
    color: #9f9d9d;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    margin-right: 5px;
    text-align: right;
    width: 20px;
}

#Catalist_box dl .cate-item2{
    line-height: 23px;
}

#Catalist_box dl .cate-item2 a{
    font-size: 14px;
    color: #333
}

#Catalist_box dl .cate-item2 .click{
    padding-left: 41px;
    padding-right: 5px;
    width: 5px;
    float: left;
    font-size: 12px;
    vertical-align: top;
    color: #ccc;
}

#art_content {
    display: block;
    clear: both;
}

#art_content h2{
    position: relative;
    padding: 5px 0;
    padding-left: 1.2rem;
    height: 2.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}

#art_content h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0.3rem;
    width: 0.3rem;
    height: 1.5rem;
    margin-top: 0.3rem;
    background-color: #2093e4;
}

#art_content h4{
    text-indent: 2em;
    margin-left: 16px;
    font: 16px/1.5 arial,\5b8b\4f53,sans-serif;
    color: #333;
    line-height: 200%;
    font-weight:bold;
}

.disclaimer {
    width: 780px;
    color: #666;
    line-height: 200%;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 20px 0;
    padding: 20px 20px;
    border-width: 1px 0;
    font-size: 14px;
    text-align: justify;
}

.page_right{
    width:265px;
    float:right;
    right:0;
    position: relative;
}

.page_right .information_tit {
    padding: 0 0 17px 13px;
}

.page_right .information_tit h3 {
    font-size: 18px;
    font-family: STSongti-SC-Black,STSongti-SC;
    font-weight: 900;
    color: #333;
    line-height: 18px;
    display: inline-block;
    padding: 0;
}

.page_right .information_tit h3::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #007dff;
    position: absolute;
    top: 0;
    left: 0;
}

.page_right .information_info {
    margin: 0 11px;
    /*padding-bottom: 30px;*/
}

.page_right .information_info .info_list {
    padding: 10px 0 25px;
    /*border-bottom: 1px solid #d9e0e7;*/
}

.page_right .information_info .info_list .list_slide {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page_right .information_info .info_list .list_slide h3 {
    font-size: 14px;
    font: 14px/1.5 arial,\5b8b\4f53,sans-serif;
    font-weight: 600;
    color: #333;
    line-height: 19px;
    width: 72px;
    padding:0;
}

.page_right .information_info .info_list .list_slide p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 21px;
    text-indent: 0;
    margin-left: 0;
}

.page_right .art_img{
    border: solid 1px #DDD;
    margin-bottom: 50px;
}

.page_right .art_img img{
    width: 260px;
}

.page_right .art_info {
    margin-bottom: 50px;
    padding: 10px 0;
    border-bottom: 1px solid #d9e0e7;
    border-top: 1px solid #d9e0e7;
}

.page_right .art_info:first-child{
    margin-bottom: 0;
    border-bottom: 0;
}

.page_right .art_info h2{
    font-size: 18px;
    padding: 15px 12px;
    font-family: STSongti-SC-Black,STSongti-SC;
    color: #333;
    line-height: 18px;
    display: inline-block;
}

.page_right .art_info h2::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #007dff;
    position: absolute;
    left: 0;
}

.page_right .art_info .art_time{
    line-height:200%;
    padding-left: 15px;
}

.page_right .fix{
    position: fixed;
    top: 100px
}

#art_content{
    display:block;
    clear: both;
}

#Catalog_box dd.active,#Catalog_box dd.active a{
    color:#037ac4!important;
}

#Catalog_box {
    /* margin-left: 50px; */
}

#Catalog_box .catalog-title {
    font-size: 18px;
    padding: 15px 12px;
    font-family: STSongti-SC-Black,STSongti-SC;
    color: #333;
    line-height: 18px;
    display: inline-block;
}

#Catalog_box .catalog-title::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #007dff;
    position: absolute;
    left: 0;
}

#Catalog_box dl{
    border-left: 1px solid #e8e8e8;
    margin-left: 28px;
}

#Catalog_box dd {
    padding-left: 19px;
    font-size: 14px;
    line-height: 31px;
    color: #222;
    font-weight: 700;
}

#Catalog_box dd a{
    color:#666;
}

#Catalog_box dd.active {
    background-color: #fafafa;
    padding-left: 16px;
    border-left: 3px solid #2093e4;
}

#Catalog_box .cate-item1 span{
	color: #999;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	padding-right: 5px;
}

#Catalog_box .cate-item2{
    padding-left: 45px;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 100;
    line-height: 31px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#Catalog_box .cate-item2.active{
    padding-left: 42px;
}

#Catalog_box .cate-item2 span{
    font-weight: 500;
    margin-right: 5px;
}

#xun_gotop {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: rgba(255,255,255,.9);
    position: fixed;
    right: 30px;
    bottom: 109px;
    color: #666;
    z-index: 999;
}

#xun_gotop .Catalog_box_up{
	display: flex;  
	justify-content: center;
	align-items: center;
}

#xun_gotop .Catalog_box_up:before {  
	content: "";  
	position: absolute; 
	top: 25%; 
	width: 30px;
	height: 30px;
	background-image: url('../img/arrow-top-svgrepo-com.svg');  
	background-size: contain;
	background-repeat: no-repeat;
}

/*网站底部*/
/*网站底部*/

.bottom {
    clear: both;
    height: auto;
    margin: 0 auto;
    border-top: 3px solid #FA3535;
    text-align: center;
    padding: 20px 0 5px 0px;
    position: relative;
    font-family: "SimSun";
}

.bottom .txt {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.bottom .txt a,.bottom .txt_b a{
    margin-left: 10px;
    margin-right: 10px;
}

.min_more a:hover,#tab .tab_box li a:hover,.bottom .txt a:hover {
    color: #e60012;
}

.bottom p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 24px;
}

.bottom span{
    font-family:sans-serif;
    margin-left: 3px;
    margin-right: 3px
}

.bottom .txt_b span{
    margin: 0;
}

.bottom a img {
    vertical-align: middle;
}

.bottom .kxwz {
    position: absolute;
    top: 65px;
    right: 100px;
    height: 40px;
    width: 110px;
}

.bottom .kxwz img {
    height: 40px;
    width: 110px;
}

.bottom .cxwz {
    position: absolute;
    top: 65px;
    left: 100px;
    height: 40px;
    width: 110px;
}

.bottom .cxwz img {
    height: 40px;
    width: 110px;
}

.m-top, #mfooter {
    display: none;
}

#mfooter,#Catalog_box_wap,#Catalog_boxfixed,#catalog_top{
    display: none;
}

@media screen and (max-width: 800px) {
@charset "UTF-8";html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: break-word;
    font-size: inherit;
    line-height: inherit;
}

html, body {  
    -webkit-text-size-adjust: 100%; /* WebKit 浏览器（如 Chrome 和 Safari）的文本大小调整 */  
    -ms-text-size-adjust: 100%; /* Microsoft 浏览器的文本大小调整 */  
    user-select: none; /* 禁止用户选择文本，可选，取决于你的需求 */  
    touch-action: pan-y;  
}  

body {
    margin: 0;
    letter-spacing: 0;
    font-size: 0;
    flex-direction: column;
    background: #fff;
	touch-action: pan-x
	touch-action: pan-y
}

img {
    border-style: none;
}

.dongxun_home .header,.bottom{
    display: none;
}

/*wap头部*/
.m-top {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: block;
}

.m-top .topped .navbar-header {
	width:92%;
	margin: 0 auto;
    position: relative;
    align-items: center;
    display: flex;
    height: 50px;
}

.m-top .topped .navbar-header .navbar-toggle {
    margin-top: 10px;
	position: absolute;
    right: 0;
	float: right;
    display: block;
    border: none;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    transition: all .3s ease-out 0s;
}

.m-top .topped .navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: all .3s ease-out .3s;
    background: #999;
}

.m-top .topped .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-on .topped .navbar-collapse {
    position: fixed;
    bottom: 0;
    top: 0;
	display: block;
    z-index: 998;
    padding: 50px 0;
    width: 100%;
    height: 100%!important;
    margin: 0!important;
    background: #fff;
    transition: all .3s ease-out 0s;
    overflow: auto;
    border: 0;
}

.navbar-on .topped .navbar-collapse .citynav{
	width: 96%;
    height: 100%;
    margin: auto 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.navbar-on .topped .navbar-collapse .citynav h2 {
    font-size: 1.2rem;
    margin-left: 0.8rem;
    margin-bottom: 0.5rem;
}

.navbar-on .navbar-toggle {
    z-index: 1000;
    right: 0;
    background: none!important;
    border: 0!important;
    margin-top: 10px;
    color: #999;
    transition: all .3s ease-out 0s;
}

.navbar-on .icon-bar-1 {
    margin-bottom: 0;
    -webkit-transform: rotate(-45deg) translate(-3px,5px);
    transform: rotate(-45deg) translate(-3px,5px);
}

.navbar-on .icon-bar-2 {
    opacity: 0;
}

.navbar-on .icon-bar-3 {
    -webkit-transform: rotate(45deg) translate(-3px,-5px);
    transform: rotate(45deg) translate(-3px,-5px);
}

.navbar-on .icon-bar {
    transition: all .3s ease-out .3s;
    background: #999!important;
}

.navbar-on .navbar-collapse {
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 998;
    padding: 50px 0;
    width: 100%;
    height: 100%!important;
    margin: 0!important;
    background: #fff;
    transition: all .3s ease-out 0s;
    overflow: auto;
    border: 0;
}

.m-top .topped .navbar-header .nav_back{
    position: absolute;
    left: 0;
}

.m-top .topped .navbar-header .nav_back img {
    width: 1.35rem;
}

.m-top .topped .navbar-header .nav_back .back-prev-page {
    position: absolute;
}

.m-top .topped .navbar-header .nav_back .back-prev-page:before {
    content: "";
    position: absolute;
    background-image: url('//res.dongxunnet.com/t/site/nav/img/home.png');  
	background-repeat: no-repeat;  
	background-size: cover;  
	background-position: center;
	top: -0.2rem;
    width: 1.2rem;
    height: 1.2rem;
}

.m-top .topped .navbar-header .nav_logo{
    width: 6.25rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 2.2rem;
    top: 0.3rem;
    position: relative;
    float: none;
}

.m-top .topped .navbar-header .nav_logo img {
    width: 100%;
    height: auto;
    text-align: center;
}

.m-top .navbar-collapse {
    display:none;
}

.navbar-header .primary-menu {
    margin-left: 0 !important;
    margin: 0;
    float: none!important;
}

.primary-menu .wpcom-adv-menu {
    width: 96%;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.12rem;
    color: #333;
    justify-content: space-between;
}

.primary-menu .wpcom-adv-menu li {
    flex: 0 22%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 0.02rem;
    font-size: 0.85rem;
    color: #383838;
    letter-spacing: 0;
    line-height: 1.84rem;
    background: none;
    border: 1px solid #EBEBEB;
}

.m-top .nav-down {
    position: absolute;
    background-color: rgba(255,255,255,.6);
    height: 3rem;
    line-height: 3rem;
    right: 0;
    z-index: 10;
    padding-left: .83333rem;
}

.m-top .nav-down .img-down {
    background: #fff;
    background-size: contain;
    padding: 0 1.04167rem 0rem .20833rem;
}

.m-top .nav-down .img-down img {
    width: 1.125rem;
    height: .625rem;
}

.m-top .nav-down .img-down.up img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-top .nav-down-warp {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,.6);
    display: none; 
}

.m-top .nav-down-warp .nav-down-contain {
    background-color: #fff;
    width: 100%;
    color: #212121;
}

.m-top .nav-down-warp .nav-down-contain h3 {
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #666;
    padding-left: 1.04167rem;
}

.m-top .nav-down-warp .nav-down-contain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    list-style: none;
}

.m-top .nav-down-warp .nav-down-contain ul li {
    flex: 0 0 26%;
    line-height: 2.25rem;
    border-radius: 0.41667rem;
    margin-bottom: 0.83333rem;
    text-align: center;
    border: 1px solid #ededed;
}

.m-top .nav-down-warp .nav-down-contain ul li a {
    color: #757575;
}

.m-top .x-over {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}

.m-top .x-over .x-over-con {
    height: 3.75rem;
    overflow-x: auto;
    overflow-y: hidden;
}

.m-top .x-over .x-over-con .body-wrap {
    position: inherit;
    top: 0;
    width: 92%!important;
    overflow: auto;
    white-space: nowrap;
    line-height: 3rem;
    background: #fff;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 10;
}

.m-top .x-over .x-over-con .body-wrap .column-nav {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    background: 0 0;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 0 .5rem;
}

.m-top .x-over .x-over-con .body-wrap .column-nav a {
    font-size: 1.08rem;
}

.m-top .x-over .x-over-con .body-wrap .swiper-pagination-bullet {
    margin: 0;
    color: #757575;
    opacity: 1;
}

.m-top .x-over .x-over-con .body-wrap .column-nav .active {
    color: #1776f4;
}

.m-top .x-over .x-over-con .body-wrap .column-nav i {
    position: absolute;
    width: 1.25rem;
    height: .125rem;
    bottom: 0;
    left: 50%;
    margin-left: -.625rem;
    border-radius: .125rem;
    background: #1776f4;
    display: none;
}

.m-top .x-over .x-over-con .body-wrap .column-nav i.active {
    display: block;
}

.p20 {
    display: block;
    width: 100%;
    clear: both;
    height: 3.6rem;
    padding-top: 3.6rem;
    background: #f5f5f5;
}

/*百科*/

.dongxun_bg .dx_head,#main,.disclaimer{
    width: 95%!important;
    min-width: auto!important;
}

.dongxun_bg .dx_head,.page_left,.page_left article,.page_left .art_font .art_desc{
    width:100%;
}

#Catalist_box,#Catalog_box,.page_right{
	display:none;
}

.dongxun_bg{
    visibility: visible;
    background: #007dff;
    background-size: auto;
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
    height: 1.2rem;
	margin-bottom: 0.3rem;
}

.dongxun_bg .dx_head {
    padding-top: 0;
    height: 1.2rem;
    overflow-y: hidden;
}

.dongxun_bg .dx_head .tag_name {
    color: #fff;
    height: auto;
    line-height: 200%;
    padding-bottom: 0;
    position: relative;
    padding: 0.25rem 0;
    margin-bottom: 0.2rem;
}

.dongxun_bg .dx_head .tag_name h1 {
    font-size: 0.35rem;
    color: #fff;
    font-weight: 600;
    float: left;
    line-height: 100%;
    padding: 0;
}

.dongxun_bg .dx_head .tag_info .sorter {
    display: inline-block;
    margin-right: 0.2rem;
    opacity: .8;
    font-size: 0.25rem;
}

.dongxun_bg .dx_head .tag_info .category{
    display: inline-block;
    margin-right: 20px;
}

.dongxun_bg .dx_head .tag_info .category span {
    padding: 0.1rem 0.1rem;
    margin-right: 0.1rem;
    line-height: 0.2rem;
}

.dongxun_bg .dx_head .tag_info .category .infotextkey{
    color: #fff;
    font-size: 14px;
}

.page_left{
    border-right: 0;
}

.page_left .art_font {
    height: auto;
    overflow: hidden;
    text-align: justify;
}

.page_left .art_font .art_desc p {
    text-indent: 2em;
    margin-left: 0;
    font-size: 0.3rem;
    line-height: 200%;
}

.page_left article {
    padding-bottom: 1rem;
    border-bottom: 0;
}

#main{
	margin: 0;
	padding: 0;
	margin-bottom: 0.5rem;
	margin: 0 auto;
}

#main .warp{
    padding: 0;
    margin-top: 0;
    overflow: initial;
}

#art_content h2{
    position: relative;
    padding: 0.3rem 0.2rem;
    padding-left: 0.3rem;
    font-size: 0.4rem;
    height: .5rem;
    font-weight: 600;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0.1rem;
    border-bottom: 1px solid #f3f3f3;
}

#art_content h2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0.1rem;
    width: 0.1rem;
    height: 0.5rem;
    margin-top: 0.3rem;
    background-color: #2093e4;
}

#art_content p {
    text-indent: 2em;
	margin-left: 0;
    font-size: 16px;
    line-height: 200%;
}

.disclaimer {
    text-align: justify;
    color: #666;
    line-height: 150%;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: auto 0;
    padding: 0.2rem;
    border-width: 1px 0;
    font-size: 0.25rem;
    margin-bottom: 0.55rem;
    text-align: justify;
}

.show{
	display:block!important;
}

#Catalog_box_wap{
	left: auto;
    right: 0;
    transition: right .5s;
    position: fixed;
    top: 0;
    width: 65%;
    height: 100vh;
    overflow-y: scroll; 
    overflow-x: hidden; 
    background: #fff;
    z-index: 9999;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#Catalog_box_wap .catalog-title {
    font-size: 0.28rem;
    padding: 0.28rem 0.2rem;
    background: #007dff;
	width: 100%;
    font-family: STSongti-SC-Black,STSongti-SC;
    color: #fff;
    line-height: 100%;
    display: inline-block;
    margin-bottom: 0.2rem;
}

#Catalog_box_wap dl{

}

#Catalog_box_wap dd {
    padding-left: 19px;
    font-size: 0.28rem;
    line-height: 200%;
    color: #222;
    font-weight: 700;
}

#Catalog_box_wap dd a{
    color:#666;
}

#Catalog_box_wap dd.active {
    background-color: #fafafa;
}

#Catalog_box_wap dd.active span,#Catalog_box_wap dd.active a{
	color:#2093e4;
}

#Catalog_box_wap .cate-item1 span{
	color: #999;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.28rem;
	padding-right: 5px;
}

#Catalog_box_wap .cate-item2{
    padding-left: 45px;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 100;
    line-height: 31px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#Catalog_box_wap .cate-item2 span{
    font-weight: 500;
    margin-right: 5px;
}

.blank{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	display: none;
    z-index: 1001;
    height: 100%;
    background: #000;
    opacity: .7;
}

#Catalog_boxfixed{
    width: 42px;
    height: 42px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #007dff;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 64px;
	display: block;
	z-index: 999;
}

#xun_gotop {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: rgba(255,255,255,.9);
    position: fixed;
    right: 15px;
    bottom: 109px;
    color: #666;
    z-index: 999;
}

#xun_gotop .Catalog_box_up{
	display: flex;  
	justify-content: center;
	align-items: center;
}

#xun_gotop .Catalog_box_up:before {  
	content: "";  
	position: absolute; 
	top: 25%; 
	width: 0.4rem; 
	height: 0.4rem;
	background-image: url('../img/arrow-top-svgrepo-com.svg');  
	background-size: contain;
	background-repeat: no-repeat;
}

#Catalog_boxfixed i{
	font-style: normal;
}

.catalog_top{
    *zoom: 1;
    left: 7.5%;
    display: none;
    position: fixed;
    top: 60%;
    right: 17.5%;
    margin-top: -33.5px;
    margin-right: -30px;
    z-index: 1002;
    color: #fff;
    font-size: 15px;
}

.catalog_top .catalog_txt {
    margin-bottom: 11px;
	text-indent: 0;
    margin-left: 0;
    line-height: 100%;
}

/*网站底部*/

.site-footer {
    display: none!important;
}

#mfooter {
    width:100%;
    background: #343434;
    padding: 0.5rem 0;
    color: #fff;
    clear: both;
    font-size: 0.85rem;
    text-align: center;
    display: block;
}

.mfooter .foot_list{
    padding: 0.1em;
}

.mfooter .foot_list a{
    color: #fff;
    margin-right: 0.2rem;
}

.mfooter .foot_list a:last-child{
    color: #fff;
    margin-right: 0;
}

#mfooter p {
    color: #fff;
    padding: 0.1em;
}

#mfooter p,#mfooter p a{
    color: #fff;
    padding: 0.2em;
}
}