@charset "utf-8";
/* banner-box */
.banner{width:100%;height:11.25rem;position:relative;overflow:hidden;margin-top:2.4rem;}
.banner .bd{ width:18.75rem !important;}
.banner .bd li{height:11.25rem;}
.banner .bd li .text{width:100%;position:absolute;top: 0;left: 1.5rem;display:flex;flex-direction: column;justify-content:center;/* align-items:flex-start; */height:inherit;}
.banner .bd li .text h2{font-size: 1rem;color:#fff;font-weight: bold;}
.banner .bd li .text p{width: 10rem;font-size: 0.5rem;color:#fff;display:block;margin-top:0.5rem;}
.banner .bd li .text .detail i{display:block;height:0.15rem;width:1.4rem;background:#fff;margin-top:0.625rem;}
.banner .bd li .text .consultBtn{width: 4rem;height: 1.25rem;line-height: 1.25rem;border:1px solid #fff;color:#fff;font-size: 0.45rem;margin-top: 1.3rem;border-radius:2px;text-align: center;}
.banner .bd li .text dl{margin-top: 25px;overflow:hidden;}
.banner .bd li .text dl dd{font-size:24px;display:block;background:url(/images/textIcon.png) no-repeat left center;background-size:29px;color:#fff;line-height: 45px;padding-left:50px;}

/*资讯列表*/
.flexColumn {
    display: flex;
    flex-direction: column;
}

.flex {
    /* display: flex; */
}

.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexBetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fontBold {
    font-weight: bold;
}


.box-container {
    max-width: 18.75rem;
    margin: 1rem 0.5rem 0;
}

.big-box img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.big-box {
    max-width: 18.75rem;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    margin-bottom: 1rem;
    cursor: pointer;
    flex-direction: column;
}
.big-box .left{
    overflow: hidden;
    width: 100%;
    height: 9rem;
    display: block;
}
.big-box .left img{
    width: 100%;
    height: auto;
}
.big-box .center {
    padding: .6rem;
}

.big-box .center .companys {
    font-size: .8rem;
    font-weight: bold;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
    text-align: left;
    font-weight: normal;
}

.big-box .center .attrs {
    margin-top: .5rem;
    font-size: .63rem;
    color: #888888;
    text-align: justify;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
    font-weight: normal;
}

.big-box .center .details {
    font-size: .6rem;
    color: #ff794c;
    line-height: .7rem;
    cursor: pointer;
    margin-top: .5rem;
}

.big-box .right {
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: auto; */
    padding: 0 .8rem 1rem;
}

.big-box .right .date {
    font-size: 1.5rem;
    font-weight: bold;
    color: #888888;
    line-height: 1rem;
}

.big-box .right .dates {
    font-size: .6rem;
    color: #888888;
    margin-top: .5rem;
}

.box-container .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 2.4rem;
    border: 1px solid #636363;
    color: #636363;
    margin: 1rem auto;
}

/* 资讯详情 */
.spLeft {
    margin-left: 5px;
}

.detailContent {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.headerNav {
    background: #f5f5f5;
    height: 2rem;
    line-height: 2rem;
    margin-top: 3rem;
    padding: 0 1rem;
}

.headerNav .nav_title {
   font-size: .6rem;
   color: #333;
}

.detail_title {
    font-size: 1rem;
    color: #333;
    margin: 2rem 1rem 1rem;
    font-weight: bold;
}

.detailDesc {
    display: flex;
    align-items: center;
    font-size: .75rem;
    color: #888888;
    margin: 0 1rem;
}

.desc_row {
    margin-right: 15px;
}

.contentView {
    margin: 1rem 0 0;
    padding: 1rem;
    font-size: .7rem;
    line-height: 1.5rem;
    border-top: 1px solid #DDDDDD;
}

.contentView img {
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 10px auto;
}
.gootPage {
    margin: 0.5rem 1rem 1rem;
    cursor: pointer;
    font-size: .75rem;
}

.gootPage .page_row:first-child {
    margin-bottom: .5rem;
}

.page_row .desc_lable {
    color: #a7a7a7;
}
.go_back a{
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    font-size: .6rem;
}
.go_back a img{
    width: 1rem;
}