﻿/*====================公共样式======================*/
* {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    border: 0 none;
    vertical-align: center;
    vertical-align: middle;
}

ul, li {
    list-style-type: none;
}

body, input, select, button, textarea {
    font-family: "微软雅黑";
    outline: none;
}
/*设置默认字体*/
button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

aside section, .body {
    display: block;
    margin: 0 auto;
}

a, a:link {
    color: #000;
    text-decoration: none;
}
/*设置a标签基本样式与伪类选择器设置*/
a:visited {
}

a:active, a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.orange {
    color: #F26E01;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

body {
    max-width: 7.5rem;
    margin: 0 auto;
    background-color: #ffffff;
}

.name {
    width: 94%;
    padding: 3% 3%;
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 100;
}

.name i {
    width: 0.2rem;
    height: 0.4rem;
    display: block;
    float: left;
    background: no-repeat url(../images/name_i.png) center;
    background-size: 100%;
    margin-top: 0.06rem;
}

.name span {
    display: inline-block;
    float: left;
    margin-left: 0.4rem;
}

.name span img {
    width: 1.7rem;
}

.name span em {
    margin-left: 0.3rem;
    font-size: 0.3rem;
    color: #333;
}

.name b {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    float: right;
    background: no-repeat url(../images/name_b.png) center;
    background-size: 100%;
    margin-top: 0.06rem;
}

.within_box {
    width: 100%;
}

.within_nav {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

.within_nav::-webkit-scrollbar {
    display: none;
}

.within_nav li {
    font-size: 0.31rem;
    color: #333;
    line-height: 250%;
    border-bottom: 0.03rem solid #ffffff;
    display: inline-block;
    margin: 0 0.25rem;
}

.within_nav .rus_wn {
    color: #bd1a21;
    border-bottom: 0.03rem solid #bd1a21;
}

.within_banner {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
    position: relative;
}

.wb {
    width: 100%;
    position: relative;
}

.wb img {
    width: 100%;
}

.wb p {
    width: 94%;
    padding: 0 3%;
    height: 0.57rem;
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: left;
    font-size: 0.25rem;
    line-height: 0.57rem;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    background-color: rgba(0,0,0,0);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.within_banner .swiper-pagination {
    text-align: right;
    height: 0.53rem;
}

.within_banner .swiper-pagination span {
    width: 0.13rem;
    height: 0.13rem;
    display: inline-block;
    vertical-align: middle;
}

.within_main {
    width: 100%;
}

.wm {
    /*width: 100%;*/
    width: 7.1rem;
    padding: 0 0.2rem;
    overflow: hidden;
}

.wm dl {
    /*  width: 7.1rem;*/
    padding: 0.2rem;
    border-bottom: 0.01rem solid #f6f6f6;
    overflow: hidden;
}

.wm dl dt {
    float: right;
    width: 2.4rem;
    height: 1.6rem;
    overflow: hidden;
}

.wm dl dt img,
.wm dl dd img {
    width: 100%;
}

.wm dl dd {
    float: left;
    width: 4rem;
}

.wm dl.news_focusPic dd {
    width: 100%;
    float: none;
}

.wm dl dd h3 {
    font-size: 0.32rem;
    line-height: 160%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 0.3rem;
    font-style: normal;
    font-weight: normal;
}

.wm dl dd h3 a {
    color: #333;
}

.wm dl dd p {
    overflow: hidden;
}

.wm dl dd p em {
    float: left;
    font-size: 0.24rem;
    padding: 0 0.1rem;
    background: #bd1a21;
    color: #ffffff;
}

.wm dl dd p span {
    float: right;
    font-size: 0.24rem;
    color: #666666;
}

.wm_more {
    width: 7.1rem;
    margin: 0.15rem auto;
    background-color: #f6f5f5;
    text-align: center;
}

.wm_more a {
    display: block;
    font-size: 0.23rem;
    line-height: 220%;
    color: #b4b4b4;
}

.wm_more a i {
    width: 0.35rem;
    height: 0.35rem;
    background: no-repeat url(../images/wm_more.png) center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.1rem;
}

.sidebar_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    display: none;
}

.sn {
    width: 70%;
    height: 100%;
    background: #fff;
    float: right;
}

.sn_top {
    width: 93%;
    overflow: hidden;
    padding: 0 2% 0 5%;
}

.sn_top em {
    width: 80%;
    font-size: 0.28rem;
    color: #999;
    display: block;
    margin-top: 5%;
    float: left;
}

.sn_top b {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    float: right;
    background: no-repeat url(../images/shut.png) center;
    background-size: 100%;
    margin-top: 2%;
}

.sn_bottom {
    width: 90%;
    padding: 5%;
    overflow: hidden;
}

.sn_bottom li {
    width: 45%;
    float: left;
    background: #f2f2f2;
    text-align: center;
    line-height: 280%;
    margin: 2%;
    border-radius: 0.1rem;
    font-size: 0.26rem;
}

.sn_bottom li i {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1.5%;
    margin-right: 3%;
}

.sn_bottom li a {
    color: #333;
}

.sn_bottom .rus_snb a {
    color: #ec3a3e;
}

.sn_bottom li:nth-child(1) i {
    background: no-repeat url(../images/snb_1.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(2) i {
    background: no-repeat url(../images/snb_2.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(3) i {
    background: no-repeat url(../images/snb_3.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(4) i {
    background: no-repeat url(../images/snb_4.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(5) i {
    background: no-repeat url(../images/snb_5.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(6) i {
    background: no-repeat url(../images/snb_6.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(7) i {
    background: no-repeat url(../images/snb_7.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(8) i {
    background: no-repeat url(../images/snb_8.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(9) i {
    background: no-repeat url(../images/snb_9.png) center;
    background-size: 100%;
}

.sn_bottom li:nth-child(10) i {
    background: no-repeat url(../images/snb_10.png) center;
    background-size: 100%;
}

.main_information {
    width: 100%;
}

.headline_title {
    width: 7.1rem;
    padding: 0.2rem;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c2c2c2;
}

.headline_title span {
    border-left: 0.07rem solid #bd1a21;
    display: inline-block;
    height: 0.34rem;
    position: absolute;
    top: 0.3rem;
    left: 0.2rem;
}

.headline_title h3 {
    font-size: 0.36rem;
    font-weight: bold;
    color: #bd1a21;
    float: left;
    margin-left: 0.2rem;
}

.ht_nev {
    float: right;
    height: 0.42rem;
    line-height: 0.5rem;
    overflow: hidden;
}

.ht_nev a {
    font-size: 0.32rem;
    display: inline-block;
    margin-left: 0.1rem;
    color: #666666;
}

.gobtn {
    width: 94%;
    text-align: center;
    margin-top: 0.25rem;
    background-color: #bd1a21;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0.25rem auto 0.25rem;
}

.gobtn a {
    color: #ffffff;
    font-size: 0.25rem;
    display: block;
}
