@charset "utf-8"; /* CSS Document */
.cx_bggray {
    background: #f5f5f5;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .hd {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.banner .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.banner .hd ul li.on {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.banner .bd img {
    width: 100%;
}

.banner .bd > a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
}

.banner .bd > a.next {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.banner .bd > a.prev {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.banner .bd > a.next span,.banner .bd > a.prev span {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-right: -10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .bd > a.prev:hover,.banner .bd > a.prev:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.banner .bd > a.next:hover,.banner .bd > a.next:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.mainBox {
    background: #FFF;
    padding-bottom: 40px;
}

.new_notice {
    height: 40px;
    overflow: hidden;
    background: url(../images/new_ico.png) no-repeat 15px center;
    padding-left: 50px;
}

.new_notice ul {
    margin: 0;
}

.new_notice li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_notice li a.more {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: right
}

.carousel-caption {
    bottom: 0;
    padding: 0 10px;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    background: url(../images/bg80.png);
    text-align: left;
    font-size: 16px;
    color: #ffffff
}

.carousel-indicators {
    bottom: 40px;
}

.carousel-inner img {
    width: 100%;
}

.new_dynamic {
    margin-top: 15px;
}

.new_dynamic ul {
    height: 60px;
    line-height: 60px;
    margin-bottom: 0
}

.new_dynamic li {
    width: 50%;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #e62421;
    float: left;
    cursor: pointer
}

.new_dynamic li.current {
    background-color: #9f0d0b;
}

.dynamic_content {
    border: solid #ed6461 1px;
    border-top: 0;
    height: 336px
}

.dynamic_list {
}

.dynamic_list ul {
    padding: 0 20px;
    margin-bottom: 0
}

.dynamic_list li {
    font-size: 14px;
    line-height: 36px;
    border-bottom: dashed #bdbdbd 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dynamic_more {
    line-height: 36px;
    font-size: 14px;
    text-align: center
}

@media (min-width: 768px) {
    .new_dynamic {
        margin-top:0;
    }
}

.container_module {
    padding: 0 15px;
}

.listBox_cont {
    border: solid #efefef 1px;
    -webkit-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -moz-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -ms-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -o-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    padding: 0;
}

.listBox {
    height: 40px;
    line-height: 40px;
    background: #d70202;
    background: -webkit-linear-gradient(left,#d70202,#FFF);
}

.listBox h2 {
    font-size: 16px;
    line-height: 40px;
    color: #FFF;
}

.listBox .icon {
    background: url(../images/listBox_ico.png) no-repeat;
    width: 26px;
    height: 26px;
    float: left;
    margin: 8px 10px 0;
}

.listBox .iconMo_01 {
    background-position: 0 0;
}

.listBox .iconMo_02 {
    background-position: 0 -26px;
}

.listBox .iconMo_03 {
    background-position: 0 -52px;
}

.listBox .iconMo_04 {
    background-position: 0 -78px;
}

.listBox .iconMo_05 {
    background-position: 0 -104px;
}

.listBox .iconMo_06 {
    background-position: 0 -130px;
}

.listBox .iconMo_07 {
    background-position: 0 -156px;
}

.listBox .iconMo_08 {
    background-position: 0 -182px;
}

.listBox .iconMo_09 {
    background-position: 0 -208px;
}

.listBox .iconMo_10 {
    background-position: 0 -234px;
}

.listBox .iconMo_11 {
    background-position: 0 -260px;
}

.listBox .iconMo_12 {
    background-position: 0 -286px;
}

.listBox .iconMo_13 {
    background-position: 0 -314px;
}

.listBox .iconMo_14 {
    background-position: 0 -342px;
}

.listBox .listNew_more {
    color: #FFF;
}

.listBox_cont {
    margin-top: 30px;
}

.listBoy ul {
    padding: 10px 10px 0;
    margin-bottom: 0
}

.listBoy li {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listBoy li .icons {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    float: left;
    margin: 10px 10px 0 0
}

.listBoy li:hover .icons {
    background-color: #e62421;
}

.listMore {
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px 1px;
    text-align: right;
}

.listMore a {
    color: #999;
}

.listMore a:hover {
    color: #e62421;
}

.listNew {
    border: solid #ccc 1px;
    margin-top: 30px;
}

.listNew_tit {
    height: 40px;
    line-height: 40px;
    border-bottom: solid #ccc 1px;
}

.listNew_tit h2 {
    font-size: 18px;
    line-height: 40px;
}

.listNew_tit .icon {
    background: url(../images/listBox_ico.png) no-repeat;
    width: 28px;
    height: 26px;
    float: left;
    margin: 12px 10px 0;
}

.listNew_tit .iconMoRed_01 {
    background-position: -30px 0;
}

.listNew_tit .iconMoRed_02 {
    background-position: -30px -26px;
}

.listNew_more {
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

.listNew_cont ul {
    padding: 10px;
    margin-bottom: 0
}

.listNew_cont li {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listNew_cont li .icons {
    width: 6px;
    height: 6px;
    border: solid #000 1px;
    border-radius: 50%;
    float: left;
    margin: 10px 10px 0 0
}

.listNew_cont li:hover .icons {
    border-color: #e62421;
}

.linksBox {
    margin-top: 30px;
}

.linksBox_tit {
    height: 50px;
    background: #e62421;
}

.linksBox_tit .icons {
    background: url(../images/listBox_ico.png) no-repeat -60px 0;
    width: 25px;
    height: 25px;
    float: left;
    margin: 12px 10px 0 30px;
}

.linksBox_tit h2 {
    font-size: 16px;
    color: #FFF;
    line-height: 50px;
}

.linksBox_cont ul {
    padding: 5px 10px;
    margin-bottom: 0;
}

.linksBox_cont li {
    line-height: 24px;
    font-size: 14px;
    margin-right: 10px;
    float: left
}

.moduleBox {
    border: solid #e62421 1px;
    position: relative;
    margin-top: 60px;
}

.moduleBox_tit {
    height: 40px;
    border-radius: 4px;
    margin: -30px 10px 0;
    background: url(../images/ind_tit_bg.png) repeat-x;
    -webkit-box-shadow: rgba(228,36,33,0.2) 3px 3px 5px 0;
    -moz-box-shadow: rgba(228,36,33,0.2) 3px 3px 5px 0;
    -ms-box-shadow: rgba(228,36,33,0.2) 3px 3px 5px 0;
    -o-box-shadow: rgba(228,36,33,0.2) 3px 3px 5px 0;
    box-shadow: rgba(228,36,33,0.2) 3px 3px 5px 0;
}

.moduleBox_tit h2 {
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    color: #FFF;
}

.moduleBox_table {
}

.moduleBox_table ul {
    margin-bottom: 0;
    padding: 20px 5px 0;
}

.moduleBox_table li {
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    float: left;
}

.moduleBox_table li a {
    display: block;
    border: solid #e62421 1px;
    border-radius: 3px;
    margin: 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -moz-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -ms-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -o-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
}

.moduleDangqi {
}

.moduleDangqi ul {
    padding: 0 10px 8px;
    margin-bottom: 0;
}

.moduleDangqi li {
    margin-bottom: 10px;
    border: solid #e8e1e0 1px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -moz-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -ms-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    -o-box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
    box-shadow: rgba(78,20,13,0.3) 0 0 6px 0;
}

.moduleDangqi li a {
    display: block;
    padding: 10px;
    line-height: 60px;
    font-size: 30px;
    color: #e62421;
}

.moduleDangqi li img {
    width: 92px;
    height: 60px;
    float: left;
}

.moduleDangqi li .moduleDangqi_text {
    display: block;
    text-align: right;
    padding-right: 20px;
}

.partyOath {
    padding: 20px 10px;
    line-height: 22px;
    font-size: 14px;
    text-align: justify
}

.partyOath p {
    margin: 0;
}

.figureBox {
    margin-top: 20px;
}

.figureBox ul {
    padding: 0 4px;
    margin: 0;
}

.figureBox li {
    padding: 0 6px;
    padding-bottom: 20px;
}

.figureBox li img {
    width: 100%;
}

.figureBox li h3 {
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.classicBox {
    border: solid #e62421 1px;
    border-top: 0;
}

.classicBox ul {
    padding: 15px 5px 0;
    margin-bottom: 0;
}

.classicBox li {
    padding: 0 5px;
    margin-bottom: 15px;
}

.classicBox li>div {
    background: url(../images/classic.png) no-repeat;
    width: 35px;
    height: 128px;
    overflow: hidden;
    margin: 0 auto;
}

.classicBox li a {
    width: 14px;
    font-size: 14px;
    line-height: 1;
    padding-top: 5px;
    display: block;
    margin: 0 auto;
}

/************二级页************/
.mainBox_container {
    padding: 0 15px;
}

.location {
    font-size: 14px;
    line-height: 34px;
    border-bottom: solid #f5f5f5 1px;
    padding: 10px 20px 0;
}

.locatTitle {
    line-height: 42px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}

.locatTitle .icons {
    width: 6px;
    height: 16px;
    background: #e62421;
    float: left;
    margin: 13px 12px 0 0;
}

.newlistBox {
}

.newlistBox ul {
    margin: 0;
}

.newlistBox li {
    padding: 16px 20px;
    border-bottom: solid #f5f5f5 1px;
}

.newlistBox li dl {
    font-size: 14px;
    margin-bottom: 0;
}

.newlistBox li dt {
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newlistBox li dd {
    line-height: 24px;
    color: #999;
}

.newlistBox li:hover {
    background: #fafafa;
}

.moreNo {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}

.newlistBox_title {
    text-align: center;
    margin: 20px 0 0 0;
    padding-bottom: 15px;
    border-bottom: solid #f5f5f5 1px;
}

.newlistBox_title dt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
}

.newlistBox_title dd {
    line-height: 24px;
    font-size: 14px;
    margin-top: 15px;
}

.newlistBox_content {
    line-height: 22px;
    font-size: 14px;
}

.newlistBox_content img {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.newlistBox_content p {
    margin-bottom: 0;
}
