.main_list {
    width: 1200px;
}

.content_list {
    width: 740px;
    margin-top: 10px;
    margin-left: 10px;
}

.side_bar_list {
    width: 410px;
    margin-top: 2px;
}

.list_title {
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #194d98;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

.list li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 32px;
    background: url(../images/redsanjiao.png) 0px no-repeat;
}
.list li a:hover{
    color: #29e;
}
.list .time {
    color: #000;
}

.list li:nth-child(10n) {
    margin-bottom: 30px;
}
.list_r_title {
    border-bottom: 1px solid #194d98;
}

.newsbox_content {
    width: 400px;
    margin-left: 5px;
    margin-top: 20px;
    height: 300px;
}

.newsbox_content img {
    width: 100%;
    height: 100%;
}

/* 轮播图 */

.swiper_title {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

/* 分页器样式 */

.swiper-container {
    width: 390px;
    height: 300px;
}

.swiper-container img {
    height: 260px;
}

.swiper-pagination {
    background: rgba(0, 0, 0, 0.3) !important;
    bottom: 39px !important;
    padding: 5px 0;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

/* 选中后的分页器样式 */

.swiper-pagination-bullet-active {
    width: 8.5px !important;
    height: 8.5px !important;
    background: #007aff !important;
}

/* 要闻 */
.box3_list{
    margin-top: 10px;
}
.box3_list li {
    background: url(../img/dian.jpg) 9px 13px no-repeat;
    line-height: 28px;
    padding-left: 24px;
}


/* 友情链接 */
.today_title div:nth-child(1){
    width: 90px;
    text-align: center;
    line-height: 30px;
    border-bottom: none;
    background-color: #e8f2fa;
}
.link_line{
    width: 1090px;
    height: 1px;
    background-color: #c5d8eb;   
    margin-top: 15px;
    line-height: 1px;
    font-size: 1px;
}