﻿@charset "utf-8";
/*---------------------------------------------------------
list styles
---------------------------------------------------------*/

#container {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

/* 当前位置 */
.list_info {
    line-height: 60px;
    background: #F2F2F2 url(xy_wlj_nav.gif) no-repeat 10px center;
    padding-left: 40px;
}

.list_info,
.list_info a {
    color: #666;
}

/* 列表左侧 */
.list_left {
    width: 24%;
}

.list_left .list_left_content {
    background: #fff;
    box-shadow: 0 0 9px #dbdbdb;
}

.list_left .list_left_content .list_title {
    background: #C82128;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
    text-align: center;
}

.list_left .list_left_content .list_title span::before {
    content: "";
    background: url(xy_wlj_z_zwyw.png) left center no-repeat;
    padding-left: 34px;
}

.list_left .list_left_content .title_content {
    font-size: 18px;
    padding: 0 35px 100px 0;
}

.list_left .list_left_content .title_content li {
    line-height: 50px;
    border-bottom: 1px solid #ececec;
    padding-left: 42px;
}

.list_left .list_left_content .title_content li a {
    display: block;
    background: url(xy_wlj_z_list.png) no-repeat left center;
    padding-left: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 列表右侧 */
.list_right {
    width: 73%;
}

.list_right .list_title {
    line-height: 67px;
    font-size: 22px;
    font-weight: bold;
    color: #C82128;
    border-bottom: 8px solid #C82128;
}

.list_right .list_content .content_info {
    padding: 20px 0;
    border-bottom: 1px dashed #e4e6eb;
}

.list_right .list_content .content_info li {
    line-height: 45px;
    background: url(xy_wlj_z_li.png) 25px center no-repeat;
    padding-left: 45px;
}

.list_right .list_content .content_info li a {
    display: flex;
    justify-content: space-between;
}

.list_right .list_content .content_info li span:first-of-type {
    flex: 1 1 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}

.list_right .list_content .content_info li:hover {
    background-color: #F2F2F2;
}

.list_right .list_content .content_info li:hover span:first-of-type {
    color: #C82128;
}

.list_right .list_content .content_info .time {
    font-size: 14px;
}

/* 通用-列表分页 */
.list_right .page {
    line-height: 20px;
    text-align: center;
    margin: 15px 10px;
    font-size: 14px;
}

.list_right .page a {
    display: inline-block;
    border: 1px solid #ccc;
    color: #333;
    padding: 4px 8px;
    margin: 0 2px;
}

.list_right .page a:hover {
    background: #eee;
    color: #0b3779;
    font-weight: bold;
}

.list_right .page span {
    color: #ff0000;
}

.list_right .page .total {
    color: #333;
    margin-left: 5px;
}

.list_right .page .total b {
    font-weight: normal;
    color: #ff0000;
}

/* 通用-栏目链接 */
.same_title {
    line-height: 54px;
    display: flex;
    justify-content: space-between;
    background: #f4f4f4;
}

.same_title span {
    width: 150px;
    background: #C82128;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.same_title a {
    width: 80px;
    background: url(xy_wlj_more.png) center no-repeat;
}

/* 专题专栏-栏目首页 */
.special_list .list_top li {
    width: 25%;
    text-align: center;
    margin: 5px 0 10px;
}

.special_list .list_top li img {
    width: 260px;
    height: 90px;
    border: 1px solid #e4e4e4;
    padding: 2px;
}

.special_list .list_top li p {
    font-size: 14px;
}

.special_list .list_content li {
    font-size: 14px;
    list-style-type: disc;
    margin: 12px 36px;
}

/* 特色文旅-栏目首页 */
.feature_list .list_content {
    margin: 20px 0;
}

.feature_list .list_content li {
    width: 33.333%;
    font-size: 14px;
}

.feature_list .list_content li .img_content {
    width: 380px;
    height: 250px;
    overflow: hidden;
}

.feature_list .list_content li img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.feature_list .list_content li img:hover {
    transform: scale(1.05);
}

.feature_list .list_content li p {
    width: 75%;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
}

/* 通用-图片列表页 */
.list_right .list_content .picture_list_content {
    margin-top: 20px;
}

.list_right .list_content .picture_list_content li {
    width: 33.333%;
    padding: 5px 10px;
    text-align: center;
}

.list_right .list_content .picture_list_content li img {
    width: 260px;
    height: 90px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    transition: 0.5s;
}

.list_right .list_content .picture_list_content li img:hover {
    transform: scale(1.05);
}

.list_right .list_content .picture_list_content li p {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 联系我们-栏目首页 */
.word_content {
    margin: 30px 0 20px;
}

.word_content img {
    max-width: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.word_content table {
    width: 800px !important;
    line-height: 36px;
    margin: auto;
}

.word_content table,
.word_content th,
.word_content td {
    border: 1px solid #ddd;
}

.word_content th {
    background: #C82128;
    color: #fff;
}

/* 一网通办-栏目首页 */
.table_list {
    font-size: 14px;
}

.table_list .table_title {
    background: #F2F2F2;
    color: #575757;
    font-weight: bold;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.table_list .table_title li,
.table_list .info_title,
.table_list .table_info li {
    padding: 10px 0;
    text-align: center;
}

.table_list .table_title li:first-of-type,
.table_list .table_title li:last-of-type,
.table_list .info_title,
.table_list .table_info li:last-of-type {
    width: 120px;
}

.table_list .table_title li:nth-of-type(2),
.table_list .table_info li:first-of-type {
    width: 490px;
}

.table_list .table_title li:nth-of-type(3),
.table_list .table_title li:nth-of-type(4),
.table_list .table_info,
.table_list .table_info li:nth-of-type(2),
.table_list .table_info li:nth-of-type(3) {
    flex: 1 1 0;
}

.table_list .table_title li,
.table_list .table_info li,
.table_list .info_title {
    border-right: 1px solid #ddd;
}

.table_list .table_title li:last-of-type,
.table_list .table_info li:last-of-type,
.table_list .table_info ul:last-of-type {
    border: none;
}

.table_list .table_content {
    border: 1px solid #ddd;
    border-top: none;
}

.table_list .info_title,
.table_list .table_info li:nth-of-type(2),
.table_list .table_info li:nth-of-type(3),
.table_list .table_info li:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table_list .table_info ul {
    border-bottom: 1px solid #ddd;
}

.table_list .table_info li,
.table_list .table_info li a {
    color: #333;
}

.table_list .table_info li:first-of-type {
    text-align: justify;
    padding: 10px;
}

/* 我要诉求-写信 */
.letter_submit {
    font-size: 14px;
}

.letter_submit .row_top {
    line-height: 26px;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 30px;
}

.letter_submit .form-list {
    border: 1px solid #eee;
}

.letter_submit .form-list li {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    display: flex;
}

.letter_submit .form-list li .red {
    color: red;
    margin: 0 5px;
}

.letter_submit .form-list li span {
    width: 15%;
    border-right: 1px solid #eee;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.letter_submit .form-list li .label {
    width: auto;
    border: none;
    font-weight: bold;
    padding: 0;
    margin-right: 15px;
}

.letter_submit .form-list li input[type="radio"] {
    margin: auto 15px;
}

.letter_submit .form-list li input[type="text"],
.letter_submit .form-list li textarea {
    flex: 1 1 0;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 10px;
    margin: 10px 15px;
}

.letter_submit .form-list li textarea {
    height: 120px;
}

.letter_submit .form-list #userNameTag,
.letter_submit .form-list #phoneTag,
.letter_submit .form-list #cardIdTag {
    background: #eee;
}

.letter_submit .form-list .code img,
.letter_submit .form-list .code a {
    line-height: 60px;
}

.letter_submit .form-list .code img {
    height: 20px;
    margin: auto;
}

.letter_submit .form-list .code a {
    margin: 0 10px;
}

.letter_submit .form-list .button-group {
    border: none;
    justify-content: center;
    margin: 15px 0;
}

.letter_submit .form-list .button-group button {
    width: 150px;
    line-height: 36px;
    background: #2e65b7;
    color: #fff;
    margin: 0 15px;
    border: none;
}

/* 我要诉求-信箱列表 */
.letter_write .list_info {
    flex: 1 1 0;
}

.letter_write .list_link {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.letter_write .list_link a {
    line-height: 40px;
    background: #C82128;
    color: #fff;
    display: block;
    padding: 0 20px;
}

#letter-list {
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 20px;
}

#letter-list li {
    line-height: 35px;
    background: url(xy_wlj_dian.png) left center no-repeat;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0 10px 15px;
}

#letter-list li .state {
    font-size: 14px;
    margin-left: 20px;
}

/* 我要诉求-信箱内容 */
.letter_table {
    padding: 20px 15px;
    line-height: 36px;
    background: #f7f7f7;
    border: 1px solid #eee;
}

.letter_table .letter-content,
.letter_table .error {
    background: #fff;
    border: 1px solid #ddd;
}

.letter_table .letter-content h3,
.letter_table .error h3 {
    text-align: center;
    font-size: 18px;
    color: #2e65b7;
    padding: 5px 0;
}

.letter_table .letter-content ul {
    display: flex;
}

.letter_table .letter-content li {
    border-top: 1px solid #ddd;
    padding: 5px 10px;
}

.letter_table .letter-content li:first-of-type {
    width: 20%;
    text-align: center;
    border-right: 1px solid #ddd;
}

.letter_table .letter-content li:last-of-type {
    flex: 1 1 0;
}

.letter_table .error p {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 50px 10px;
}