﻿ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: black;
    text-decoration: none;
}

a:link {

    text-decoration: none;
}

a:active {

    text-decoration: none;
}

a:visited {

    text-decoration: none;
}

a:hover {
    color: #d80000;
    text-decoration: underline;
}

body {
    font-family: Microsoft YaHei ;
    font-size: 16px;
}

.header__bg {
    position: relative;
    height: 214px;
}


.header__logo {
    position: absolute;
    top: 25%;
    width: 1200px;
    left: 0;
    right:0;
    margin:auto;
}

.header__nav__bg {
    background: #d80000;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.header__nav {
    width: 62.5%;
    min-width: 1200px;
    margin: 0 auto;
}

.header__nav li {
    float: left;
    font-size: 24px;
    width: 14%;
    text-align: center;
    color: white;
    padding-top: 17px;
    cursor: pointer;
    /* line-height:70px; */
}

.header__nav li:hover {
    /* border-left: 1px solid white;
    border-right: 1px solid white; */
}

.header__nav li span {
    visibility: hidden;
    height: 26px;
    display: block;
}

.on {
    visibility: visible !important;
}

.header__line__bg {
    background: #eeeeee;
    height: 30px;
    overflow: hidden
}

.header__line {
    width: 62.5%;
    margin: 0 auto;
    min-width: 1200px;
    line-height: 30px;
}

.search{
    border-radius:4px;
    overflow:hidden; 
    margin-top: 12px; 
    width:100%; 
    height: 30px; 
    line-height: 30px;
    color: #b5b5b5;
}
.searchbox{
    width: 300px;
    float: right;
}
.keyword{
    line-height: 30px; 
    height:30px; 
    padding: 0 1%; 
    width: 80%;
    text-indent:30px; 
    border: 0; 
    background: #fff url(/images/search.png) 7px center no-repeat;
    border: 1px solid;
    box-sizing: border-box;
    outline: none;
}
.submitBtn{ 
    width: 18%; 
    border: 0; 
    background-color: #e2373a; 
    color: #fff; 
    cursor: pointer;
    line-height: 30px;
}

.sy {
    display: none;
}

.jczn {
    margin-left: 175px;
    display: none;
}

.jwgk {
    margin-left: 0px;
    display: none;
}

.jcdt {
    margin-left: 470px;
    display: none;
}

.flfg {
    /* margin-left: 605px; */
    /* display: none; */
}

.rdzt {
    margin-left: 850px;
    display: none;
}

.gzhd {
    margin-left: 1020px;
    display: none;
}

.header__line li {
    float: left;
    /* width: 20px; */
    margin-right: 20px;
    text-align: center;
    cursor:pointer;
}

.header__line li:hover {
    color: #d80000;
}

.content {
    padding: 30px 0px;
    width: 62.5%;
    min-width: 1200px;
    margin: 0 auto;
}

.breadcrumb {
    line-height: 40px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    clear: both;
    content: '';
    display: block;
}

.lm__title {
    background: #d80000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
}

.lm__li {
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    margin: 0px 15px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.lm__li img {
    float: left;
    margin-top: 16px;
    margin-right: 11px;
}

.lm__li:last-child {
    border-bottom: none;
}

.wz {
    width: 77%;
}

.wz .title {
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    height: 80px;
    color: #d80000;
    font-weight: bold;
}

.wz .info {
    color: #959595;
    border-bottom: 1px solid #eeeeee;
    line-height: 50px;
}

.wz .time {
    float: left;
    margin-right: 30px;
}

.wz .source {
    float: left
}

.wz .font {
    float: right;
    cursor:pointer;
}

.wz .article {
    line-height:40px;
    font-size:20px;
    padding:30px 0px;
}

.lm {
    width: 20%;
    border: 1px solid #e5e5e5;
}

.lm__active {
    color: #d80000;
}

.lb {
    /* background: pink; */
    width: 77%;
    padding-bottom: 2px;

}

.lb li {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}


.lb__block {
    color: white;
    width: 70px;
    height: 60px;
    background: #d80000;
    text-align: center;
}

.lb__year {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid white;
}

.lb__date {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    border-bottom: 1px solid white;
}

.lb__title {
    width: 90%;
    margin-bottom: 3px;
}

.lb__title a {
    color: black;
    line-height: 60px;
    font-size: 18px;
}

.leader {
    width: 77%;
}

.leader li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.leader__img {}

.leader__info {
    float: right;
    padding-top: 100px;
    padding-right: 20%;

}

.leader__name {
    font-size: 26px;
    line-height: 60px;
    font-weight: bold;
}

.leader__job {
    font-size: 18px;
}

.footer {
    background: #d80000;
    text-align: center;
    color: white;
    padding: 20px;
}

.home li {
    float: left;
    width: 49%;
}

.home__hdp {}

.home__info {}

.home__info__bar {
    height: 50px;
    text-align: right;
    background: #eeeeee;
    line-height: 50px;
    padding-right: 10px;
    color: #959595;
    border: 1px solid #e5e5e5;
}

.home__info__new {
    text-align: center;
    color: #d80000;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    border-bottom: 2px solid #ededed;
}

.home__info ul {
    padding: 20px 0px;
}

.home__info li {
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.home__info li a {
    color: black;
}

.home__info li span {
    float: right;
    color: #959595;
}

.home__info__title {
    font-size: 24px;
    line-height: 50px;
    color: white;
    float: left;
    background: #d80000;
    padding: 0px 20px;
}

.home__jcdt p {
    padding: 0px;
    margin: 0px;
    background: #d80000;
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 13px;
    margin-left: 15px;
}

.home__jcdt li {
    line-height: 30px;
    height: 30px;
}

.home__jcdt span {
    float: right;
    margin-right: 15px;
    color: #959595;
}

.home__part {}

.home__part li {
    width: 25%;
    margin-bottom: 10px;
}

.footer li {
    line-height: 30px;
}

.home__yqlj li {
    float: left;
    /* width: 11%; */
    margin-left: 26px;
}

.home__left {
    width: 70%;
}

.home__zwxmt {
    width: 26%;
    border: 1px solid #e5e5e5;
}

.home__zwxmt ul li {
    text-align: center;
    padding: 10px 0px;
}

.home__zwxmt ul {
    padding: 0px;
    padding-bottom: 10px;
}

.ercode li {
    float: left;
    width: 50%;
    text-align: center;
    line-height:20px;
}

.home__rdzt p {
    padding: 0px;
    margin: 0px;
    background: #d80000;
    width: 5px;
    height: 5px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 18px;
}

.home__rdzt li {
    line-height: 36px;
    height: 36px;
}

.home__rdzt span {
    float: right;
    color: #959595;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.b1 {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}


/*轮播图*/
.focusBox {
    position: relative;
    width: 586px;
    height: 350px;
    overflow: hidden;
    font: 15px/1.5 SimSun, sans-serif;
    text-align: left;
}

.focusBox .pic img {
    width: 586px;
    height: 350px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=50);
    opacity: 0.5;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: -30px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    font-family:Microsoft YaHei;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 18px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 6px;
    cursor: pointer;
}

.focusBox .num li a {
    background: url(dot.png) 0 0 no-repeat;
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: url(dot1.png) 0 0 no-repeat;
}


.big{

}

.middle{

}
.small{

}