.w33 {
    width: 31.6%;
}

.bg {
    background: #f7f8fa;
    padding-top: 30px;
    padding-bottom: 40px;
}

.banner {
    width: 100%;
    height: 500px;
    background-color: #8dc8f1;
}

.title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.title .title_name {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    color: #333333;
    padding-left: 40px;
    background-image: url(../img/title_icon01.png);
    background-repeat: no-repeat;
    background-position: 0px;
}
.tz .title .title_name{
    background-image: url(../img/title_icon02.png);
}
.zl .title .title_name{
    background-image: url(../img/title_icon03.png);
}
.fw .title .title_name{
    background-image: url(../img/title_icon04.png);
}

.title .title_name span {
    color: #c0151e;
}

.title .more {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 31px;
}

.news_pic {
    float: left;
    width: 380px;
}

.news_pic .swiper-slide .pic {
    width: 380px;
    height: 246px;
    background-color: #005385;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 246px;
    color: #fff;
    text-align: center;
    font-size: 72px;
}

.news_pic .swiper-slide>a {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.news_pic .swiper-slide p  a{
    margin-top: 5px;
    height: 54px;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news {
    float: right;
    width: calc(100% - 410px);
}

.news_list li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.news_list li .text {
    float: left;
    width: calc(100% - 170px);
}

.news_list li .text>a {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px 0;
}

.news_list li .text p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list li span {
    float: right;
    width: 110px;
    height: 34px;
    background-color: #fff7e6;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    color: #c0151e;
    margin-top: 17px;
}

.common_list {
    margin-top: 20px;
}

.common_list li {
    margin-bottom: 20px;
}

.common_list li a {
    float: left;
    width: calc(100% - 55px);
    font-size: 14px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.common_list li span {
    float: right;
    display: block;
    width: 45px;
    font-size: 14px;
    color: #999;
}

.common_list li:hover a {
    font-weight: bold;
    color: #004270;
}

.common_list li:last-child {
    margin-bottom: 0;
}

.links {
    background-color: #efefef;
}

.links .links_title {
    float: left;
    width: 60px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
}

.links .links_list {
    float: left;
    width: calc(100% - 60px);
}

.links .links_list li {
    float: left;
    margin-left: 50px;
}

.links .links_list li a {
    display: block;
    text-decoration: underline;
    font-size: 14px;
    line-height: 35px;
    color: #333333;
}

.links .links_list li:hover a {
    color: #c0151e;
}