@charset "utf-8";
* {
    margin: 0px;
    padding: 0px
}

body {
    font-family: Arial,'Microsoft Yahei',sans-serif,'SimSun','SimHei';
    color: #020202;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

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

a {
    text-decoration: none;
    color: #020202;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

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

li {
    list-style: none;
}

/*通用头部导航*/

.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;
}

.dongxun_home .header .menubar {
    border-top: 2px #FA3535 solid;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 20px;
}

.dongxun_home .header .menubar .content {
    width: 62.5%;
    min-width: 1200px;
    margin: auto;
    clear: both;
    display: flex;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.dongxun_home .header .menubar .content li a {
    color: #FA3535;
}

.dongxun_home .header .menubar .content a:hover{
    color:#e2000d;
}

.dongxun_home .header .menubar .content li em{
    width: 65px;
    height: 10px;
    margin-top: 20px;
    background: url(https://res.dongxunnet.com/t/site/nav/img/nav-line.png) no-repeat;
    background-position: center left;
    text-align: center;
    background-size: 7px auto;
    float: left;
}

/*轮播*/

.dongxun_home .dongxun {
    width: 62.5%;
    margin: 0 auto;
    min-width: 1180px;
    height: auto;
    clear: both;
    overflow: hidden;
}

.dongxun_home .dongxun .channel {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.dongxun_home .dongxun .channel .content,.dongxun_home .dongxun .wrap{
	float: left;
    width: 780px;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide {
    width: 780px;
    position: relative;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .thumbnail-link .thumbnail-wrap{
    width: 780px;
    height: 450px;
    overflow: hidden;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .thumbnail-wrap img{
    width: 100%;
    min-height: 450px;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .entry-header {
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 10px 0 20px 0;
    width: 100%;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .entry-header .entry-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
    padding: 0 30px;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .entry-header .entry-title a{
	color: #fff;
}

.dongxun_home .dongxun .channel .content .swiper .swiper-pagination-bullets{
	text-align: center;
	width: auto;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 8px;
	left: 27.5px;
	margin-top: 0;
	z-index: 99;
}

.dongxun_home .dongxun .channel .content .swiper .swiper-pagination-bullets span{
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: 0 2.5px;
    width: 25px;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, 1.8);
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.dongxun_home .dongxun .channel .content .swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: #f00;
    width:45px;
}

.dongxun_home .dongxun .channel .focu {
    width: 370px;
    float: right;
    min-height: 1px;
    position: relative;
    right: 0px;
}

.dongxun_home .dongxun .channel .focu .focu_title {
    border-bottom: solid 1px #bcbcbc;
    height: 36px;
    line-height: 34px;
    padding-left: 8px;
    color: #7b5110;
}

.dongxun_home .dongxun .channel .focu .focu_title span {
    color: #FA3535;
    font-size: 24px;
}

.dongxun_home .dongxun .channel .focu .focu_list li {
    margin-top: 5px;
    list-style: none;
    font-size: 10px;
    color: #6f6f6f;
}

.dongxun_home .dongxun .channel .focu .focu_list li a {
    font-size: 22px;
    line-height: 1.95em;
    font-weight: normal;
}

.dongxun_home .dongxun .channel .focu .focu_list li a:hover,.dongxun .wrap .min_more a:hover,.bottom .txt a:hover,.bottom .txt_b a:hover{
    color: #FA3535;
}

.dongxun_home .dongxun .channel .focu .focu_list li p {
    font-size: 14px;
    line-height: 1.9em;
    font-family: "Microsoft YaHei";
    text-indent: 0em;
}

.dongxun_home .dongxun .wrap .clearfix {
    background-color: #f9f9f9;
    border-top: 1px solid #FA3535;
    overflow: hidden;
}

.dongxun_home .dongxun .wrap .clearfix li {
    position: relative;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    float: left;
    cursor: pointer;
}

.dongxun_home .dongxun .wrap .active{
    width: 100px;
    background-color: #FA3535;
    color: #fff;
}

.dongxun_home .dongxun .wrap .swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    list-style: none;
}

.dongxun_home .dongxun .wrap .swiper-container .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    transition-property: transform;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed {
    width: 780px;
    padding-top: 15px;
    border-bottom: 1px #f0f0f0 solid;
    height: 150px;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .img {
    width: 210px;
    height: 135px;
    float: left;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 20px;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .img img {
    width: 100%;
    min-height: 135px;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .img img {
    transition: all .5s;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .img:hover img {
    transform: scale(1.2);
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .info {
    height: auto;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed h3 {
    line-height: 45px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed h3 a {
    font-size: 20px;
    color: #343434;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed h3 a:hover {
    color: #FA3535;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed span {
    line-height: 30px;
    font-size: 12px;
    color: #9a9a9a;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed p {
    color: #9a9a9a;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed p a {
    color: #FA3535;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed:hover {
    background: #f7f7f7;
}

.dongxun_home .dongxun .wrap .min_more {
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    background: #ccc;
}

.dongxun_home .dongxun .wrap .min_more span,.dongxun .wrap .min_more a{
    color: #656565;
}

.dongxun_home .dongxun .min_box_right {
    width: 370px;
    float: right;
}

.dongxun_home .dongxun .min_box_right .min_title {
    height: 47px;
    line-height: 40px;
    border-bottom: 3px #d8d8d8 solid;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.dongxun_home .dongxun .min_box_right .min_title span {
    color: #000;
    border-bottom: 3px #FA3535 solid;
    padding-bottom: 14px;
}

.dongxun_home .dongxun .min_box_right .min_box_piz {
    text-align: center;
}

.dongxun_home .dongxun .min_box_right .min_box_piz ul{
    padding-bottom: 20px;
}

.dongxun_home .dongxun .min_box_right .min_box_piz ul li {
    text-align: left!important;
}

.dongxun_home .dongxun .min_box_right .min_box_piz ul li {
    line-height: 34px;
    font-size: 16px;
    height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dongxun_home .dongxun .min_box_right .min_box_piz ul li a{
    color: #343434;
}

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

/*友情链接*/
#tab{
    width: 1200px;
    position:relative;
    margin:40px auto;
    clear: both;
}

#tab .tab_menu{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #d2d2d2;
}

#tab .tab_menu li{
    float: left;
    padding: 0px 15px;
    overflow: hidden;
    white-space: nowrap;
}

#tab .tab_box{
    height:100px;
    clear:both;
    position:relative;
}

#tab .tab_box li{
    float:left;
    margin: 0 10px 0 0;
    font-size: 14px;
    font-family: SimSun;
}

#tab .tab_menu .selected{
    cursor:pointer;
    color: #c3140f;
    border-bottom: 2px solid #FA3535;
}

.hide{
    display:none;
}

.tab_box div{
    padding:10px;
}  
/*网站底部*/

.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;
}

@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;
}

img {
    border-style: none;
}

body {
    margin: 0
}

.dongxun_home .header,.dongxun_home .dongxun .wrap .set-tab .min_feed p,.dongxun_home .dongxun .min_box_right,#tab,.bottom{
	display: none;
}

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

.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_home .dongxun{
	width:96%;
	min-width: 96%;
	margin-bottom: 2rem;
}

.dongxun_home .dongxun .clear{
    padding:.5rem 0 0 0;
}

.dongxun_home .dongxun .channel .content,.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide,.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .thumbnail-link .thumbnail-wrap,.dongxun_home .dongxun .wrap,.dongxun_home .dongxun .channel .focu{
	width:100%;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .thumbnail-link .thumbnail-wrap{
	height: 15rem;
}
    
.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .thumbnail-wrap img{
	min-height: 15rem;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .entry-header {
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 10px 0 20px 0;
    width: 100%;
}

.dongxun_home .dongxun .channel .content .swiper-slide .featured-slide .entry-header .entry-title {
    font-size: 1em;
    line-height: 130%;
    padding: 0 15px
}

.dongxun_home .dongxun .channel .content .swiper .swiper-pagination-bullets{
	left: 1rem;
}

.dongxun_home .dongxun .channel .content .swiper .swiper-pagination-bullets span{
    width: 15px;
}

.dongxun_home .dongxun .channel .content .swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{
    width:20px;
}

.dongxun_home .dongxun .channel .focu .focu_list li a {
    line-height: 150%;
}

.dongxun_home .dongxun .wrap .clearfix {
    overflow-x: auto;
    overflow-y: hidden;
}

.dongxun_home .dongxun .wrap .clearfix li {
    position: relative;
    width: 20%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    float: left;
    cursor: pointer;
}

.dongxun_home .dongxun .wrap .active{
    width: 20%;
    background-color: #FA3535;
    color: #fff;
}

.dongxun_home .dongxun .wrap .swiper-container .swiper-wrapper,.swiper-slide,.dongxun_home .dongxun .wrap .set-tab .min_feed{
	width: 100%!important;
	height: 100%!important;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed{
    width: 100%;
    height: initial;
    padding: 0.8rem 0;
    overflow: hidden;
    position: relative;
    transform-origin: center bottom;
    border-bottom: 1px solid #EBECED;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .img{
    width: 100%;
    height: 5rem;
    float: left;
    max-width: 107px;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 0.8rem;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .img img {
    float: left;
    width: 100%;
    height: auto;
    min-height: 5rem;
    left: 0;
    top: 0;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .info {
    height: auto;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .info h3 {
    white-space: inherit;
    line-height: initial;
    font-size: initial;
    margin-bottom: 0.8rem;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .info h3 a {
    font: 400 .24rem/.46rem "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    margin-bottom: .19rem;
    color: #454545;
    letter-spacing: 0;
    line-height: 1.5rem;
    font-size: 1.05rem;
}

.dongxun_home .dongxun .wrap .set-tab .min_feed .info span {
    display: inline-block;
    font-size: 0.9rem;
    line-height: initial;
    color: #aaa;
}

#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;
}
}