@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

body, html{
    height: 100%;
}

ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
}

img{
    max-width: 100%;
}

.hidden{
    display: none;
}

@media (max-width: 1000px) {
    #footer {
        width: 980px !important;
    }
}


#header {
    min-width: 1100px;
    margin: 0 auto;
    background: #bf3628;
}

#header .top{
    background: #9e2418;
    height: 20px;
}

.list_item a:visited {
    text-decoration: underline;
}

#header .logo {
    width: 800px;
    height: 70px;
    margin: 20px auto;
    background: url(main_res/logo22.png) no-repeat;
}

#header .wrap {
    background: #fff;
}

#header .menu {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
    font-size: 0;
}

#header .menu a {
    display: inline-block;
    width: 120px;
    height: 40px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

#header .menu a:hover {
    color: #fff;
    background: #bf3628;
}

#main {
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}

#main #left {
    display: inline-block;
    width: 800px;
}
#main #right {
    display: inline-block;
    float: right;
    width: 280px;
    vertical-align: top;
}

#main .notice,
#main .dynamic,
#main .briefing,
#main .file{
    display: inline-block;
    width: 49%;
    padding-bottom: 10px;
    vertical-align: top;
}

#main .dynamic,
#main .file{
    float: right;
}

#main .download{
    display: block;
    width: initial;
    padding-bottom: 15px;
}

#main .pictureL{
    margin-bottom: 25px;
    font-size: 0;
}

#main .pictureL img{
    width: 250px;
    border: 1px solid #ccc;
    height: 60px;
    margin-top: 10px;
}

#main .pictureL a{
    margin-left: 25px;
}

#main .pictureL a:first-child{
    margin-left: 0;
}

#main .entry{
    margin-top: 38px;
    height: 110px;
    padding-bottom: 10px;
}

#main .entry .panel{
    background: #f2f2f2;
    border-radius: 4px;
    padding: 1em;
    text-align: center;
}

#main .entry a{
    display: inline-block;
    background: #bf3628;
    color: white;
    padding: .5em 1em;
    width: 150px;
    transition: .3s;
    border-radius: 4px;
}

#main .entry p{
    margin-top: 10px;
}

#main .entry p:first-child{
    margin-top: 0;
}

#main .entry a:hover{
    background: white;
    color: #bf3628;
}

#main .link .select{
    margin-top: 10px;
    text-align: center;
}

#main .link .select select{
    margin-left: 20px;
}



#middle{
    background: url(main_res/back.png);
}

#middle .picture {
    width: 1100px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

#middle .picture ul,
#middle .picture li {
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    color: #fff;
}

#middle .picture ul li,
#middle .picture li li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

#middle .picture ul .active,
#middle .picture li .active {
    display: inline-block;
}

#middle .picture img {
    height: 100%;
    width: 100%;
}

#main .list{
    height: 210px;
    overflow: hidden;
}

#main .list li{
    display: inline-block;
    width: 100%;
    height: 20px;
    margin-top: 8px;
    font-size: 14px;
    position: relative;
}
#main .list li:first-child{
    margin-top: 0;
}

#main .list li a{
    color: #666;
    display: inline-block;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}

#main .list li a:hover{
    color: #bf3628;
    text-decoration: underline;
}

#main .list .time{
    float: right;
    color: #bbb;
}

#main .title{
    margin-bottom: 10px;
    border-bottom: 2px solid #bf3628;
}
.more_btn {
    display: inline-block;
    float: right;
    font-size: 12px;
    line-height: 36px;
    margin-right: 4px;
    color: #999999;
}
#main .title>span,
#list .title>span{
    background: #bf3628;
    color: #ffffff;
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
#main .title a{
    float: right;
    font-size: 12px;
    line-height: 36px;
    margin-right: 4px;
    color: #999999;
}

#main .list li::before{
    content: "";
    display: inline-block;
    border: 2px solid red;
    position: absolute;
    top: 8px;
    left: 0px;
}

