*{
    margin: 0;
    padding: 0;
}

.dis{
    display: none;
}

.opa{
    opacity: 0;
}

.clearfix{
    clear: both;
}

li{
    list-style-type:none;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    width: auto;
    height: auto;
}
/* ****** */
.g-box {
    min-width: 1200px;
    max-width: 1920px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    background: url(../img/yqxll_bg.jpg) top center no-repeat;
    height: 459px;
}
.newsBox {
    margin-top: 60px;
}
.news-title {
    font-size: 40px;
    color: rgb(193, 28, 34);
    line-height: 1.4em;
    text-align: center;
}
.news-title a {
    color: rgb(193, 28, 34);
}
.newsLeft {
    margin-top: 50px;
    width: 687px;
    height: 452px;
    float: left;
}
.imgBox {
    width: 100%;
    height: 452px;
}
.imgBox img {
    width: 687px;
    height: 452px;
}
.imgBox p {
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 10px 60px 10px 10px;
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,0.5);
}
.imgBox p a {
    display: inline-block;
    width: 85%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sw-page1 {
    left: auto !important;
    right: 15px;
    bottom: 15px !important;
    width: auto !important;
}
.sw-page1 .swiper-pagination-bullet {
    border: 2px solid #fff;
    background: transparent;
    opacity: 1;
    outline: none;
}
.sw-page1 .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    background: #fff;
}
.sw-next1 {
    background: url(../img/right.png) center center no-repeat;
    right: 0;
    top: 46%;
    width: 46px;
    height: 71px;
    outline: none;
}
.sw-prev1 {
    background: url(../img/left.png) center center no-repeat;
    left: 0;
    top: 46%;
    width: 46px;
    height: 71px;
    outline: none;
}
.sw-next1::after,
.sw-prev1::after {
    display: none;
}
.newsRight {
    margin-top: 50px;
     width: 483px;
     height: 452px;
     float: right;
     overflow: hidden;
}
.newsRight li {
     box-sizing: border-box;
    /* min-height: 3.4em; */
    /* margin-top: 1%; */
    /* margin-bottom: 6%; */
    padding-bottom: 20px;
    padding-top: 20px;
    /* line-height: 30px; */
    font-size: 24px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.newsRight li:last-child {
    border-bottom: 0;
}
.newsRight li a {
    color: #272727;
}
.newsRight li a:hover {
    color: rgb(193, 28, 34);
}
.listGroup {
    margin-top: 70px;
    background: url(../img/botm_bg.png) bottom center no-repeat;
    background-size: contain;
    padding-bottom: 120px;
}
.list {
    float: left;
    margin: 0 30px 60px 0;
    width: 585px;
}
.list:nth-child(2n) {
    margin-right: 0;
}
.s-title {
    margin-bottom: 30px;
    border-bottom: 4px solid #c11c22;
}
.s-title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.s-title h2 {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
	background: #c11c22;
    padding: 5px 20px;
}
.more {
    color: #bd2822;
    font-size: 18px;
    float: right;
    margin-top: 20px;
}
.list li {
    font-size: 24px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px 0;
    border-radius: 50%;
    background: #c11c22;
}
.list li a {
    color: #070002;
}
.list li a:hover {
    color: #bd2822;
}
#footer {
    background: #db1810;
    text-align: center;
    padding: 35px 0px;
    position: relative;
}
#footer .logo {
    display: inline-block;
    vertical-align: top;
}
#footer .text {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 28px;
    text-align: left;
    margin-left: 30px;
}
#footer a{
    color: #fff;
}