.slide-3981 {
    position: relative;
    height: 100%;
}

.slide-3981 .slider-item .frame {
    position: relative;
    height: 455px;
    overflow: hidden;
}

.slide-3981 .child a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.slide-3981 .slider-item .frame .child .pic img {
    width: 100%;
    height: 455px;
    object-fit: cover;
}

.slide-3981 .slider-item .frame .child .text {
    position: absolute;
    margin: 0;
    left: 0px;
    right: 0px;
    z-index: 5;
    height: 50px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.53);
}

.slide-3981 .slider-item .frame .child .text h3 {
    font-size: 16px;
    color: #fff;
    max-width: 80%;
    float: left;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide-3981 .slider-item .number {
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 25px;
}

.slide-3981 .slider-item .number .slick-dots {
    text-align: center;
}

.slide-3981 .slider-item .number li {
    width: 6px;
    height: 6px;
    font-size: 0;
    display: inline-block;
    margin: 0 5px;
    background: #a09e9e;
    cursor: pointer;
    border-radius: 50%;
}

.slide-3981 .slider-item .number li.slick-active {
    background: #fff;
}

.slide-3981 .slick-dots li button:hover:before,
#slick-focus3981 .slick-dots li button:before {
    content: "";
}

.slide-3981 .slick-arrow {
    font-size: 0;
    border: 0;
    outline: none;
}

.slide-3981 .slick-prev {
    left: 0;
}

.slide-3981 .slick-next {
    right: 0;
    background-position: -60px 0;
}

.slide-3981 .slick-next:hover,
#first-focus3981 .slick-prev:hover {
    opacity: 1;
}

.slide-3981 .slick-prev {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 40%;
    background: url(label/prevnext.png) no-repeat;
    height: 60px;
    width: 35px;
    transition: left .3s;
    border-radius: 0;
    left: -80px;
    transition: left .3s;
}

.slide-3981 .slick-next {
    cursor: pointer;
    position: absolute;
    z-index: 100;
    top: 40%;
    background: url(label/prevnext.png) no-repeat;
    height: 60px;
    width: 35px;
    transition: left .3s;
    border-radius: 0;
    right: -80px;
    transition: right .3s;
    background-position: -49px 0;
}

.slide-3981 {
    overflow: hidden;
}

.slide-3981:hover .slick-prev {
    left: 0px;
}

.slide-3981:hover .slick-next {
    right: 0px;
}

.slide-3981 .slick-next:hover {
    background-position: -143px 0;
}

.slide-3981 .slick-prev:hover {
    background-position: -99px 0;
}

@media (max-width: 767px) {
    .slide-3981 .slider-item .frame,
    .slide-3981 .slider-item .frame .child .pic img {
        width: 100%;
        height: 51vw;
    }
}

.sliderbox4004 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.sliderbox4004 .slick-slide .image img {
    width: 100%;
    display: inline-block;
}

