@charset "utf-8";
body {
    background: #f8f6f6;
}

.banner img {
    width: 100%;
}

.now_localtion p {
    width: 100%;
    text-align: right;
    color: #666666;
    font-size: 16px;
    padding-top: 20px;
}

.nav {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.m-part1 h2 {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 39px;
}

.m-part1 nav {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.m-part1 nav a {
    font-size: 22px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    width: 14%;
    position: relative;
}

.m-part1 nav a.on, .m-part1 nav a:hover {
    color: #000;
    font-weight: bold;
}

.m-part1 nav a.on:before, .m-part1 nav a:hover:before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 5px;
    background: #d71718;
    position: absolute;
    bottom: -21px;
    left: 30%;
    /* margin-left: -30px; */
}

.tab {
    background: #f8f6f6;
    height: auto;
    padding: 5% 0;
    overflow: hidden;
    padding-bottom: 0;
}

.tab1 > div:first-child {
    width: 100%;
    height: 414px;
    background: #fff;
    position: relative;
    top: 68px;
    margin-bottom: 120px;
}

.tab1 .img {
    width: 684px;
    height: 482px;
    float: left;
    position: relative;
    top: -68px;
    background:#000;
    overflow:hidden;
}
.tab1 .img img{
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.tab1 .rr {
    margin-left: 684px;
    padding: 5%;
    position: relative;
}

.tab1 .rr h3 {
    font-size: 24px;
    color: #000;
    margin: 2% auto 3%;
    position: relative;
    z-index: 1;
    text-indent: 44px;
}

.tab1 .rr h3:before {
    content: "";
    position: absolute;
    top: -23px;
    left: -8%;
    z-index: -1;
    background: url(../img/news/icon.png) center no-repeat;
    background-size: 100%;
    display: block;
    width: 68px;
    height: 57px;
}

.tab1 .rr p {
    font-size: 18px;
    color: #000;
    line-height: 36px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
max-height:140px;
overflow:hidden;
}

.tab1 .rr a {
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    background: #d71718;
    position: absolute;
    bottom: -1%;
    right: 10%;
    border-radius: 50px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.tab1 ul {
    overflow: hidden;
    clear: both;

}

.tab1 ul li {

    border-bottom: 1px #dddddd solid;
    padding: 1% 0;
    width: 98%;
    color: #333333;
    font-size: 20px;
}

.tab1 ul li b {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1%;
}

.tab1 ul li .txt {
    display: inline-block;
    width: 83%;
}

.tab1 ul li h5 {
    font-size: 24px;
    color: #000;
    margin: 0;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 7px;
}

.tab1 ul li p {
    font-size: 18px;
    color: #000;

}

.tab1 ul li a {
    color: #d71718;
    font-size: 16px;
    font-weight: normal;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1%;
    float: right;
}

.tab2 ul {
    width: 100%;
    /* margin-left: 3%; */
    /* margin-top: -4%; */
    overflow: hidden;
}

.tab2 ul li {
    width: 440px;
    margin-right: 40px;
    margin-bottom: 40px;
    display: inline-block;
    float: left;
    box-shadow: 0 6px 15px #EDEBEB;
}

.tab2 ul > li:nth-child(3n) {
    margin-right: 0;
}

.tab3 ul li {
    width: 30.33%;
    margin-right: 3%;
    margin-bottom: 3%;
    display: inline-block;
    float: left;
}

.tab2 ul li img, .tab3 ul li img {
    width: 100%;
}

.tab2 ul li .txt, .tab3 ul li .txt {
    display: block;
    padding: 30px 20px;
    background: #fff;
    clear: both;
    overflow: hidden;
    height: 244px;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 0px #EDEBEB;
}

.tab2 ul li .txt h6, .tab3 ul li .txt h6 {
    width: 100%;
    color: #000;
    font-size: 25px;
    margin: 0;
    line-height: 42px;
    height: 38px;
}

.tab2 ul li .txt h6 span {
    display: inline-block;
    width: 100%;
}
.tab2 ul li .txt .time{
    text-align: right;
    height:auto;
    font-size: 18px;
    margin-top: 10px;
    line-height: normal;
}
.tab2 ul li .txt b {
    width: 20%;

    float: right;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 40px;
}

.tab2 ul li .txt p {
    width: 100%;
    display: block;
    color: #666;
    font-size: 19px;
    height: 101px;
    line-height: 33px;
    margin: 25px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tab3 ul li .txt a {
    width: 50%;
    display: inline-block;
    float: left;
    text-decoration: none;
    font-size: 16px;
    color: #666666;
    text-align: right;
    margin-top: 115px;
}

.tab3 ul li .txt a.down {
    text-align: left;
}

a.down:before {
    content: '';
    display: inline-block;
    background: url(../img/investors/icon-down.png) center no-repeat;
    background-size: 100%;
    width: 21px;
    height: 25px;
    margin-right: 8%;
    vertical-align: middle;
}

a.details:before {
    content: '';
    display: inline-block;
    background: url(../img/investors/icon-details.png) center no-repeat;
    background-size: 100%;
    width: 21px;
    height: 26px;
    margin-right: 8%;
    vertical-align: middle;
}

/*  */
body#page-newsDetails {
    background: #fff;
}


#page-newsDetails .main div.content h1 {
    color: #000;
    font-size: 44px;
    line-height: 60px;
margin-top: 3%;
}

#page-newsDetails .main div.content b {
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    float: left;
    width: 50%;
    margin: 2% 0;
}

#page-newsDetails .main div.content span[class*="icon"] {
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 2% 0;
}
.clr{
    overflow: hidden;
    clear: both;
}
#page-newsDetails .main div.content span.icon_l {
    float: left;
    text-align: left;
}

#page-newsDetails .main div.content span.icon_r {
    float: right;
    text-align: right;

}

#page-newsDetails .main div.content span > img {
    /* display: inline-block;
    width: 42px;
    height: auto; */
}

#page-newsDetails .main div.content p {
    font-size: 18px;
    color: #000;
    line-height:42px;
    text-indent: 2em;
    margin-bottom: 1%;
}

#page-newsDetails .main div.content > img {
    width: 60%;
    margin: 2% auto 0;
    height: auto;
    display: block;
}

#page-newsDetails .main div.content i {
    font-style: normal;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 1% 0;
}


@media screen and (min-width:1201px) and (max-width:1679px){
    .tab2 ul li{width:373px;}
    .tab2 ul li div.imgBoxScale{height:280px;}
    .tab2 ul li .txt, .tab3 ul li .txt{padding:15px 20px;}
    .tab2 ul li .txt h6, .tab3 ul li .txt h6{font-size:20px;}
    .tab2 ul li .txt p{font-size:16px;margin-top:15px;}
    .tab1 > div:first-child{height:353px;}
    .tab1 .img{width:598px;height:421px;}
    .tab1 .rr{padding-left:598px;margin-left:68px;}
    .tab1 .rr h3{font-size:20px;}
    .tab1 .rr p{font-size:16px;line-height: 29px;}
    .tab1 ul li h5{font-size:20px;}
    .tab1 ul li p{font-size:16px;}
    .tab1 ul li .txt{width:80%;}
}