﻿@charset "utf-8";
/*---------------------------------------------------------
index styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: auto;
}

.content {
    height: 395px;
    margin: 20px auto;
    display: flex;
}

.lunbo {
    width: 589px;
    height: 395px;
    float: left;
}

.lunbo .swiper-slide {
    font-size: 0;
    line-height: 0;
}

.lunbo .swiper-slide .mask {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}

.lunbo .swiper-slide .mask .txt {
    width: 76%;
    position: absolute;
    left: 20px;
    overflow: hidden;
    font-size: 16px;
    color: white;
}

.lunbo img {
    width: 600px;
    height: 395px;
}

.swiper-wrapper {
    height: 410px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: rgba(250, 250, 250, 0.5);
    border-radius: 50% !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #F5F5F5 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 13px;
    margin-left: 234px;
    position: absolute;
}

.content-r {
    background: #f3f3f3;
    margin-left: 10px;
}

#tab-list {
    width: 600px;
    height: 190px;
    margin: 10px auto;
}

#tab-list .row_title {
    height: 40px;
    font-size: 20px;
    font-weight: 900;
    color: #333;
    margin: 0 10px;
    padding: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#tab-list .row_title li {
    width: 140px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-bottom: none;
    margin: 0 0px;
    padding-bottom: 10px;
}

#tab-list .row_title li:hover {
    cursor: pointer;
    border-bottom: 2px solid #0F5FBC;
}

#tab-list .row_title li:hover a {
    color: #0F5FBC;
}

#tab-list .row_title .current {
    color: #2C86CA;
    font-size: 24px;
    font-weight: bold;
}

#tab-list div {
    border-top: none;
    margin-top: 20px;
    padding: 0 15px;
}

#tab-list div li {
    height: 30px;
    line-height: 30px;
    text-indent: 8px;
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    background: url(dottle.png) left center no-repeat;
    padding-left: 12px;
}

#tab-list div li a {
    flex: 1 1 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

#tab-list div li:hover {
    background: url(circle.png) left center no-repeat;
}

#tab-list div li:hover a {
    color: #0F5FBC;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.part_three {
    height: 420px;
    display: flex;
}

.part_three_r {
    margin-left: 40px;
}

.info {
    width: 580px;
    background: #FFFFFF;
}

.common {
    width: 580px;
    height: 49px;
    line-height: 49px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.common .information {
    display: flex;
    font-size: 25px;
    font-weight: bold;
    color: #333333;
    opacity: 0.9;
}

.common .information li {
    width: 170px;
    text-align: center;
}

.common .information li:hover a {
    color: #0F5FBC;
    font-weight: bold;
}

.common .information li:hover {
    border-bottom: 2px solid #0F5FBC;
}

.cpmmon .content_title1 li:hover a {
    font-size: 30px;
    font-weight: bold;
    color: #0F5FBC;
}

.common .more {
    margin-right: 15px;
}

.common .more a {
    font-size: 14px;
    font-weight: 500;
    color: #0F5FBC;
    border-bottom: 1px solid #0F5FBC;
}

.bd {
    padding: 1px 0px;
    box-shadow: 0px 1px 16px 0px rgb(189 206 225 / 34%);
}

.bd ul li a {
    display: flex;
}

.bd ul li {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 0 20px;
    margin: 32px 0;
}

.bd ul li a .dottle {
    width: 12px;
    height: 12px;
    background: url(./dottle.png);
    margin-top: 5px;
    margin-right: 8px;
}

.bd ul li:hover a .dottle {
    width: 12px;
    height: 12px;
    background: url(./circle.png);
    margin-top: 5px;
    margin-right: 8px;
}

.bd ul li:hover a {
    color: #0F5FBC;
}

.bd ul li .date {
    font-size: 14px;
    font-style: italic;
    color: #666666;
}

.zwgk {
    height: 368px;
}

.caption {
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-bottom: 1px solid #0F5FBC;
    margin-left: 15px;
}

.caption span {
    font-size: 30px;
    color: #333333;
}

.zwgk_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zwgk_list ul li {
    display: flex;
    width: 280px;
    height: 100px;
    line-height: 100px;
    margin-top: 26px;
    text-align: center;
    font-size: 18px;
}

.zwgk_list ul li img {
    margin-left: 40px;
    vertical-align: middle;
}

.special::after {
    content: "";
    display: block;
    clear: both;
}

.img_title {
    width: 50px;
    height: 160px;
    float: left;
    background: #2C86CA;
}

.img_title a {
    width: 18px;
    height: 72px;
    display: block;
    padding-top: 33px;
    padding-left: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.img_gundong {
    float: left;
    width: 1200px;
    overflow: hidden;
    height: 160px;
    margin-top: 26px;
}

.img_gundong .tab {
    height: 160px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.img_gundong .tab .left,
.img_gundong .tab .right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    float: left;
    margin-top: 50px;
    z-index: 2;
}

.img_gundong .tab .right {
    right: 0;
}

.img_gundong .tab .gundong_content ul {
    width: 1000000%;
    height: 160px;
}

.img_gundong .tab .gundong_content ul li {
    float: left;
    width: 290px;
    text-align: center;
    margin: 0 5px;
}

.img_gundong .tab .gundong_content ul li a img {
    width: 290px;
    height: 160px;
}

/* 友情链接 */
.yqlj .link-list select {
    width: 260px;
    height: 36px;
    border: 1px solid #D8DCDD;
    border-radius: 4px;
    margin: 0 18px;
    margin-top: 15px;
}