.sliderbox4004 .number {
    position: absolute;
    bottom: 5%;
    left: 50%;
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sliderbox4004 .number li {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    font-size: 0;
    background: #d6d6d6;
    display: inline-block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.sliderbox4004 .number li.slick-active {
    background: #165aa1;
}

.sliderbox4004 .slick-arrow {
    width: 46px;
    height: 80px;
    margin: 0 16px;
    font-size: 0;
    position: absolute;
    top: 40%;
    z-index: 100;
    background: rgba(0, 0, 0, .2);
    outline: none;
    border: none;
}

.sliderbox4004 .slick-prev {
    left: 0;
    background-image: url(static/label/left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.sliderbox4004 .slick-next {
    right: 0;
    background-image: url(static/label/right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    .sliderbox4004 .slick-arrow {
        display: none !important;
    }
}

.sliderbox4004 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.sliderbox4004 .slick-slide .image img {
    width: 100%;
    display: inline-block;
}

.sliderbox4004 .number {
    position: absolute;
    bottom: 5%;
    left: 50%;
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.sliderbox4004 .number li {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    font-size: 0;
    background: #d6d6d6;
    display: inline-block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.sliderbox4004 .number li.slick-active {
    background: #165aa1;
}

.sliderbox4004 .slick-arrow {
    width: 46px;
    height: 80px;
    margin: 0 16px;
    font-size: 0;
    position: absolute;
    top: 40%;
    z-index: 100;
    background: rgba(0, 0, 0, .2);
    outline: none;
    border: none;
}

.sliderbox4004 .slick-prev {
    left: 0;
    background-image: url(label/left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.sliderbox4004 .slick-next {
    right: 0;
    background-image: url(label/right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    .sliderbox4004 .slick-arrow {
        display: none !important;
    }
}

.list_sites_date15 {
    margin: 30px 0 0 0;
}

.list_sites_date15 li {
    margin-bottom: 24px;
    overflow: hidden;
}

.list_sites_date15 .date {
    width: 94px;
    height: 75px;
    float: left;
    text-align: center;
    border: 1px solid #9a0707;
}

.list_sites_date15 .date span {
    display: block;
    text-align: center;
}

.list_sites_date15 .date .d {
    color: #b50000;
    font-size: 26px;
    margin: 4px 0;
}

.list_sites_date15 .date .y {
    font-size: 14px;
    color: #964141;
}

.list_sites_date15 .text {
    margin-left: 110px;
    overflow: hidden;
    transition: all 0.3s;
}

.list_sites_date15 .text h4 {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
}

.list_sites_date15 .text h4 a {
    font-size: 16px;
    color: #575656;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_sites_date15 .text p {
    font-size: 12px;
    color: #666;
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}

.list_sites_date15 li:hover h4 a {
    color: #9a0707;
}

.list_sites_date15 li {
    margin-bottom: 35px;
    overflow: hidden;
}

.list_sites_date15 .date {
    width: 94px;
    height: 75px;
    float: left;
    text-align: center;
    border: 1px solid #9a0707;
}

.list_sites_date15 .date span {
    display: block;
    text-align: center;
}

.list_sites_date15 .date .d {
    color: #b50000;
    font-size: 26px;
    margin: 4px 0;
}

.list_sites_date15 .date .y {
    font-size: 14px;
    color: #964141;
}

.list_sites_date15 .text {
    margin-left: 110px;
    overflow: hidden;
    transition: all 0.3s;
}

.list_sites_date15 .text h4 {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
}

.list_sites_date15 .text h4 a {
    font-size: 16px;
    color: #575656;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_sites_date15 .text p {
    font-size: 12px;
    color: #666;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}

.list_sites_date15 li:hover h4 a {
    color: #9a0707;
}

.list_sites_date15 li {
    margin-bottom: 35px;
    overflow: hidden;
}

.list_sites_date15 .date {
    width: 94px;
    height: 75px;
    float: left;
    text-align: center;
    border: 1px solid #9a0707;
}

.list_sites_date15 .date span {
    display: block;
    text-align: center;
}

.list_sites_date15 .date .d {
    color: #b50000;
    font-size: 26px;
    margin: 4px 0;
}

.list_sites_date15 .date .y {
    font-size: 14px;
    color: #964141;
}

.list_sites_date15 .text {
    margin-left: 110px;
    overflow: hidden;
    transition: all 0.3s;
}

.list_sites_date15 .text h4 {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
}

.list_sites_date15 .text h4 a {
    font-size: 16px;
    color: #575656;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_sites_date15 .text p {
    font-size: 12px;
    color: #666;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}

.list_sites_date15 li:hover h4 a {
    color: #9a0707;
}


/*日历新闻样式2*/

.con.rili2 {}

.rili2 .news_list {
    margin: 0 -17px;
}

.rili2 .news_box {
    margin: 0 17px;
    background: #fff;
    padding: 15px 10px 0 5px;
}

.rili2 .news_list li.news {
    width: 100%;
    margin-bottom: 15px;
}

.rili2 .news_list li.news .news_date {
    float: left;
    width: 80px;
    margin-right: -80px;
    text-align: right;
}

.rili2 .news_list li.news .news_date .news_year {
    line-height: 24px;
    font-size: 12px;
    color: #666;
}

.rili2 .news_list li.news .news_date .news_days {
    line-height: 30px;
    font-size: 22px;
    color: #b50000;
    border-bottom: 1px solid #b50000;
    padding-bottom: 29px;
}

.rili2 .news_list li.news .news_wz {
    width: 100%;
}

.rili2 .news_list li.news .news_wz .news_con {
    margin-left: 116px;
    ;
}

.rili2 .news_list li.news .news_title {
    line-height: 24px;
    font-size: 16px;
}

.rili2 .news_list li.news:hover .news_date .news_year {}

.rili2 .news_list li.news:hover .news_date .news_days {}

.post-12 .news_list {
    margin: 0 -25px;
}

.post-12 .news_box {
    margin: 0 25px;
    border-bottom: 1px solid #d8d8d8;
}

.post-12 .news_list li.news {
    float: left;
    width: 100%;
}

.post-12 .news_meta {
    background: url(images/time.png) no-repeat center left;
    color: #666;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
}

.post-12 li.news.n1 .news_meta,
.post-12 li.news.n2 .news_meta {
    padding-top: 0;
}

.post-12 .news_meta .news_days {
    font-size: 16px;
    line-height: 20px;
}

.post-12 .news_meta .news_year {
    font-size: 12px;
    line-height: 20px;
}

.post-12 .news_title {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
}

.post-12 .news_text {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #8d8d8d;
    margin: 10px 0 14px;
}

.post-12 .news_text a {
    color: #8d8d8d;
}

.post-12 .news_text a:hover {
    color: #b50000
}


/*列表导航*/

.breadwte {
    padding: 10px 0;
}

.breadnav {
    padding: 10px 0;
    background: #f8f8f8;
    margin-bottom: 20px;
}

.position {
    background: url(images/nav.png) no-repeat left 3px;
    padding-left: 20px;
    margin-right: 15px;
}

.position a {
    color: #3e3a39;
}

.position2 {
    color: #3e3a39;
    padding: 0 0 15px 20px;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    background: url(images/nav.png) no-repeat left 3px;
}

.position2 a:last-child {
    color: #990000;
}

.position2 a {
    color: #3e3a39;
}

.position3 {
    color: #3e3a39;
    padding: 10px 20px;
    background: url(images/nav.png) no-repeat left center;
}

.position3 a {
    color: #3e3a39;
}

.position4 {
    color: #3e3a39;
    padding: 10px 20px;
    background: url(images/nav.gif) no-repeat left center;
    margin-left: 15px;
}

.position4 a {
    color: #3e3a39;
}


/*列表banner*/

.breadbanner {
    background: #ececec;
    margin-bottom: 20px;
}

.breadbanner img {
    width: 100%;
}

.delmag {
    margin-bottom: 0px;
}

.delbor {
    border-bottom: none;
}

.container-fluid {
    padding: 0;
}


/*列表样式*/

.maincon {
    padding-bottom: 30px;
}

.contain-left,
.edu-right {
    max-width: 300px;
}

.border1 .head1 {
    padding: 23px 0 22px 0;
    background: url(images/head_bg_red.png) right bottom no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.border1 .head1 span {
    color: #fff;
    font-size: 18px;
    display: block;
}

.border1 .head2 {
    background: #2373ce;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    ;
    color: #fff;
}

.border1 .head2 .title2 {
    padding-left: 80px;
    background: url(images/sb1_head_tit.png) 40px 50% no-repeat;
    font-size: 20px;
    display: block;
}

.border1 .main1 {
    background: #fff url(images/head_bg2.png) no-repeat 198px -80px;
    padding: 0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.border1 .main2 {
    background: #fff;
    padding: 0;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.border1 .menu_list_1 li {
    line-height: 50px;
    text-align: center;
    color: #4c4c4c;
    border-bottom: #e2e2e2 1px solid;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.border1 .menu_list_1 li:hover {
    -webkit-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    -moz-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.border1 ul li.last {
    border-bottom: none;
}

.border1 .menu_list_1 li a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
}

.border1 .menu_list_1 li a:hover,
.border1 .menu_list_1 li.cur {
    text-decoration: none;
    color: #8c0000;
    background: url(images/cur_red.png) center bottom no-repeat;
}

.border1 .menu_list_1 li.cur a {
    color: #8c0000;
}

.border1 .main_ultop h3 {
    margin: 0;
}

.border1 .main_ultop h3,
.border1 .main_ultop li {
    line-height: 50px;
    text-align: center;
    color: #4c4c4c;
    border-bottom: #e2e2e2 1px solid;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.border1 .main_ultop h3:hover,
.border1 .main_ultop li:hover {
    -webkit-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    -moz-box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    box-shadow: 0 5px 12px 0 rgba(124, 124, 124, 0.3);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.border1 ul li.last {
    border-bottom: none;
}

.border1 .main_ultop h3 a {
    color: #c91614;
    font-size: 16px;
}

.border1 .main_ultop li a {
    display: block;
    color: #4c4c4c;
    font-size: 15px;
}

.border1 .main_ultop li a:hover,
.border1 .main_ultop li.cur {
    text-decoration: none;
    color: #8c0000;
    background: url(images/cur_red.png) center bottom no-repeat;
}

.border1 .main_ultop li.cur a {
    color: #8c0000;
}

.border1 .tabs li {
    width: 268px;
    background: url(images/tab.png) right center no-repeat;
    height: 49px;
    line-height: 49px;
    border-bottom: #e8e8e8 1px solid;
}

.border1 li.thistab {
    width: 268px;
    background: url(images/tab_hover.png) right center no-repeat;
}

.border1 .tabs li a:hover {
    color: #ef7a08;
    background: url(images/tab_hover.png) right center no-repeat;
}

.border1 .tabs li a {
    padding-left: 40px;
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
}

.border1 li.thistab a {
    color: #ef7a08;
}

.border2 {
    width: 48%;
}

.border3 {
    border: 1px solid #dddddd;
}

.contain-right {}

.gov-head {
    height: 41px;
    border-bottom: 2px solid #8c0000;
}

.gov-head .bigtitle {
    font-size: 18px;
    border-bottom: 1px solid #8c0000;
    display: inline-block;
    padding: 7px 10px 6px 10px;
    color: #8c0000;
}

.gov-head a {
    color: #000;
}

.gov-head .more {
    padding: 10px
}

.gov-main {
    margin: 15px 0;
}

.gov-head2 {
    height: 41px;
    border-bottom: 2px solid #8c0000;
    background: #f2f2f2;
}

.gov-head2 .bigtitle {
    font-size: 18px;
    border-bottom: 1px solid #8c0000;
    display: inline-block;
    padding: 7px 10px 6px 10px;
    color: #8c0000;
}

.gov-head2 a {
    color: #000;
}

.gov-head2 .more {
    padding: 10px
}

.gov-head3 {
    height: 41px;
    border-bottom: 1px solid #d3d3d3;
}

.gov-head3 .bigtitle {
    font-size: 18px;
    color: #8c0000;
    display: inline-block;
    padding: 7px 10px 7px 10px;
}

.gov-head3 a {
    color: #000;
}

.gov-head3 .more {
    padding: 10px
}

.gov-head4 {
    height: 40px;
    border-bottom: 2px solid #0071cf;
    background: #ededed;
}

.gov-head4 .bigtitle {
    font-size: 18px;
    display: inline-block;
    padding: 6px 18px 6px 50px;
    background: url(images/title2.png) 18px center no-repeat;
    color: #8c0000;
    border-bottom: 1px solid #0071cf;
}

.gov-head4 a {
    color: #0071cf;
}

.gov-head4 .more {
    padding: 10px;
    font-size: 12px;
}

.gov-head4 .more a {
    color: #494949;
}

.gov-main4 {
    padding: 12px;
}

.mbottom {
    margin-bottom: 10px;
}

.sharebox {
    background: #efefef;
    padding: 0;
}

.sharebox span {
    background: #dcdddd;
    height: 25px;
    line-height: 25px;
    display: block;
    padding: 0 0 0 10%;
}

.bdsharebuttonbox {
    margin: 6px 0 6px 17px;
}

.relink ul {
    padding: 0 0 0 10%;
    margin-top: 10px;
}

.relink ul li a {
    color: #231815;
    background: url(images/arr.png) left center no-repeat;
    line-height: 26px;
    font-size: 12px;
    padding-left: 18px;
    display: block;
}

.news-index-left {
    padding: 0;
    float: left;
}

.news-index-right {
    padding: 0;
    float: right;
    max-width: 480px;
}


/*内容页样式*/

.layout_txtcontent {
    border: 1px solid #E2E2E2;
    padding: 30px;
    color: #1B1B1B;
    font-size: 14px;
}

.layout_txtcontent_title {
    color: #c12200;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 15px 0;
}

.layout_txtcontent_info {
    text-align: center;
    color: #999999;
    line-height: 24px;
    margin: 20px 0;
    padding: 5px 0;
}

.layout_txtcontent_info2 {
    background: #f4f4f4;
    border: 1px solid #e2e2e2;
    text-align: center;
    color: #999999;
    line-height: 24px;
    margin: 20px 0;
}

.layout_txtcontent_content {
    margin-top: 10px;
    overflow: hidden;
    line-height: 200%;
}

.layout_txtcontent_content img {
    max-width: 100% !important;
    height: auto !important;
}

.son_title {
    background: none repeat scroll 0 0 #FFFCEC;
    border: 1px dashed #FEDC99;
    color: #333333;
    height: 24px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: right;
    width: 95%;
}

.change {
    margin: 13px auto 0;
    width: 100%;
}

.change ul {
    background: url(images/change.png) no-repeat scroll left center transparent;
    padding-left: 16px;
}

.change ul li {
    font-size: 14px;
    line-height: 28px;
}

.closepage {
    margin: 15px auto;
    width: 100%;
    text-align: center;
}

.closepage a {
    color: #555;
}

.closepage span {
    background: url(images/submit_btn_bg.gif) repeat-x scroll 0 0 transparent;
    border: 1px solid #555555;
    color: #333333;
    width: 120px;
    height: 21px;
    padding: 1px 3px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
}


/*介绍页*/

.gov-intro {
    padding: 20px 0 30px 0;
}

.intro-con {
    padding: 40px 0;
}

.intro-con p {
    line-height: 150%;
    text-indent: 2em;
    font-size: 14px;
    margin-bottom: 20px;
}

.intro-con img {
    max-width: 100% !important;
    height: auto !important;
}

.share_btn {
    margin: 10px;
}

.gov-table {
    padding: 45px 30px
}

.touch-table .table2 {
    margin: 5px 0 20px;
    color: #666;
}

.touch-table .table2 th {
    background-color: #f8f8f8;
    font-size: 18px;
    color: #9b0000;
    text-align: left;
    line-height: 40px;
    padding-left: 20px;
    border: #e9e9e9 1px solid;
}

.touch-table .table2 td {
    border: #e9e9e9 1px solid;
    border-collapse: collapse;
    padding: 14px 20px 13px 20px;
}

.touch-table {
    margin-bottom: 50px;
}

.leader-table .table_leadship {
    width: 100%;
    background-color: #fff;
    border: 1px #f5f5f5 solid;
    border-top: 1px #8c0000 solid;
    font-size: 16px;
}

.leader-table .table_leadship .td_title {
    color: #99040c;
}

.leader-table .table_leadship tr:nth-child(2n) td {
    background-color: #f4f4f4;
}

.leader-table .table_leadship tr .td2 {
    border-right: 1px #f5f5f5 solid;
    text-align: left;
    line-height: 25px;
}

.leader-table .table_leadship tr td {
    border: none;
    color: #222;
    text-align: left;
    padding: 15px 40px;
}

.leader-table {
    margin-bottom: 50px;
}

.departbox {
    margin-bottom: 20px;
}

.departbox .title {
    font-size: 20px;
    color: #8c0000;
    padding-left: 35px;
    margin-bottom: 20px;
    margin-top: 0;
    background: url(images/title.png) no-repeat left 4px;
}

.depli {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.depli a {
    display: block;
    padding: 10px;
    margin-right: 2px;
    font-size: 16px;
    color: #000;
}

.depli .bg1 {
    background: #dcdddd;
}

.depli .bg2 {
    background: #c9caca;
}

.depli .bg3 {
    background: #b5b5b6;
}

.education {
    margin-bottom: 40px;
}

.edubox .eduhd {
    border-bottom: 1px solid #bfbfbf;
}

.edubox .eduhd span {
    font-size: 20px;
    border-bottom: 1px solid #8c0000;
    display: inline-block;
    color: #8c0000;
    padding: 5px 25px 5px 45px;
    background: url(images/arr2.png) 4px center no-repeat;
}

.eduli {
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
}

.eduli a {
    display: block;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
    color: #000;
    background: url(images/arr3.png) left 13px no-repeat;
}

.edupic {
    margin-top: 40px;
}

.er-right {
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    background: url(http://zqys.php168.net/skin/sites/bmw89_red/er-right-bg.jpg) no-repeat right top #fff;
    padding: 20px 30px;
    _padding: 20px 0px;
    min-height: 350px;
}

.er-right-title {
    padding: 0 8px;
    font-size: 30px;
    color: #ff9900;
    border-bottom: 1px solid #f2f2f2;
    line-height: 46px;
}

.er-right-con {
    padding: 30px 8px;
}

.er-right .xs {
    width: 100%;
}

.er-right .f-18 {
    font-size: 18px;
    color: #454545;
}

.er-right .orange {
    color: #ef7a08;
}

.er-right .jiaol li {
    margin-bottom: 60px;
    height: 245px;
}

.er-right .jiaol li i {
    color: #999;
    padding-top: 4px;
    display: inline-block;
    line-height: 20px;
    text-align: justify;
}

.er-right .jiaol li span {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


/*频道页*/

.college {
    margin: 0 15px;
}

.college .list {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.college .list .img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.cinfo .list_in {
    padding: 0px 50px;
    height: 350px;
    width: 290px;
    background-color: #f0f0f0;
}

.cinfo .list_in .title {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding: 145px 0 20px;
}

.college .list .list_in {
    width: 100%;
    padding: 0;
    -webkit-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
}

.college .list .title,
.college .list .text {
    margin: 0 50px 0 70px;
}

.college .list .title {
    padding-top: 80px;
}

.college .abbreviated {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin: 0px 0 5px;
}

.college .list_in:hover .title,
.college .list_in:hover .text,
.college .list_in:hover .list_btn,
.college .list_in:hover .abbreviated {
    color: #fff;
}

.college .list_in:hover .list_btn {
    border-color: #fff;
}

.college .list_in .triangle {
    border-left: 0;
    border-right: 14px #f0f0f0 solid;
    left: -14px;
    top: 50%;
}

.college .list_in:hover .triangle {
    border-right-color: #9b0000;
}

.college .list .list_in:hover {
    background-color: #9b0000;
}

.college .list:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cpic,
.cinfo {
    padding: 0;
}

.cinfo .list_in .triangle {
    position: absolute;
    top: 50%;
    left: -14px;
    margin-top: -14px;
    z-index: 99;
    width: 0px;
    height: 0px;
    display: block;
    border-top: 14px transparent solid;
    border-bottom: 14px transparent solid;
}

.train {
    background-color: #fff;
    border-top: 3px #9b0000 solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height: 302px;
}

.train img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.train:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.train .title {
    color: #9b0000;
    font-size: 22px;
    text-align: center;
    padding: 24px 0;
    margin: 0 55px;
    border-bottom: #dbdbdb 1px solid;
    position: relative;
}

.train .title:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 99;
    content: "";
    width: 0px;
    height: 1px;
    margin: auto;
    background: #9b0000;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.train:hover .title:before {
    width: 100%;
}

.train .text {
    margin: 15px 55px 0;
    color: #333;
    min-height: 80px;
}

.list_btn {
    color: #c3c3c3;
    text-align: center;
    border: #d7d7d7 solid 1px;
    display: block;
    width: 105px;
    margin: 20px auto 0;
    line-height: 28px;
    font-size: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.list_btn:hover {
    text-decoration: none;
    color: #fff;
    border-color: transparent;
    background-color: #9b0000;
}

.train .list_btn {
    margin: 30px auto 0;
}


/**/

@media (max-width: 767px) {
    .leader-table .table_leadship tr td {
        padding: 15px 5px;
    }
    .college .list_in .triangle {
        display: none;
    }
    .college .list {
        height: 100%;
    }
    .cinfo .list_in {
        height: 100%;
    }
    .college .list_btn {
        margin: 20px auto;
    }
    .news-index-left {
        padding: 0;
        float: none;
    }
    .news-index-right {
        padding: 0;
        float: none;
    }
}

@media screen and (max-width: 480px) {
    .border2 {
        width: 100%;
    }
    .gov-table {
        padding: 30px 0;
    }
}


}