

.main {
    margin: auto;
    padding: 15px 0;
    width: 1000px;
}

.headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #EEEEEE;
    border-radius: 2px;
    box-shadow: 0 0 2px #eee;
}

.headline>img {
    width: 84px;
    height: 81px;
}

.headline .rigbox {
    width: 850px;
}

.headline .rigbox h3 {
    margin-bottom: 10px;
    font-size: 16px;
    /* 单行省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headline .rigbox p {
    line-height: 1.5;
    font-size: 14px;
    /* 多行省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headNew {
    display: block;
    padding: 30px 10px;
    width: 100%;
    color: #16569b;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    /* 单行省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiperLine {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 360px;
    /*padding: 10px;*/
    /*border: 1px solid #ccc;*/
    /*box-sizing: border-box;*/
}

.swiperLine .swiperbox {
    width: 48.5%;
    height: 100%;
}

.swiperLine .swiperbox .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiperLine .swiperbox .swiper-container .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiperLine .swiperbox .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiperLine .swiperbox .swiper-container .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    padding-right: 120px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #505B62;
    color: #fff;
    box-sizing: border-box;
    /* 单行省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    right: 15px;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 11px;
    height: 8px;
    border-radius: 8px;
    background: #898f91;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    width: 15px;
    background: #fff;
}

#btn1 {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 25px;
    background: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #545D62dd;
    cursor: pointer;
}

#btn2 {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 25px;
    background: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #545D62dd;
    cursor: pointer;
}

.swiperLine .rigbox {
    padding: 10px;
    width: 48.5%;
    height: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.swiperLine .rigbox .tab {
    display: flex;
    width: 100%;
    height: 50px;
    /*border-bottom: 1px solid #eeeeee;*/
}

.swiperLine .rigbox .tab a {
    display: block;
    padding: 0 20px;
    height: 100%;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    background-color: #EEEEEE;
    color: #666;
    border-top: 1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

/*.swiperLine .rigbox .tab a:hover{*/
/*    background-color: #ddd;*/
/*    color: #666;*/
/*}*/

.swiperLine .rigbox .tab a:first-child{
    border-left: 1px solid #ccc;
}

.swiperLine .rigbox .tab a.active {
    font-weight: bold;
    color: #fff;
    background: #A82424;
    border-top: 1px solid #A82424;
    border-right:1px solid #A82424;
    border-bottom:1px solid #A82424;
}

.swiperLine .rigbox .tab a.active::after {
    margin-top: -5px;
    content: "";
    display: block;
    border-bottom: 4px solid #a82424;
    width: 100%;
}

/*.swiperLine .rigbox .tab a:hover {*/
/*    color: #000;*/
/*}*/

/*.swiperLine .rigbox .tab a.active:hover {*/
/*    color: #a82424;*/
/*}*/

.swiperLine .rigbox .items {
    position: relative;
    width: 100%;
    height: 309px;
    line-height: 2.3;
}

.swiperLine .rigbox .items>ul {
    width: 100%;
    height: 100%;
    padding: 3px 0;
    box-sizing: border-box;
}

.swiperLine .rigbox .items>ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiperLine .rigbox .items>ul a .leftbox {
    display: flex;
    align-items: center;
    width: 85%;
}

.swiperLine .rigbox .items>ul a .leftbox .point {
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d6d6d6;
}

.swiperLine .rigbox .items>ul a .leftbox p {
    width: 97%;
    /* 单行省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiperLine .rigbox .items>ul a .date {
    color: #d6d6d6;
}

.swiperLine .rigbox .items .more {
    position: absolute;
    top: -45px;
    right: 0;
    color: #666;
}

.fourImgLine {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.fourImgLine a {
    display: block;
    height: 60px;
    width: 24.5%;
}

.fourImgLine a img {
    width: 100%;
    height: 100%;
}

.scroll {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    height: 105px;
}

.scroll img {
    width: 100%;
    height: 100%;
}

.zwgk {
    width: 100%;
    background-color: #F5F9FB;
}

.zwgk .mid {
    margin: auto;
    margin: 30px auto;
    padding: 10px 10px;
    width: 1000px;
    /*border: 1px solid #ccc;*/
    /*box-sizing: border-box;*/
}

.zwgk .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    background: linear-gradient(to right, #F5F9FB 10%, #A42827);
    
}

.zwgk .titlebox .title {
    padding-left: 15px;
    border-left: 5px solid #a82424;
    font-size: 24px;
    font-weight: bold;
}

.zwgk .titlebox .more {
    color: #666;
}

.zwgk .newbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 305px;
}

.zwgk .newbox .lefbox {
    padding: 25px;
    padding-top: 14px;
    width: 52%;
    height: 100%;
    background-color: #F8F8F8;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.zwgk .newbox .lefbox .tabZwgk {
    display: flex;
    width: 100%;
    height: 50px;
}

