/*banner*/
.banner {
    position: relative;
    overflow: hidden;
    height: 480px;
    min-width: 1200px;
    max-width: 1920px;

}

.banner > ul {
    height: 100%;
}

.banner li {
    position: absolute;
    width: 100%;

}

.banner li > a {
    width: 100%;
    height: 480px;
    background-size: cover !important;
}

.dot {
    position: absolute;
    bottom: 43px;
    width: 100%;
    height: 12px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.dot span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 18px;
    border: solid 1px white;
}

.dot .active {
    background-color: rgb(219, 10, 23);
}

.banner .btn > a {
    font-size: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner .btn > .btn_left {
    left:12%;
    background: url("../images/btn-left.png") no-repeat center;
}

.banner .btn > .btn_right {
    right:12%;
    background: url("../images/btn-right.png") no-repeat center;
}

/*新闻中心*/
.news_wrap{
    padding: 40px 0;
}
.news_wrap .title_wrap{
    text-align: center;
    margin :0 auto 40px;
}
.news_wrap ._title{
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    line-height: 1;
}
.news_wrap ._title:before,.news_wrap ._title:after{
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 4px;
    background-color: #db0a17;
    left: -40px;
    top: 7px;
}
.news_wrap ._title:after{
    right: -40px;
    left: auto;
}

ul.news li{
    width: 270px;
    height: 348px;
    background-color: #ffffff;
    box-shadow: 0px 3px 18px 0px
    rgba(0, 0, 0, 0.05);
    margin-right: 40px;
}

ul.news li .text{
    padding: 15px;
    width: 270px;
    height: 168px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.news li .text p.title{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333333;
    word-wrap:break-word ;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}
ul.news li .text p.detail{
    font-size: 14px;    height: 48px;

    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    word-wrap:break-word ;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}
ul.news li .text p.time{
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height:1;
    letter-spacing: 1px;
    color: #666666;
    margin-top: 10px;
}

ul.news li .text p.time:before,ul.news li .text p.time:after{
    position: absolute;
    content:'';
    display: block;
    width: 72px;
    height: 0;
    border: dashed 0.5px #dddddd;
    left: -82px;
    top: 6px;
}
ul.news li .text p.time:after{
    left: auto;
    right: -82px;
    top: 6px;
}
.news_wrap a.more{
    width: 150px;
    height: 35px;
    border-radius: 10px;
    border: solid 1px #db0a17;
    text-align: center;
    line-height: 35px;	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #db0a17;
    margin: 30px auto 0;
}
/*通知公告*/
.column_2{
    height: 502px;
    background: url("../images/s3_bg.jpg") no-repeat center;
}
 .title_red{
    display: inline-block;
    width: 166px;
    height: 40px;
    background-color: #db0a17;
    font-size: 16px;
   text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fefefe;
    position: relative;
}
 .title_red:after{
    position: absolute;
    right: -11px;
    top: 0;
    content: '';
    display: block;
    width: 6px;
    height: 40px;
    background-color: #db0a17;
}
 a.more{
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    line-height:40px ;
}
.column_2 ._l{
    width: 674px;
}
.column_2 ._r{
    width: 459px;
}
.column_2 > .flex_box{
    justify-content: space-between;
}
._l >.flex_box,._r >.flex_box{
    width: 100%;
    justify-content: space-between;
}
._l  li{
    width: 674px;
    height: 69px;
    margin-bottom: 30px;
}
._l  li:last-child{
    margin-bottom: 0;
}
.column_2 .title_wrap{
    padding-bottom: 5px;
    border-bottom: solid 1px #db0a17;
    margin-bottom: 30px;
}
.column_2{
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.column_2 p.title{
    width: 452px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 69px;
    padding-left: 20px;
}
.column_2 p.time{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 69px;
    color: #999999;
    margin-left: 30px;
}
.column_2 li:hover p.title{
    color: #9e2924;
}
.column_2 li:hover{
    box-shadow: 0px 6px 20px 0px
    rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
._r li{
    width: 218px;
    height: 173px;
    background-color: #ffffff;
    box-shadow: 0px 3px 18px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
._r li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 38px;
}
._r li img{
    margin: 0  auto 16px;
}
._r li p{
    font-size: 18px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;text-align: center;
}
._r ul{
    flex-wrap: wrap;
    height: 366px;
    align-content: space-between;
}
.list>.w1200 .title_wrap{
    width: 380px;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #9e2924;
}
.list{
    margin-top: 40px;
}
.list ul {
    height: 162px;
}
.list ul li{
    margin-top: 26px;
}
.list ul li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;

}
.list ul li a  span.title{
    display: inline-block;
    width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list ul li a .time{
    margin-left: 45px;font-size: 14px;
}
.list ul li:hover a {
    color: #db0a17;
}