#main .download .list a{
    width: 210px;
}


#wrapper+#footer {
    margin-top: -75px;
}
#footer{
    min-height: 75px;
    min-width: 1100px;
    border-top: 2px solid #bf3628;
    background: #bf3628;
}
#footer p{
    font-size: 12px !important;
    margin: 0;
}

#footer .cory {
    width: 1100px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 12px;
    color: #fcd8d8;
    padding-top: 2px;
}

/* 二级栏目 */
#wrapper{
    min-height: 100%;
    padding-bottom: 75px;
    box-sizing: border-box;
}

#list{
    width: 1100px;
    margin: 20px auto;
}

#list .title ul,
#list .title li{
    font-size: 12px;
    display: inline-block;
}

#list .title ul{
    float: right;
    line-height: 46px;
}

#list .title{
    padding-bottom: 6px;
    border-bottom: 2px solid #bf3628;
    color: #333333;
}

#list .title ul a{
    color: #666666;
}
#list .title ul li::after{
    content: ">>";
    margin-left: 4px;
}
#list .title ul li:last-child::after,
#list .title ul li:first-child::after{
    content: "";
    margin-left: 0;
}
#list .title ul li:first-child::after{
    margin-left: 4px;
}

#list .list{
    margin-top: 12px;
}

#list .list >ul li:not(:first-child){
    margin-top: .5em;
}

#list .list >ul a{
    display: inline-block;
    width: 1000px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666666;
}

#list .list >ul a:hover{
    color: #bf3628;
    text-decoration: underline;
}

#list .list .time{
    float: right;
    font-size: 12px;
    color: #999999;
}

#list .list .pages{
    text-align: center;
    font-size: 12px;
}

#list .list .pages a{
    font-size: 12px;
    border: 1px solid #bf3628;
    padding: .1em .4em;
    color: #333;
}

#list .list .pages a.disabled{
    color: #ccc;
    border-color: #ccc;
    cursor: default;
}

#list .list .pages select{
    margin-right: 20px;
}

#read{
    width: 1100px;
    margin: 20px auto;
}

#read >ul{
    padding-bottom: 6px;
    color: #666;
    font-size: 14px;
    border-bottom: 2px solid #bf3628;
}
#read >ul li{
    display: inline-block;
}

#read >ul a{
    color: #666;
}

#read >ul li::after{
    content: ">>";
    margin-left: 4px;
}

#read >ul li:last-child::after,
#read >ul li:first-child::after{
    content: "";
    margin-left: 0;
}
#read >ul li:first-child::after{
    margin-left: 4px;
}

#read >.content{
    margin-top: 2em;
    margin-bottom: 40px;
}
#read >.content >.head{
    text-align: center;
}

#read >.content >.head h3{
    color: #bf3628;
}

#read >.content >.head p{
    font-size: 14px;
    color: #666666;
}

#read >.content >.head p>span{
    margin-right: 20px;
}

#read >.content >.body{
    text-align: justify;
    font-size: 18px;
    margin-top: 2em;
}

#read >.content >.body p{
    line-height: 2em;
}

.wp_nav .nav-item {
    float: none;
}
.wp_article_list .list_item .Article_Index{
    display: none;
}
.wp_article_list .list_item .Article_PublishDate {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 12px;
    color: #999999;
}

.links {
    width: 40%;
    float: left;
    margin-left: 24px;
}

.wp_article_list .list_item {
    position: relative;
    border: none;
}

/*文章页*/
h3.arti_title {
    color: #bf3628;
    text-align: center;
}
p.arti_metas {
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.entry .read {
    text-align: justify;
    font-size: 18px;
    margin-top: 2em;
}
ul.col_metas.clearfix {
    padding-bottom: 6px;
    color: #666;
    font-size: 14px;
    border-bottom: 2px solid #bf3628;
}

.list_item a:hover {
    color: #bf3628 !important;
    text-decoration: underline;
}
.wp_articlecontent a {
    text-decoration: none!important;
}