.zwgk .newbox .lefbox .tabZwgk a {
    display: block;
    padding: 0 20px;
    height: 100%;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    background-color: #EEEEEE;
    color: #666;
    border-top: 1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}

.zwgk .newbox .lefbox .tabZwgk a.active {
   font-weight: bold;
    color: #fff;
    background: #A82424;
    border-top: 1px solid #A82424;
    border-right: 1px solid #A82424;
    border-bottom: 1px solid #A82424;
}

.zwgk .newbox .lefbox .tabZwgk a.active::after {
    margin-top: -5px;
    content: "";
    display: block;
    border-bottom: 4px solid #a82424;
    width: 100%;
}

/*.zwgk .newbox .lefbox .tabZwgk a:hover {*/
/*    color: #000;*/
/*}*/

/*.zwgk .newbox .lefbox .tabZwgk a.active:hover {*/
/*    color: #a82424;*/
/*}*/

.zwgk .newbox .lefbox .itemsZwgk {
    position: relative;
    width: 100%;
    height: 204px;
    line-height: 2.2;
}

.zwgk .newbox .lefbox .itemsZwgk>ul {
    width: 100%;
    height: 100%;
    padding: 8px 0;
    box-sizing: border-box;
}

.zwgk .newbox .lefbox .itemsZwgk>ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zwgk .newbox .lefbox .itemsZwgk>ul a .leftbox {
    display: flex;
    align-items: center;
    width: 85%;
}

.zwgk .newbox .lefbox .itemsZwgk>ul a .leftbox .point {
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d6d6d6;
}

.zwgk .newbox .lefbox .itemsZwgk>ul a .leftbox p {
    width: 97%;
    /* 单行省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zwgk .newbox .lefbox .itemsZwgk>ul a .date {
    color: #d6d6d6;
}

.zwgk .newbox .lefbox .itemsZwgk .more {
    position: absolute;
    top: -45px;
    right: 0;
    color: #666;
}

.zwgk .newbox .rigbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 47%;
    height: 100%;
}

.zwgk .newbox .rigbox .littlebox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17.5px;
    width: 146px;
    height: 90px;
    background-color: #fff;
}

.zwgk .newbox .rigbox .littlebox:nth-child(7),
.zwgk .newbox .rigbox .littlebox:nth-child(8),
.zwgk .newbox .rigbox .littlebox:nth-child(9) {
    margin-bottom: 0;
}

.zwgk .newbox .rigbox .littlebox img {
    display: block;
    margin: auto;
    margin-bottom: 6px;
    width: 25px;
    height: auto;
}

.zwgk .link {
    display: flex;
    justify-content: space-between;
}

.zwgk .link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    width: 19%;
    height: 55px;
    background-color: #fff;
    box-sizing: border-box;
}

.zwgk .link a img {
    margin-right: 20px;
    width: 25px;
    height: auto;
}

.zwfw {
    margin: 15px 0;
    padding: 10px 10px;
    width: 100%;
    /*border: 1px solid #ccc;*/
    /*box-sizing: border-box;*/
}

.zwfw .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    background: linear-gradient(to right, #F5F9FB 10%, #A42827);
}

.zwfw .titlebox .title {
    padding-left: 15px;
    border-left: 5px solid #a82424;
    font-size: 24px;
    font-weight: bold;
}

.zwfw .titlebox .more {
    color: #666;
}

.tabZwfw {
    display: flex;
    height: 65px;
    width: 100%;
    border-bottom: 2px solid #e0e0e0;
}

.tabZwfw a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 160px;
    height: 100%;
    background-color: #DDEAF5;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    cursor: pointer;
}

.tabZwfw a:hover {
    color: #000;
}

.tabZwfw a.active {
    background-color: #0054AE;
    color: #fff;
}

.itemsZwfw .linebox {
    display: flex;
    padding-top: 20px;
}

.itemsZwfw .linebox .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5%;
    width: 13%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #dcdada;
    background-color: #f5f5f5;
    font-size: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.itemsZwfw .linebox .box:last-child {
    margin-right: 0;
}

.itemsZwfw .linebox .title {
    background-color: #0054AE;
    color: #fff;
}

.zwfw .bottombox {
    display: flex;
    justify-content: space-between;
}

.zwfw .bottombox .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 90px;
    background-color: #E5E5E5;
}

.zwfw .bottombox img {
    margin-right: 16px;
    width: 24px;
    height: auto;
}

.zwfw .bottombox div {
    font-size: 20px;
}

.ztzl{
    padding:0 10px;
    width: 100%;
    /*border: 1px solid #ccc;*/
    /*box-sizing: border-box;*/
}

.ztzl .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 25px;
    background: linear-gradient(to right, #F5F9FB 10%, #A42827);
}

.ztzl .titlebox .title {
    padding-left: 15px;
    border-left: 5px solid #a82424;
    font-size: 24px;
    font-weight: bold;
}

.ztzl .titlebox .more {
    color: #666;
}