﻿.main {
    width: 1180px;
    margin: auto;
    position: relative;
    padding-bottom: 20px;
}

.main-title,
.main_news {
    width: 1180px;
    margin: auto;
}

.main_title {
    line-height: 47px;
    box-sizing: border-box;
    border-bottom: 2px solid #D2D2D2;
    margin-bottom: 30px;
}

.title_l {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #3E3E3E;
    float: left;
    border-bottom: 3px solid #085ABD;
}

.title_r {
    /* float: right; */
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #B0AEAE;
}

.news_list {
    width: 250px;
    height: 558px;
    border: 1px solid #D2D2D2;
    float: left;
}

.news_info {
    width: 914px;
    border: 1px solid #D2D2D2;
    float: right;
}

.news_list a {
    display: inline-block;
    width: 252px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    padding: 19px 29px;
}

.news_list span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.news_title {
    height: 44px;
    border-bottom: 3px solid #0D419D;
}

.news_title div {
    padding: 10px 23px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #020202;
}

.news_des {
    padding: 0 19px;
    font-size: 14px;
}

.news_des ul li {
    font-size: 15px;
}

.dot {
    width: 4px;
    height: 4px;
    background: #DCDCDC;
}

.news_des li:hover .dot {
    background: #085ABD;
}

.news_des li:hover a {
    color: #C71919
}

.news_des li:hover span {
    color: #C71919
}

.news_des .dot,
.news_des a,
.news_des span {
    display: inline-block;
    vertical-align: middle;
}

.news_des span {
    float: right;
}

.news_des li {
    line-height: 48px;
}

.news_pages {
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    margin-top: 20px;
    padding-left: 350px;
}

.bg {
    padding: 6px 8px;
    background: #EBEBEB;
    border: 1px solid #DCDCDC;
    margin-right: 12px;
}

.news_pages input {
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.page {
    height: 29px;
    padding: 6px 3px;
    margin-right: 19px;
}

.btn {
    margin-left: 12px;
    margin-right: 0px;
}

.num {
    width: 13px;
    height: 29px;
    color: #fff;
    background: #085ABD;
}

.active {
    background: #155CB2;
    color: #fff;
}

.news_list_item:hover {
    background: #155CB2;
    color: #fff;
}

.news_content {
    width: 650px;
    height: 350px;
    margin: 67px auto;
    text-align: center;
    background: linear-gradient(0deg, #ffffff, #0d7fd7);
    border-radius: 5px;
    box-shadow: 10px 15px 15px #bdbbbb;
    box-sizing: border-box;
    padding: 50px;
}

.tel,
.email {
    text-align: left;
    font-size: 24px;
    margin: 60px
}

/* 便民咨询问题回复查询 */
.query_code_main {
    width: 650px;
    height: 350px;
    margin: 67px auto;
    background: linear-gradient(0deg, #ffffff, #0d7fd7);
    border-radius: 5px;
    box-shadow: 10px 15px 15px #bdbbbb;
}

.query_code_title {
    color: white;
    font-size: 20px;
    width: 140px;
    margin: 20px 48px;
    padding-top: 24px;
    padding-left: 20px;
    font-weight: bold;
    border-left: 5px solid #ffffff;
}

.query_code {
    width: 240px;
    height: 35px;
    display: block;
    margin: 55px auto;
    border: 1px solid #ffffff;
    padding: 2px 9px;
    box-shadow: 2px 2px 20px #1885d9;
    border-radius: 2px;
    /* color: #1182d8; */
}

.query_code_btn {
    margin: auto;
    display: block;
    margin-top: 30px;
    height: 35px;
    width: 100px;
    color: #1382d8;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 2px 2px 20px #68afe6;
    border-radius: 2px;
}

/* 便民咨询问题展示 */
/* 查询 */
.searchBox {
    text-align: right;
    padding: 15px 20px;
    line-height: 20px
}

.key_ {
    width: 150px;
    height: 20px;
    color: #0d419d;
    border: 1px solid #0d419d;
    border-radius: 3px;
    padding-top: 2px;
    padding-left: 5px;
}

.key_:hover {
    border: 1px solid #087cd6;
}

.search_btn {
    width: 60px;
    height: 25px;
    border: 1px solid #477dc3;
    border-radius: 3px;
    padding-top: 0px;
    font-weight: bold;
    background: linear-gradient(204deg, #4c83c7, #0d419d);
    box-shadow: 2px 2px 4px #999b9c;
    text-align: center;
    cursor: pointer;
    color: transparent;
    text-shadow: 0 0 0 #f2f2f3;
}

.search_btn:hover {
    width: 60px;
    height: 25px;
    border: 1px solid #477dc3;
    border-radius: 3px;
    padding-top: 0px;
    color: #f2f2f3;
    font-weight: bold;
    background: linear-gradient(15deg, #4c83c7, #0d419d);
    box-shadow: 3px 3px 4px #999b9c;
    text-align: center;
    cursor: pointer;
    color: transparent;
    text-shadow: 0 0 0 #f2f2f3;
}

.option_box {
    height: 100px;
    width: 155px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #757575;
    font-size: 13px;
    color: #087cd6;
    position: absolute;
    display: none;
}

.option_ {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
}

.option_ li {
    background-color: white;
}

.category_ {
    height: 22px;
    width: 150px;
    color: #5a5a5a;
    border: 1px solid #0d419d;
    border-radius: 3px;
    padding-left: 5px;
}

.category_:hover {
    height: 22px;
    width: 150px;
    color: #5a5a5a;
    border: 1px solid #087cd6;
    border-radius: 3px;
    padding-left: 5px;
}

/* 表格 */
.item_list {
    width: 97%;
    margin: auto;
    font-size: 14px;
}


.item_list tr {
    width: 100%;
}

.item_list table {
    width: 100%;
}

.item_list thead {
    background-color: #cfe2f2;
    color: #575757;
    line-height: 30px;
    border: 2px solid #cfe2f2;
}

.item_list tbody tr {
    line-height: 44px;
    border-bottom: 2px solid #cfe2f2;
}

.item_list tbody tr:last-of-type {
    border: 0
}

.item_list tbody tr td p {
    width: 190px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #575757;
    text-align: center;
}

.item_title {
    text-align: left;
    padding: 0px 5px;
    width: 200px;
    white-space: normal;
}

.item_content {
    text-align: left;
    padding: 0px 5px;
    color: black;
    width: 250px;
    white-space: normal;
}

.item_time {
    text-align: center;
    color: #087cd6;
    width: 150px;
}

.item_category {
    text-align: center;
    color: #087cd6;
    width: 100px;
}

.item_btn {
    width: 100px;
    text-align: center;
    border: 1px solid #087cd6;
    padding: 3px 8px;
    border-radius: 3px;
    color: #ffffff;
    box-shadow: 2px 2px 4px #999b9c;
    background-color: #2357ab;

}

.item_btn:hover {
    box-shadow: 3px 3px 4px #999b9c;
    background: linear-gradient(195deg, #087cd6, #184da5);
}

/* 分页 */
.list_page {
    float: right;
}