@charset "UTF-8";
.search-bar {
    width: 1200px;
    margin: 20px auto;
    padding: 10px 0;
}

.search-bar form {
    display: flex;
    justify-content: center;
}

.search-bar input[type="text"] {
    width: 100%;
    height: 38px;
    padding: 0 15px;
    border: 1px solid #c91308;
    border-radius: 20px 0 0 20px;
    font-size: 16px;
    outline: none;
}

.search-bar button {
    width: 80px;
    height: 40px;
    background: #c91308;
    color: white;
    border: none;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    font-size: 16px;
}

.search-bar button:hover {
    background: #b71107;
}

.gonggao {
    width        : 1200px;
    margin       : 32px auto 0;
    height       : 40px;
    border       : 2px solid #c91308;
    border-radius: 20px;
    position     : relative;
}

.gonggao .ico {
    position: absolute;
    left    : 65px;
    top     : -24px;
    width   : 60px;
    height  : 60px;
}

.gonggao .gonggao_list {
    width   : 900px;
    margin  : 0 auto;
    height  : 36px;
    overflow: hidden;
}

.gonggao .gonggao_list ul li {
    line-height: 36px;
    text-align : center;
}

.block1 {
    width : 1200px;
    margin: 20px auto 0;
}

.block1 .left {
    width: 612px;
    float: left;
}

.block1 .left .lunbo,
.block1 .left .lunbo ul li,
.block1 .left .lunbo ul li img {
    width : 612px;
    height: 345px;
}

.block1 .left .lunbo {
    position: relative;
    z-index : 0;
}

.block1 .left .lunbo ul li {
    position: absolute;
    z-index : 1;
    display : none;
}

.block1 .left .lunbo ul li.show {
    display: block;
}

.block1 .left .lunbo ul li .title {
    width       : 612px;
    height      : 40px;
    line-height : 40px;
    background  : rgba(0, 0, 0, 0.5);
    position    : absolute;
    z-index     : 2;
    top         : 305px;
    padding-left: 100px;
}

.block1 .left .lunbo ul li .title a {
    color: #ffffff;
}

.block1 .left .lunbo ul li .lunbonum {
    float      : right;
    width      : 70px;
    text-align : center;
    font-size  : 14px;
    font-weight: bold;
    color      : #ffffff;
    height     : 40px;
}

.block1 .left .lunbo ul li .lunbonum span {
    font-size  : 30px;
    color      : #c91308;
    font-weight: bold;
}

.block1 .left .lunbo ul li .date {
    position  : absolute;
    z-index   : 3;
    width     : 70px;
    height    : 90px;
    top       : 255px;
    color     : #ffffff;
    background: #c91308;
    padding   : 10px 0;
    text-align: center;
}

.block1 .left .lunbo ul li .date .day {
    font-size  : 40px;
    line-height: 45px;
    font-weight: bold;
}

.block1 .left .lunbo ul li .date .yearmon {
    font-size  : 14px;
    line-height: 25px;
    font-weight: bold;
}

.block1 .right {
    width: 550px;
    float: right;
}

.hengfu {
    width : 1200px;
    margin: 20px auto;
}

.block2 {
    width     : 1200px;
    margin    : 0 auto;
    min-height: 337px;
}

.block2 .left {
    width: 590px;
    float: left;
}

.block2 .right {
    width: 590px;
    float: right;
}

.block3 {
    width : 1200px;
    margin: 15px auto 0;
}

.block3 ul li {
    float      : left;
    width      : 390px;
    height     : 84px;
    margin-left: 15px;
}

.block3 ul li.ml0 {
    margin-left: 0;
}

.block4 {
    width : 1200px;
    margin: 30px auto 30px;
}

.block4 .left {
    width: 462px;
    float: left;
}

.block4 .left .base_list ul {
    display: none;
}

.block4 .left .base_list ul.on {
    display: block;
}

.block4 .right {
    float: right;
    width: 690px;
}

.block4 .right .list ul li {
    width     : 335px;
    height    : 72px;
    margin-top: 20px;
}

.block4 .right .list ul li.l {
    float: left;
}

.block4 .right .list ul li.r {
    float: right;
}

.search-result {
    width: 1200px;
    margin: 20px auto;
    padding: 20px 0;
}

.search-result h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.result-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.result-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.result-item h3 a {
    color: #c91308;
}

.result-item h3 a:hover {
    text-decoration: underline;
}

.result-item .content {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}

.result-item .meta {
    color: #999;
    font-size: 14px;
}

.no-result {
    text-align: center;
    padding: 50px 0;
    color: #999;
    font-size: 16px;
}

.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
}

.pagination a:hover {
    background: #c91308;
    color: white;
    border-color: #c91308;
}

.pagination .current {
    background: #c91308;
    color: white;
    border-color: #c91308;
}

.sub_list {
    width : 1200px;
    margin: 0 auto;
}

.weizhi {
    width       : 1200px;
    margin      : 0 auto;
    height      : 55px;
    line-height : 55px;
    background  : url('../images/ico_wz.png') 5px center no-repeat;
    padding-left: 44px;
}

.weizhi,
.weizhi a {
    font-size: 14px;
    color    : #646464;
}

.sub_list .list ul li {
    padding      : 25px 45px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.sub_list .list ul li .title {
    font-size  : 18px;
    font-weight: bold;
    color      : #282828;
}

.sub_list .list ul li .date {
    font-size  : 14px;
    line-height: 40px;
    color      : #646464;
}

.sub_list .list ul li .desc {
    color: #333333;
}

.sub_show {
    width : 1200px;
    margin: 0 auto;
}

.sub_show .title {
    font-size : 30px;
    color     : #282828;
    text-align: center;
    padding   : 20px;
}

.sub_show .date_bj {
    height     : 55px;
    line-height: 55px;
    background : url('../images/gb1.jpg') center center repeat-x;
}

.sub_show .date_bj .date {
    line-height: 55px;
    width      : 300px;
    background : #ffffff;
    margin     : 0 auto;
    text-align : center;
    font-size  : 14px;
    color      : #646464;
}

.sub_show .content {
    padding: 0px 20px 20px;
}