﻿@charset "utf-8";

.news-more{
    width: 165px;
    height: 40px;
    float: left;
    background: #B70A06;
    color: #FFFFFD;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    margin-top: 12px;
    border:1px solid #B70A06;
}
.news-more:hover{color: #B70A06;background: #fff;}
.news-wrap{
    width: 100%;
    float: left;
    padding: 80px 0px 50px 0px;
}
.news-box{
    width: 30.66%;
    margin-right: 4%;
    float: left;
    margin-top: 43px;
    height: 442px;
}
.news-box:nth-child(3n){margin-right: 0px;}
.news-text1{
    width: 100%;
    float: left;
    font-size: 1rem;
    margin-top: 24px;
}
.news-text2{
    width: 100%;
    float: left;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    height: 1.5625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #B70A06;
}
.news-text3{
    width: 100%;
    height: 75px;
    float: left;
    line-height: 1.5625rem;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp:3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.news-imgbox{
    width: 100%;
    float: left;
    position: relative;
}
.news-img1{
    width:100%;
    float: left;
    height: 210px;
    object-fit: cover;
}
.news-imgbox2{
    width: 100%;
    position: absolute;
    height: 210px;
    top: 0px;
    left: 0px;
    z-index:2;
    background: url(../images/more-icon.png) no-repeat center center rgba(0,0,0,0.5);
    background-size: 47px;
    display: none;
}
.news-box:hover .news-imgbox2{display: block;}
.news-tbox{
    width: 90%;
    float: left;
    padding: 28px 5% 42px 5%;
    position: relative;
}
.news-tbox:after{
    width: 99.5%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:2;
    border:1px solid #C1C1C1;
    border-top: none;
    z-index: -1;
}
.news-box:hover .news-tbox:after{
    width: 99%;
    border:2px solid #B70A06;
    border-top: none;
}
/**/
.visit-box{
    width: 100%;
    float: left;
    padding: 50px 0px 75px 0px;
    border-bottom: 1px solid #D7D7D7;
}
.visit-box2{
    width: 50%;
    float: left;
}
.visit-imgbox{
    width: 170px;
    height:190px;
    float: left;
    display: table;
    text-align: center;
}
.visit-img1{
    width: 100%;
    display: inline-block;
    max-height: 190px;
}
.visit-tbox{
    display: block;
    margin-left: 210px;
}
.visit-title{
    font-size: 1.25rem;
    width: 100%;
    color: #B60A06;
    float: left;
    line-height: 1.5625rem;
}
.visit-text{
    width: 100%;
    float: left;
    font-size: 1rem;
    line-height: 1.5625rem;
    margin-top: 6px;
}
.visit-text h5{font-weight: 600;float: left;}
.visit-text i{color: #B70A06;}
/**/
.news-info-box{
    width:30.66%;
    float: left;
    margin-right: 4%;
    box-shadow: 0px 0px 5px 1px #E4E6E5;
    background: #fff;
    position: relative;
    margin-top: 45px;
}
.news-info-box:nth-child(3n){margin-right: 0px;}
.news-info-img{width: 100%;float: left;height: 313px;}
.news-info-tbox1{
    width: 100%;
    height: 313px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg,#fff 0,hsla(0,0%,100%,.66) 33%,hsla(0,0%,100%,0));
}
.news-info-text2{
    width: 90%;
    position: absolute;
    margin-left: 5%;
    font-size: 1.25rem;
    bottom: 15px;
    left: 0px;
    text-align: left;
}
.news-info-tbox2{
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #fff;
    float: left;
    background: #B70A06;
}
.news-info-text{
    width: 94%;
    font-size: 1.25rem;
    float: left;
    text-align: right;
}
.news-info-icon{
    width: 8px;
    height: 15px;
    display: inline-block;
    background: url(../images/arrow-right1.png) no-repeat center center;
    background-size: 100%;
    margin-left: 12px;
    vertical-align: middle;
    margin-top: -5px;
}
.news-info-box:hover:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border:3px solid #9E0905;
    left: -3px;
    top: -3px;
    z-index: 2;
}
.news-info-box:hover .news-info-tbox2{background: #9E0905;}
/**/
.detail-title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 36px;
}
.detail-title2{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
    line-height:25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}
.detail-text{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
    color: #666666;
    line-height:30px;
}
.ag-content { color:#666; line-height: 30px;}
.detail-page{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid #BABABA;
    margin-top: 80px;
}
.detail-page-text{
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 16px;
    color: #333;
}
.detail-page-text p{
    width: 100px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
}
.detail-page-text p:hover{
    background: #B70A06;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .news-info-img{height:283px;}
    .news-info-tbox1{height:283px;}
}
@media only screen and (max-width: 1100px) {
    .news-info-img{height:253px;}
    .news-info-tbox1{height:253px;}
}
@media only screen and (max-width: 900px) {
    .visit-box{width: 100%;padding:0px;border-bottom: none;}
    .visit-box2{width: 100%;padding: 50px 0px 75px 0px;border-bottom: 1px solid #D7D7D7;}
    .news-info-img{height:180px;}
    .news-info-tbox1{height:180px;}
    .news-box{width: 48%;}
    .news-box:nth-child(3n){margin-right: 4%;}
    .news-box:nth-child(2n){margin-right: 0px;}
}
@media only screen and (max-width: 700px) {
    .news-info-box{width: 48%;}
    .news-info-box:nth-child(2n){margin-right: 0px;}
    .news-info-img{height:232px;}
    .news-info-tbox1{height:232px;}
}
@media only screen and (max-width: 600px) {
    .contact-box2{width: 96%;margin-right: 0px;}
}
/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .news-wrap{padding: 40px 0px;}
    .visit-imgbox{width: 100%;height: auto !important;}
    .visit-img1{max-height: auto;width: auto;}
    .visit-tbox{width: 100%;margin-left: 0px;float: left;}
    .visit-tbox{text-align: center;}
    .visit-tbox .news-more{float: none;display: inline-block;}
    .news-info-box{width: 100%;margin-right: 0px !important;}
    .news-info-img{height:300px;}
    .news-info-tbox1{height:300px;}
    .news-box{width: 100%;margin-right: 0px !important;}
    .news-text3{height: 65px;}

}
