@charset "utf-8";
/* CSS Document*/
html,body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1200px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}
ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #1f509c;
    transition: all 0.6s;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}
.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.relative {
    position: relative;
}
.imghover {
    cursor: pointer;
    transition: all 0.6s;
}
.imghover:hover {
    transform: scale(1.2);
}
/*header*/
.header {
    width: 100%;
    height: 167px;
    background: url("../images/top_bg1.png") center;
    position: relative
}
.top_link {
    color: #aab0c1;
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0 0 0;
    width: 240px;
}
.top_link a {
    color: #aab0c1;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
}
.logo {
    width: 438px;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 15px 0 0 0;
    display: block;
    height: 83px;
}
/*search*/
.i-search {
    width: 255px;
    height: 34px;
    overflow: hidden;
    position: relative;
    margin: 20px 0 0 18px;
    background: #ffffff;
    border-radius: 0px;
    border-bottom: #c2c9d9 1px solid;
}
.i-search .search-txt {
    width: 190px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    color: #c2c9d9;
    border: none;
    background: none;
    outline: none
}
.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: none;
    background: url("../images/btn_search.png") center no-repeat;
    cursor: pointer;
}
/*nav*/
.i-nav {
    width: 100%;
    height: 50px;
    /* margin: 19px auto 0 auto; */
    background: #861600;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav {
    padding: 0 20px;
    height: 46px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 1200px;
}
.nav a {
    color: #fff;
}
.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    width: 12.5%;
}
.nav .nLi h3 {
    float: left;
    width: 100%;
}
.nav .nLi h3 a {
    display: block;
    padding: 0 34px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    /* background:url("../images/nav_bgline.png") bottom repeat-x; */
    /* background-color: #a70000; */
    text-align: center;
}
.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 50px;
    position: absolute;
    background: #9c230b;
    line-height: 36px;
    padding: 0;
    opacity: 0.7;
}
.nav .sub li {
    zoom: 1;
    border-bottom: #1f1f1f 1px solid;
    text-align: center;
    /* padding: 10px 0; */
}
.nav .sub a {
    display: block;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
}
.nav .sub a:hover {
    color: #fff;
    background: #861600;
}
.nav .on h3 a {
    color: #ffffff;
    /* background:url("../images/nav_bglinehover.png") bottom repeat-x; */
    background-color: #a72f16;
}
/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 15px;
    z-index: 1;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ibanner .hd ul li {
    float: left;
    margin-right: 4px;
    width: 50px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.ibanner .hd ul li.on {
    background: #861600;
    opacity: 1;
    color: #fff;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}
.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("../images/tt_bg.png");
    font-size: 24px;
    color: #ffffff;
    padding: 10px 20px;
}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 45px;
    height: 80px;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}
/*imain*/
.news_box {
    margin: 0 auto 40px auto;
    height: auto;
    overflow: hidden;
}
.i-title {
    height: 50px;
    line-height:50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px auto;
    padding: 30px 0 5px 0;
    border-bottom: #e5e5e5 1px solid;
}
.i-title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #a70000;
    display: block;
    float: left;
    padding: 0;
}
.i-title h2 span {
    color: #999999;
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    font-style:italic
}
.i-title a {
    display:block;
    font-size:12px;
    float:right;
    color:#9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}
.i-title a:hover {
    color:#330000;
}
.news_box_left {
    width: 478px;
    float: left
}
.tj_img {
    width: 478px;
    height: 223px;
    overflow: hidden;
}
.tj_img img {
    width: 478px;
    height: 223px;
}
.tj_title {
    margin: 10px 0 0 0
}
.tj_title a {
    color: #3e6db5;
    font-size: 16px;
    line-height: 30px;
}
.tj_title a:hover {
    color: #cc3300;
}
.tj_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.tj_zy a {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
}
.news_box_right {
    float: right;
    width: 690px;
    height: auto;
    overflow: hidden;
}
.top_title {
    margin: 0 0 10px 0
}
.top_title a {
    color: #3e6db5;
    font-size: 22px;
    line-height: 30px;
}
.top_title a:hover {
    color: #cc3300;
}
.top_time {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.top_zy a {
    color: #595858;
    font-size: 14px;
    line-height: 27px;
}
.top_zy {
    color: #686868;
    font-size: 14px;
    line-height: 27px;
    border-bottom: #dcdcdc 1px dashed;
    padding:0 0 10px 0;
}
.n_list {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
}
.n_list li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    display: block;
    color: #999999;
    font-size: 16px;
}
.n_list li a {
    font-size: 16px;
    color: #333333;
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 15px;
    float: left;
    display: block;
    width: 73%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.n_list li a:hover {
    color: #cc3300
}
.n_list li .date {
    float: right;
    font-size: 14px;
    color: #999999
}
.n_list li i {
    font-style: normal;
    color: #ff9900
}
/*i-tzgg*/
.i-tzgg {
    width:100%;
    height:415px;
    background: url("../images/tzgg_bg.jpg") center no-repeat #ffffff;
    background-size:cover;
}
.tz_box_nr {
    width: 1300px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.tz_list {
    width: 580px;
    height: auto;
    overflow: hidden;
    margin: 0 30px 38px 0;
    float: left;
}
.tz_list .tz_date {
    font-size: 14px;
    color: #ffffff;
    background: #4d78b9;
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    float: left;
    opacity: 0.9;
}
.tz_list .tz_date span {
    font-size: 30px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 0 0
}
.tz_list .tz_txt {
    float: right;
    width:465px;
    height: 90px;
    overflow: hidden;
    padding: 0 0 0 0;
}
.tz_list .tz_txt h1 {
    color: #242424;
    font-size: 16px;
    line-height: 30px;
}
.tz_list .tz_txt h1 a {
    color: #242424;
}
.tz_list .tz_txt p {
    font-size: 13px;
    line-height: 30px;
    color: #6b6969;
    margin:5px 0;
    padding: 0;
}
.tz_list .tz_txt p a {
    color: #6b6969
}
.tz_txt:hover h1 a {
    color: #cc0000;
}
.tz_list:hover .tz_date {
    opacity: 1;
}
.tz_list:hover p a {
    color: #3e6db5
}
/*i-xsgz*/
.i-xsgz {
    width:100%;
    height: auto;
    overflow:hidden;
    margin: 20px auto 0 auto;
}
.i-xsgz-left {
    width:580px;
    float: left;
    height: auto;
    overflow:hidden;
}
.i-xsgz-right {
    width:580px;
    float: right;
    height: auto;
    overflow:hidden;
}
.tpwz_list {
    width: 580px;
    height: 126px;
    overflow: hidden;
    margin: 0 0 7px 0;
}
.tpwz_list .imgqy {
    width: 180px;
    height: 120px;
    overflow: hidden;
    float: left;
}
.tpwz_list img {
    width: 180px;
    height: 120px;
    padding: 0;
    border: #dfdfdf 1px solid;
    margin-right: 15px
}
.tpwz_list .tpwz_txt {
    float: right;
    width: 370px;
    height: 124px;
    overflow: hidden;
    padding: 0 0 0 0;
}
.tpwz_list .tpwz_txt h1 {
    color: #242424;
    font-size: 18px;
    line-height: 30px;
}
.tpwz_list .tpwz_txt h1 a {
    color: #242424;
}
.tpwz_list .tpwz_txt p {
    font-size: 13px;
    line-height: 30px;
    color: #494949;
    margin:5px 0;
    padding: 0;
}
.tpwz_list .tpwz_txt p a {
    color: #494949
}
.tpwz_txt:hover h1 a {
    color: #cc0000;
}
/*i-wyfc*/
.i-wyfc-box {
    width:1200px;
    overflow:hidden;
    position:relative;
}
.i-wyfc-box .hd {
    overflow:hidden;
    height:30px;
    background:#f4f4f4;
    padding:0 10px;
}
.i-wyfc-box .hd .next {
    background-position:0 -50px;
}
.i-wyfc-box .hd .prevStop {
    background-position:-60px 0;
}
.i-wyfc-box .hd .nextStop {
    background-position:-60px -50px;
}
.i-wyfc-box .hd ul {
    float:right;
    overflow:hidden;
    zoom:1;
    margin-top:10px;
    zoom:1;
}
.i-wyfc-box .hd ul li {
    float:left;
    width:9px;
    height:9px;
    overflow:hidden;
    margin-right:5px;
    text-indent:-999px;
    cursor:pointer;
}
.i-wyfc-box .hd ul li.on {
    background-position:0 0;
}
.i-wyfc-box .bd {
    padding:0;
}
.i-wyfc-box .bd .tempWrap {
    width: 1200px !important;
}
.i-wyfc-box .bd ul {
    overflow:hidden;
    zoom:1;
}
.i-wyfc-box .bd ul li {
    margin:0 18px 0 0;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    position: relative;
}
.i-wyfc-box .bd ul li .pic {
    text-align:center;
    width:286px;
    height:204px;
    overflow: hidden;
}
.i-wyfc-box .bd ul li .pic img {
    width:286px;
    height:204px;
    display:block;
    padding:0;
}
.i-wyfc-box .bd ul li .pic a:hover img {
    border-color:#999;
}
.i-wyfc-box .bd ul li .title {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background:url("../images/tt_bg.png");
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
}
.i-wyfc-box .bd ul li .title a {
    color: #ffffff;
}
/*listbanner*/
.list_banner {
    width: 100%;
    text-align: center;
}
.list_banner img {
    width: 100%;
}
.this_map {
    background: #e5e5e5;
    height: 48px;
    position: relative;
    width: 100%;
}
.this_name {
    float: left;
    width: 240px;
    height: 54px;
    position: absolute;
    top: -45px;
    background: #a70000;
    padding: 20px 0;
}
.this_name h1 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.this_name span {
    font-size: 14px;
    color: #d8dfd8;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.this_dqwz {
    float: right;
    width: 920px;
    text-align: right;
    color: #555555;
    font-size: 14px;
    line-height: 48px;
}
.this_dqwz h2 {
    display: block;
    float: left;
    line-height: 48px;
    font-weight: bold;
    color: #a70000;
    font-size: 20px;
}
.this_dqwz .ico_home {
    margin: 0 5px;
}
/*list_main*/
.list_main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    min-height: 600px;
}
.list_main_left {
    width: 240px;
    float: left;
}
.list_main_right {
    width: 920px;
    float: right;
    padding: 10px 0;
}
.list_sub {
    width: 100%;
    min-height: 300px;
    background: url("../images/list_subj.png") bottom right no-repeat #e5e5e5;
    padding: 20px 0;
    overflow: hidden;
}
.list_sub li {
    width: 100%;
    padding: 5px 0 5px 20px;
}
.list_sub li a {
    display: block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 16px;
}
.list_sub li a:hover {
    background: #ffffff;
    border-left: #b7b7b7 2px solid;
    color: #555555;
    font-weight: bold;
}
.list_sub .on_here {
    background: #ffffff;
    border-left: #a70000 2px solid;
    color: #a70000;
    font-weight: bold;
}
/*list_box*/
.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}
.list_box li {
    line-height: 46px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../images/dxhx.png") bottom repeat-x;
}
.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_001.png") left center no-repeat;
}
.list_box li:hover {
    background: #f8f8f8;
    color: #cc3300;
}
.list_box li a:hover {
    /* background: url("../images/ico_001.png") left center no-repeat #ececec; */
    color: #cc3300;
}
.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}
/*piclist*/
.pic-list {
    width: 960px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}
.pic-list ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.pic-list li {
    width: 285px;
    margin-right: 34px;
    float: left;
    margin-bottom: 0;
}
.pic-list li img {
    width: 290px;
    height: 190px;
    border: #efefef 1px solid;
    padding: 5px;
}
.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}
.pic-list li a {
}
.pic-list li a:hover {
    color: #000;
}
.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}
/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}
.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}
.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}
.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}
.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}
.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}
.wz_fj {
}
.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}
.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}
.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}
.wzclose-relative span {
    margin: 0 15px;
}
.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    position: relative;
}
.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}
.i-sxt a:hover {
    color: #cc0010;
}
/**/
/*c-content*/
.icontent {
    width: 1200px;
    border: #e5e5e5 1px solid;
    padding:0 40px;
    background: #fcfcfc;
    overflow: hidden;
    margin: 15px auto
}
.icontent .lm_name {
    height: 70px;
    line-height: 70px;
    border-bottom: #cccccc 1px solid
}
.icontent .lm_name h2 {
    float: left;
    width: auto;
    text-align: center;
    height: 69px;
    font-size: 24px;
    color: #a70000;
    font-weight: bold;
    border-bottom: #a70000 3px solid;
}
.icontent .lm_name span {
    float: right;
    color: #666666;
    font-size: 12px;
}
.icontent .lm_name span a {
    color: #666666;
}
.wafx {
    padding: 0;
    position: absolute;
    right: 0;
    top:40px;
}
/*end*/
.end {
    /* background: url("../images/end_bg.jpg") center no-repeat #a70000; */
    background-size:cover;
    width: 100%;
    height: 230px;
    background-color: #a70000;
}
.end_left {
    width: 1200px;
    float: left;
}
.end_right {
    width: 240px;
    float: right;
    display: none;
}
.i-yqlj {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.i-yqlj a {
    display: block;
    width: 20%;
    float: left;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}
.i-yqlj a:hover {
    color: #aebed5;
}
.copright {
    border-top: #aebed5 1px solid;
    margin-top: 20px;
    padding: 10px 0 0 0;
}
.copright p {
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}
.wx_sm {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}
.wx_sm span {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}




.xw-top {
    margin-top: 35px;
    border-top-left-radius: 50px;
    overflow: hidden;
}

.xw-top a {
    position: relative;
    display: block;
}

.xw-top a .pic {
    padding-top: 50.7%;
}

.xw-top a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/sect1-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.xw-top a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    color: #fff;
    z-index: 6;
    padding-left: 20px;
    width: 60%;
}

.xw-top .slick-dots {
    bottom: 30px;
    right: 20px;
    width: auto;
}

.xw-top .slick-dots li {
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 3px;
    transition: all .3s;
}

.xw-top .slick-dots li.slick-active {
    border-radius: 0;
    width: 50px;
    background: url(../images/slick-xx.png) no-repeat center center;
}


.pic1 {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.pic1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic1:hover img {
    transform: scale(1.1);
}





#top{
  width:100%;
  height:40px;
  background-color: #000; min-width:1200px;
}
#top .top{
  width:1200px;
  height:40px;
  margin:0 auto;
}
#top .top .fl{
  color:#e5e5e5;
  line-height:40px;
  font-size: 13px;
}
#top .top .fr a{
  color:#e5e5e5;
  /* line-height:40px; */
  font-size: 13px;
} 
.logobj{height:150px;width:100%;min-width:1200px;background: #9c230b;}
.logobjc{ width:1200px; margin:0 auto;}
.logolf{width: 760px;height:88px;float:left;margin-top:30px;}
.logoc{ width:278px; height:71px; float:left; margin-left:60px; margin-top:30px;}
.souyou{float:right;width: 262px;/* height:80px; *//* margin-top:40px; */margin: 57px 0;}
.sous{/* width:232px; *//* height:30px; *//* background:url(../images/mb_09-04.png) no-repeat; */}
.soua{ width:190px; float:left; height:26px; margin-top:2px; margin-left:10px;}
.soua input{ width:178px; height:27px; background:none; border:none;}
.ssan{ width:26px; height:24px; float:left; margin-top:3px;}

.daoh{ height:45px; background:#861600; width:100%; min-width:1200px;}
.daohc{ width:1200px; height:45px; line-height:45px; color:#fff; margin:0 auto; font-size:14px;}

.news:after{content:"";display:block;clear:both;}
.news_left{float:left;width:46%;height: 380px;}
.news_left .slideBox{width: 100%;height: 380px;overflow:hidden;position:relative;}
.news_left .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.news_left .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.news_left .slideBox .hd ul li{float:left;margin-right: 8px;width:15px;height: 5px;line-height:14px;text-align:center;background:#fff;cursor:pointer;border-radius: 10px;}
.news_left .slideBox .hd ul li.on{ background:#861600; width:30px;}
.news_left .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.news_left .slideBox .bd .tempWrap{width:100% ;height:100%；}
.news_left .slideBox .bd .tempWrap ul{width:100%;height:100%;}
.news_left .slideBox .bd .tempWrap ul li{width:100%;height:100%;}
.news_left .slideBox .bd li{ zoom:1; vertical-align:middle; position:relative;}
.news_left .slideBox .bd li a .pice{position:relative;overflow:hidden;height: 380px;}
.news_left .slideBox .bd li a p{position:absolute;bottom:0px;width:100%;padding: 0;margin: 0;height: 40px;line-height: 40px;background: url('../images/s1-img02.png') no-repeat bottom center;background-size: 100%;}
.news_left .slideBox .bd li a p span{display:block;width:55%;font-size:14px;color:#ffffff;padding-left: 20px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_left .slideBox .bd li a .pice span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%; background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.news_left .slideBox .bd li:hover a .pice span{-webkit-transform: scale(1.1);-ms-transform: scale(1.1); transform: scale(1.1);}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.news_left .slideBox .prev,
.news_left .slideBox .next{position:absolute;left:3%;top:50%;margin-top: -25px;display:block;width:32px;height: 77px;background: url(../images/slider-arrow.png) -127px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.news_left .slideBox .next{left:auto;right:3%;background-position: -10px 5px;}
.news_left .slideBox .prev:hover,
.news_left .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.news_left .slideBox .prevStop{ display:none;  }
.news_left .slideBox .nextStop{ display:none;  }

.news_right{width: 51%;float:right;}
.news_right .news_list li:after{content:"";display:block;clear:both;}
.news_right .news_list li{width: 100%;height: 39px;line-height: 25px;display: block;color: #666666;font-size: 16px;margin-bottom: 0px;}
.news_right .news_list li span{float:right;color:#999999;}
.news_right .news_list li a{float:left;width:80%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: url("../images/ico_001.png") left center no-repeat;padding-left: 15px;}
.news_right .news_list li:hover a{color:#cc3300;}

@charset "utf-8";
/*页面中间宽度*/
.content
{
    width: 1250px;
    margin: 0 auto;
}
.content_1280
{
    width: 1280px;
    margin: 0 auto;
    padding-top: 1px;
}
.content::after
{
    content: "";
    display: block;
    clear: both;
}
.content_1280:after
{
    content: "";
    display: block;
    clear: both;
}
/*浏览器升级*/
.pageTips .container a.close
{
    display:none !important
}
.pageTips
{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.pageTips .container
{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}
.pageTips .container a.close
{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
}
.pageTips .container .img
{
    text-align: center;
}
.pageTips .container .msg
{
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}
.pageTips .container a
{
    color: #fff;
    text-decoration: underline;
}



/*head*/
.head
{
    width: 100%;
    height: 6px;
    background: #d00000;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
}
.header
{
    position: fixed;
    z-index: 50;
    left: 0;
    top: 5px;
    width: 100%;
}
.header:after
{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    height: 190px;
    background: url("../img/head_bj.png") center repeat-x;
    background-size: auto 99%;
    z-index: -1;
}
.header .head_box
{
    width: 1460px;
    /* height: 115px; */
    margin: 0 auto;
    position: relative;
}
.header .head_box:after
{
    content: "";
    display: block;
    clear: both;
}
/* logo */
.header .head_box .logo
{
    float: left;
    width: 410px;
    height: 75px;
    margin: 30px 0;
}
.header .head_box .logo a img
{
    width: 100%;
    height: 100%;
}

/* 顶部链接 */
.head_link
{
    height: 40px;
    float: right;
    position: relative;
}
.head_link ul
{
    float: left;
    margin: 11px 66px 11px 0;
}
.head_link ul::after
{
    content: "";
    display: block;
    clear: both;
}
.head_link ul li
{
    float: left;
    position: relative;
    padding: 0 20px;
}
.head_link ul li:last-child::before
{
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    right: 0;
    top: 0px;
    background: transparent;
}
.head_link ul li:last-child
{
    background: url("../img/language_icon.png") no-repeat 15px center;
    padding-left: 45px;
}
.head_link ul li::before
{
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 4px;
    background: #ffffff;
}
.head_link ul li a
{
    font-size: 12px;
    color: #fff; 
}

.sb-search
{
	position: absolute;
	width: 0%;
	min-width: 62px;
	height: 41px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	right: 0;
}

.sb-search-input
{
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 70%;
	height: 40px;
	margin: 0;
	z-index: 10;
	font-family: inherit;
	font-size: 16px;
	color: #2c3e50;
	padding-left: 10px;
}

.sb-search-input::-webkit-input-placeholder
{
	color: #d00000;
}

.sb-search-input:-moz-placeholder
{
	color: #d00000;
}

.sb-search-input::-moz-placeholder
{
	color: #d00000;
}

.sb-search-input:-ms-input-placeholder
{
	color: #d00000;
}

.sb-icon-search,.sb-search-submit
{
	width: 62px;
	height: 41px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit
{
	background: #d00000 url("../img/search_box_icon.png") no-repeat center center; /* IE needs this */
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search
{
	color: #fff;
	background: #d00000 url("../img/search_box_icon.png") no-repeat center center;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;

}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search
{
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search
{
	background: #d00000;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit
{
	z-index: 90;
}

.g-nav
{
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 35px;
    bottom: auto;
}
.g-nav ul
{
    display: flex;
}
.g-nav ul li
{
    position: relative;
    margin-right: 35px;
}
.g-nav ul li:last-child{margin-right: 0;}
.g-nav ul li a.name::after
{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 13px;
    bottom: 0;
    /* top: 0; */
    margin: 0 auto;
    background: url("../img/xsj.png") no-repeat center center;
    height: 17px;
    opacity: 0;
}
.g-nav ul li:hover a.name::after
{
    opacity: 1;
}
.g-nav ul li>a
{
    display: block;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    padding-bottom: 0px;
}
.g-nav .listd {
    position: absolute;
    z-index: 1;
    left: 74px;
    right: auto;
    top: -100vh;
    bottom: auto;
    background: #db9c00;
    width: 120px;
    margin-left: -100px;
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.19);
    border-top: #EE9640 solid 4px;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
}
.g-nav .listd a
{
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 48px;
    color: #ffffff;
    text-decoration: none;
}
.g-nav li:hover .listd {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}




/* banner */
.slideBox
{
	width: 100%;
	height: 955px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd
{
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 15px;
	z-index: 1;
	width: 153px;
	margin: 0 auto;
}

.slideBox .hd ul
{
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li
{
	float: left;
	margin-right: 15px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 6px;
}

.slideBox .hd ul li.on
{
	width: 78px;
	height: 13px;
	background-color: #f2c201;
	border-radius: 6px;
}

.slideBox .bd
{
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li
{
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img
{
	width: 100%;
	height: 100%;
	display: block;
}

		/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
		.slideBox .next
{
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next
{
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
		.slideBox .next:hover
{
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop
{
	display: none;
}

.slideBox .nextStop
{
	display: none;
}


/* 学校新闻 & 基层之声 */
.new
{
    width: 100%;
    height: 658px;
    background: url("../img/xxyw.jpg") no-repeat;
    padding-top: 1px;
}
.new .content .slideTxtBox
{
	width: 100%;
	margin-top: 70px;
}

.new .content .slideTxtBox .hd
{
	height: 30px;
	line-height: 30px;
	position: relative;
}

.new .content .slideTxtBox .hd ul
{
	float: left;
	position: absolute;
	height: 32px;
}

.new .content .slideTxtBox .hd ul li
{
	float: left;
	cursor: pointer;
	margin-right: 20px;
	font-size: 27px;
	position:relative;
	padding-right: 20px;
}
.new .content .slideTxtBox .hd ul li:after
{
	position:absolute;
	content:"";
	display:block;
	width:1px;
	height: 25px;
	top: 3px;
	right:0;
	background:#b9b9b9;
}
.new .content .slideTxtBox .hd ul li:last-child:after
{
	background:transparent;
}
.new .content .slideTxtBox .hd ul li.on
{
	font-size:30px;
}
.new .content .slideTxtBox .hd ul li.on:before
{
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 7px;
	left: 54px;
    top: 38px;
    right: 0;
	background: url("../img/on_sanjiao.png") no-repeat center center;
}
.new .content .slideTxtBox .bd
{
	margin-top:30px;
    position: relative;
}
.new .content .slideTxtBox .bd div ul::after
{
    content: "";
    display: block;
    clear: both;
}
.index_more
{
    position: absolute;
    top:-52px;
    right: 0;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li
{
    float:left;
    position: relative;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li:first-child
{
    width: 456px;
    height: 373px;
    margin-right: 20px;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li:first-child a .xxyw_img
{
    width: 100%;
	height: 100%;
    overflow: hidden;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li:first-child a .xxyw_img img
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li:first-child a p
{
    position: absolute;
    width: 100%;
    height: 54px;
    line-height: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.new .content .slideTxtBox .bd div ul.xxyw_top li:first-child a p span
{
    display: block;
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new .content .slideTxtBox .bd div ul.xxyw_top li:hover .xxyw_img img
{
    transform: scale(1.2);
}
.new .content .slideTxtBox .bd div ul.xxyw_top li
{
    width: 252px;
    margin-right: 9px;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li a .xxyw_imgs
{
    width: 250px;
	height: 190px;
    overflow: hidden;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li a .xxyw_imgs img
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li a .xxyw_text
{
    padding: 10px 20px;
    background: #fff;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li a .xxyw_text h3
{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 10px 0;
    text-decoration: none;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li a .xxyw_text p
{
    font-size:13px;
    color:#787878;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    margin: 10px 0;
    text-decoration: none;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li a .xxyw_text span
{
    font-size: 13px;
    color: #c07a00;
    margin: 10px 0;
    display: block;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li:last-child
{
	margin-right:0;
}
.new .content .slideTxtBox .bd div ul.xxyw_top li:hover a .xxyw_imgs img
{
    transform: scale(1.2);
}
.new .content .slideTxtBox .bd div ul.xxyw_top li:hover a .xxyw_text h3
{
    color: #bd0000;
    text-decoration: underline;
    text-decoration-color:#bd0000;
}
.new .content .slideTxtBox .bd div ul.xxyw_bottom
{
	margin-top:20px;
}
.new .content .slideTxtBox .bd div ul.xxyw_bottom li
{
    float: left;
    width: 47%;
    margin-right: 3.5%;
    position: relative;
    padding-left: 15px;
    margin: 10px 3.5% 0px 0;
}
.new .content .slideTxtBox .bd div ul.xxyw_bottom li:nth-child(2n)
{
    margin-right: 0;
}
.new .content .slideTxtBox .bd div ul.xxyw_bottom li::after
{
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #ba0000;
    top: 11px;
    left:0;
}
.new .content .slideTxtBox .bd div ul.xxyw_bottom li a
{
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 84%;
    color: #131313;
}
.new .content .slideTxtBox .bd div ul.xxyw_bottom li span
{
    float: right;
    font-size: 16px;
    color: #131313;
}
.new .content .slideTxtBox .bd div ul.xxyw_bottom li:hover a
{
    color: #ba0000;
    text-decoration: underline;
}

/* 校务通知 & 公示公告 */
.xwtz
{
    width: 100%;
    height: 335px;
    position: relative;
}
.xwtz>img
{
	width:100%;
	height:100%
}
.xwtz .content
{
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
}
.xwtz .content  .slideTxtBox
{
	width: 100%;
}
.xwtz .content  .slideTxtBox .hd
{
	height: 30px;
	line-height: 30px;
	position: relative;
}
.xwtz .content  .slideTxtBox .hd ul
{
	float: left;
	position: absolute;
	height: 30px;
}

.xwtz .content  .slideTxtBox .hd ul li
{
	float: left;
    cursor: pointer;
    margin-right: 20px;
    font-size: 30px;
    position: relative;
    padding-right: 20px;
    color: #ffffff;
}
.xwtz .content .slideTxtBox .hd ul li:last-child:after
{
	background:transparent
}
.xwtz .content .slideTxtBox .hd ul li::after
{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    top: 5px;
    right: 0;
    background: #b9b9b9;
}
.xwtz .content  .slideTxtBox .hd ul li.on:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    left: 54px;
    top: 45px;
    right: 0;
    background: url(../img/xwsanjiao.png) no-repeat center center;
}
.xwtz .content  .slideTxtBox .bd
{
    margin-top: 40px;
}

.xwtz .content  .slideTxtBox .bd li
{
    width: 22%;
    height: 280px;
    float: left;
    margin-right: 4%;
    background: #ffffff;
    border-bottom: 2px solid #bf0303;
    padding-top: 1px;
}
.xwtz .content  .slideTxtBox .bd li:last-child
{
    margin-right: 0;
}
.xwtz .content  .slideTxtBox .bd li .date
{
	float: right;
	color: #999;
}
.xwtz .content  .slideTxtBox .bd li a .xwtz_text
{
    position: relative;
}
.xwtz .content  .slideTxtBox .bd li a .xwtz_text .time
{
    position: absolute;
    width: 69px;
    height: 74px;
    left: -38px;
    top: 0px;
    background-color: #ffa200;
}
.xwtz .content  .slideTxtBox .bd li a .xwtz_text .time span:first-child
{
	display:block;
	text-align:center;
	font-size:34px;
	line-height: 45px;
	color:#ffffff;
}
.xwtz .content  .slideTxtBox .bd li a .xwtz_text .time span:first-child + span
{
	display:block;
	text-align:center;
	font-size:12px;
	color:#ffffff;
}
.xwtz .content  .slideTxtBox .bd li a .xwtz_text h3
{
	color:#131313;
	font-size:16px;
	line-height:24px;
	width:80%;
	margin: 42px 45px auto;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xwtz .content  .slideTxtBox .bd li a .xwtz_text p
{
	font-size:13px;
	color:#7d7d7d;
	width: 88%;
	margin: 56px 0px 0 25px;
	line-height: 27px;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xsxx_ksdh
{
    padding-top: 1px;
}
.xsxx_ksdh .content
{
    margin-top: 100px;
    margin-bottom: 70px;
}
.xsxx_ksdh .content .xsxx
{
    float: left;
    width: 60%;
}
.xsxx_ksdh .content .xsxx .xsxx_tit::after
{
    content: "";
    display: block;
    clear: both;
}
.xsxx_ksdh .content .xsxx .xsxx_tit
{
	height:48px;
	line-height:48px
}
.xsxx_ksdh .content .xsxx .xsxx_tit h2
{
    font-size:30px;
    color: #000000;
    float: left;
    font-weight: initial;
}
.xsxx_ksdh .content .xsxx .xsxx_tit span
{
    display: block;
    font-size: 20px;
    color:#b9b9b9;
    float: left;
    margin-left: 30px;
}
.xsxx_ksdh .content .xsxx .xsxx_tit a
{
    float: right;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul1::after
{
    content: "";
    display: block;
    clear: both;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul1
{
	margin:30px 0
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul1 li
{
    float: left;
    width: 48%;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-right: 4%;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul1 li:last-child
{
	margin-right:0;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul1 li a img
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul1 li a p
{
    position: absolute;
    width: 100%;
    height: 47px;
    line-height: 47px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul1 li a p span
{
    display: block;
    width: 95%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul1 li:hover img
{
    transform: scale(1.2);
}

.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul2 li
{
    line-height: 40px;
    position:relative;
}

.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul2 li:after
{
	content:"";
	display:block;
	clear:both;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul2 li:before
{
	position:absolute;
	content:"";
	display:block;
	width:5px;
	height:5px;
	border-radius:10px;
	background:#333333;
	top: 19px;
	left:0;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul2 li span
{
	float:right;
	color:#929292;
	font-size:14px;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul2 li a
{
	font-size:16px;
	color:#050505;
	display:block;
	width: 86%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 15px;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul2 li:hover a
{
    color: #d00000;
}
.xsxx_ksdh .content .xsxx .xsxx_text .xsxx_text_ul2 li:hover::before
{
    background: #d00000;
}
.xsxx_ksdh .content .ksdh
{
    width: 36%;
    float: right;
}
.xsxx_ksdh .content .ksdh .ksdh_tit
{
	height:48px;
	line-height:48px
}
.xsxx_ksdh .content .ksdh .ksdh_tit h2
{
    font-size:30px;
    color: #000000;
    float: left;
    font-weight: initial;
}
.xsxx_ksdh .content .ksdh .ksdh_tit span
{
    display: block;
    font-size: 20px;
    color:#b9b9b9;
    float: left;
    margin-left: 30px;
}
.xsxx_ksdh .content .ksdh .ksdh_tit a
{
    float: right;
}

.xsxx_ksdh .content .ksdh ul:after
{
	content:"";
	display:block;
	clear:both;
}
.xsxx_ksdh .content .ksdh ul li
{
	float:left;
	width:33%;
	height: 70px;
	margin: 45px 0;
	text-align:center;
}
.xsxx_ksdh .content .ksdh ul li a
{
	width:100%;
	height:100%;
	display:block;
}
.xsxx_ksdh .content .ksdh ul li a p
{
	margin-top: 20px;
	font-size:16px;
	color:#4a4a4a;
}


/* 美丽学院 */
.mlxy
{
    width: 100%;
    height: 755px;
    background: url("../img/mlxy.jpg") no-repeat;
    padding-top: 1px;
}
.mlxy .content
{
	margin: 75px auto;
}
.mlxy .content .mlxy_left
{
    float: left;
    width: 60%;
}
.mlxy .content .mlxy_left ul
{
    position: relative;
}
.mlxy .content .mlxy_left ul::after
{
    content: "";
    display: block;
    clear: both;
}
.mlxy .content .mlxy_left ul li
{
    float: left;
    width: 43%;
    margin-bottom: 15px;
    margin-right: 2%;
    max-height: 376px;
    min-width: 244px;
    overflow: hidden;
}
.mlxy .content .mlxy_left ul li a img
{
    transition: all 0.6s;
}
.mlxy .content .mlxy_left ul li:hover a img
{
    transform: scale(1.2);
}
.mlxy .content .mlxy_left ul .more
{
    width: 147px;
    height: 118px;
    background-color: #c60000;
    position: absolute;
    right: 35.5%;
    bottom: 16px;
}
.mlxy .content .mlxy_left ul .more a
{
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.mlxy .content .mlxy_left ul .more a p
{
	position:absolute;
	left:0;
	right:0;
	top: 35px;
	color: #ffffff;
	font-size: 16px;
}
.mlxy .content .mlxy_left ul .more a img
{
	position:absolute;
	left: 23px;
	top: 80px;
}
.mlxy .content .ztzl
{
    float: right;
    width: 36%;
    position: relative;
}
.mlxy .content .ztzl ul::after
{
    content:"";
    display: block;
    clear: both;
}
.mlxy .content .ztzl ul li
{
    float: left;
    width: 100px;
    margin-right: 6%;
    position: relative;
}
.mlxy .content .ztzl ul li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.mlxy .content .ztzl ul li a p
{
    width: 20px;
    background-color: #d99800;
    font-size: 18px;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    right: 15px;
    bottom: -30px;
}
.mlxy .content .ztzl ul li:first-child + li
{
    margin-top: 100px;
}
.mlxy .content .ztzl .ztzl_more
{
    position:absolute;
    right: 25%;
    bottom:-35px;
}
.mlxy .content .ztzl .ztzl_more a p
{
    color: #54514a;
    font-size: 16px;
    margin-top:10px
}
.footer .lxwm
{
    width: 100%;
    height: 286px;
    background: url("../img/footer_bj.png") no-repeat;
}
.footer .lxwm .content .lxwm_left
{
    float:left;
    margin: 69px 0;
}
.footer .lxwm .content .lxwm_left .lxfs
{
	margin-top:30px;
}
.footer .lxwm .content .lxwm_left .lxfs p
{
    font-size: 14px;
    color: #cecece;
    line-height: 28px;
}
.footer .lxwm .content .lxwm_rigth
{
    float: right;
    margin: 92px 0;
}
.footer .lxwm .content .lxwm_rigth a
{
    /* margin-right: 20px; */
    margin: 0px 20px;
}
.footer .lxwm .content .lxwm_rigth a:first-child + a + a
{
    clear: both;
    margin: 0;
    margin-top: 12px;
    display: block;
}
.footer .lxwm .content .lxwm_rigth a:first-child + a + a p
{
    color: #ffffff;
    font-size: 14px;
}
.footer .copy
{
    background: #272727;
    height:70px;
    line-height: 70px;;
}
.footer .copy .content p
{
    text-align: center;
    font-size: 14px;
    color: #a7a7a7;
}







/* 机构 */
.jg_main
{
    width: 100%;
    background: url("../img/jg_main_gj.jpg") no-repeat center bottom;
}
.list_banner img
{
    width: 100%;
    height: 100%;
}
.list_nav
{
    position: relative;
    height: 70px;
}
.list_nav .content_1280
{
    height: 148px;
    background: url("../img/list_nav_bj.png") no-repeat;
    position:absolute;
    left: 0;
    right: 0;
    top: -75px;
    /* margin-bottom: 50px; */
}
.list_nav .content_1280 ul
{
    position: absolute;
    left: 20%;
    top:55px;
    height: 66px;
}
.list_nav .content_1280 ul::after
{
    content: "";
    display: block;
    clear: both;
}
.list_nav .content_1280 ul li
{
    float: left;
    margin: 0 20px;
    height: 100%;
    position: relative;
}
.list_nav .content_1280 ul li a
{
    font-size: 20px;
    color: #ffffff;
}
.list_nav .content_1280 ul li.list_on a
{
    color: #fff5b5;
}
.list_nav .content_1280 ul li.list_on::after
{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
.list_nav .content_1280 ul li:hover::after
{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
}
.list_nav .content_1280 .content ul li:hover a
{
    color: #fff5b5;
}
.dzbljg .content
{
    background: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
    width: 1280px;
    padding-top: 1px;
}
.dzbljg .content ul:after
{
	content:"";
	display:block;
	clear:both;
}
.dzbljg .content ul
{
	width: 95%;
	margin: 0 auto 30px auto;
	padding: 30px 0;
}
.dzbljg .content ul li
{
	float:left;
	width: 32%;
	margin-right: 2%;
	margin: 10px 2% 10px 0;
}
.dzbljg .content ul li a
{
    color: #535353;
    font-size: 15px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.dzbljg .content ul li:nth-child(3n)
{
	margin-right:0;
}
.dzbljg .content ul li:hover a
{
    color: #d00000;
}

/* 党政管理机构 */
.dzbljg .content .lmmc
{
    margin-top: 50px;
}
.dzbljg .content .lmmc::after
{
    content: "";
    display: block;
    clear: both;
}
.dzbljg .content .lmmc h2
{
    float: left;
    position: relative;
    padding-left: 30px;
    color:#ce0202;
    font-size:28px;
    font-weight:lighter;
}
.dzbljg .content .lmmc h2::before
{
    position: absolute;
    content:"";
    display: block;
    width: 14px;
    height: 37px;
    left: 0;
    top: 5px;
    background-color: #dd1515;
}
.dzbljg .content .lmmc hr
{
    float: left;
    width: 80%;
    margin-left: 35px;
    margin-top: 25px;
    border: #e7e7e7 1px solid;
}
.jxdw .content .lmmc hr
{
    float: left;
    width:84%;
    margin-left: 35px;
    margin-top: 25px;
    border: #e7e7e7 1px solid;
}
.zsywdw .content .lmmc hr
{
    float: left;
    width:80%;
    margin-left: 35px;
    margin-top: 25px;
    border: #e7e7e7 1px solid;
}
.qtzz .content .lmmc hr
{
    float: left;
    width:84%;
    margin-left: 35px;
    margin-top: 25px;
    border: #e7e7e7 1px solid;
}
/* 教学单位 */
.jxdw .content .lmmc h2::after
{
    content: "";
    display: block;
    clear: both;
}
.jxdw .content .lmmc h2
{
    float: left;
    position: relative;
    padding-left: 30px;
    color:#015dce;
    font-size:28px;
    font-weight:lighter;
}
.jxdw .content .lmmc h2::before
{
    position: absolute;
    content:"";
    display: block;
    width: 14px;
    height: 37px;
    left: 0;
    top: 5px;
    background-color: #015dce;
}
.jxdw .content .lmmc h2 hr
{
    float: left;
    width: 100% !important;
    margin-left: 35px;
    margin-top: 25px;
    border: #e7e7e7 1px solid;
}
/* 直属业务单位 */
.zsywdw .content .lmmc h2::after
{
    content: "";
    display: block;
    clear: both;
}
.zsywdw .content .lmmc h2
{
    float: left;
    position: relative;
    padding-left: 30px;
    color:#2ec4b6;
    font-size:28px;
    font-weight:lighter;
}
.zsywdw .content .lmmc h2::before
{
    position: absolute;
    content:"";
    display: block;
    width: 14px;
    height: 37px;
    left: 0;
    top: 5px;
    background-color: #2ec4b6;
}
.zsywdw .content .lmmc h2 hr
{
    float: left;
    width: 80%;
    margin-left: 35px;
    margin-top: 25px;
    border: #e7e7e7 1px solid;
}

/* 群团组织 */
.qtzz .content  .lmmc h2::after
{
    content: "";
    display: block;
    clear: both;
}
.qtzz .content .lmmc h2
{
    float: left;
    position: relative;
    padding-left: 30px;
    color:#ff9f1c;
    font-size:28px;
    font-weight:lighter;
}
.qtzz .content  .lmmc h2::before
{
    position: absolute;
    content:"";
    display: block;
    width: 14px;
    height: 37px;
    left: 0;
    top: 5px;
    background-color: #ff9f1c;
}
.qtzz .content .lmmc h2 hr
{
    float: left;
    width: 80%;
    margin-left: 35px;
    margin-top: 25px;
    border: #e7e7e7 1px solid;
}
.qtzz
{
    padding-bottom: 50px;
}




/* list */
.list_main
{
	/* width: 100%; */
	background: url("../img/list_main_bj.jpg") no-repeat center bottom;
}
.list
{
    margin-top: 50px;
    padding-bottom: 50px;
}
.list .content
{
    padding: 0 30px;
    background: #ffffff;
    padding-bottom: 70px;
    width: 1220px;
    padding-top: 1px;
}
.list .content .lmmcs
{
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    margin: 30px 0;
}
.list .content .lmmcs h3
{
    float: left;
    position: relative;
    font-size: 20px;
    color: #0d0d0d;
}
.list .content .lmmcs h3::after
{
    content: "";
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    height: 4px;
    background: #a53a39;
}
.list .content .lmmcs .dqwz
{
    float: right;
    color: #343434;
}
.list .content .lmmcs .dqwz a
{
    font-size: 16px;
    line-height: 45px;
    text-decoration: none;
    color: #343434;
}
.list .content ul li::after
{
    content: "";
    display: block;
    clear: both;
}
.list .content ul.list_ul li
{
    border-bottom: 1px #8f8f8f dashed;
    margin: 25px 0 30px 0;
    padding-bottom: 20px;
}
.list .content ul.list_ul li a .list_time
{
    float: left;
    width: 8%;
    height: 63px;
    border-right: 1px solid #bcbcbc;
}
.list .content ul.list_ul li a .list_time span:first-child
{
    display: block;
    text-align: center;
    color: #0d0d0d;
    font-size: 28px;
    line-height: 35px;
}
.list .content ul.list_ul li a .list_time span:first-child + span
{
    display: block;
    text-align: center;
    color: #0d0d0d;
    font-size: 12px;
    margin-top: 9px;
}
.list .content ul.list_ul li a .list_text
{
    float: left;
    width: 79%;
    margin-left: 30px;
}
.list .content ul.list_ul li a .list_text h2
{
    font-size: 20px;
    color: #0d0d0d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.list .content ul.list_ul li a .list_text p
{
	font-size:14px;
	color:#6c6c6c;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top: 6px;
}
.list .content ul.list_ul li a img
{
    margin-top: 24px;
    float: left;
    margin-left: 45px;
}
.list .content ul.list_ul li:hover a .list_time span
{
    color: #d00000;
}
.list .content ul.list_ul li:hover a .list_time span:first-child + span
{
    color: #d00000;
}
.list .content ul.list_ul li:hover a h2
{
    color: #d00000;
}






/* page */
.list_main .list .content .page p
{
    font-size: 16px;
    color:#535353;
    line-height: 35px;
    text-indent: 2rem;
}





/* content */
.list_main .list .content .cont_txt h2
{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}
.list_main .list .content .cont_txt .message
{
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 20px;
    width: 65%;
    margin: 0 auto;
}
.list_main .list .content .cont_txt .message span
{
    font-size: 14px;
    color: #b2b2b2;
    padding: 0px 20px;
}
.list_main .list .content .cont_txt .cont_nr
{
    margin-top: 20px;
}
.list_main .list .content .cont_txt .cont_nr p
{
    font-size: 16px;
    color: #808080;
    text-indent: 2rem;
    line-height: 40px;
    margin-bottom: 10px;
}




/* 学校概况 */

.about_main .about .content .gk
{

margin: 40px 0;
}
.about_main .about .content .gk h2
{

font-size: 34px;

color: #000000;

text-align: center;

margin-top: 50px;
}
.about_main .about .content .gk p
{
    
padding: 0 120px;
    
font-size: 16px;
    
color: #535353;
    
line-height: 40px;
    
margin-top: 35px;
}

.about_main .about .content .lssj
{

padding: 35px 0;

border: 1px solid #c3c3c3;

border-left-style: none;

border-right-style: none;
}
.about_main .about .content .lssj ul:after
{
    content: "";
    display: block;
    clear: both;
}
.about_main .about .content .lssj ul li
{
    display: inline-block;
    margin: 0px 64px;
}
.about_main .about .content .lssj ul li p
{
    color: #535353;
    font-size: 14px;
    text-align: left;
}
.about_main .about .content .lssj ul li h2
{
    font-size: 46px;
    color: #535353;
    font-weight: normal;
    text-align: left;
    margin-top: 10px;
    line-height: 58px;
    display: inline-block;
}
.about_main .about .content .lssj ul li span
{
    display: inline-block;
    font-size: 46px;
}
.about_main .about .content .about_more
{
    width: 209px;
    height: 48px;
    border: solid 1px #bababa;
    margin: 45px auto;
    position: relative;
    line-height: 48px;
}
.about_main .about .content .about_more a
{
	width:100%;
	height: 100%;
	display:block;
}
.about_main .about .content .about_more a img
{
    position: absolute;
    top: 20px;
    left: 50px;
}
.about_main .about .content .about_more:hover
{
	background:#d00000;
	border: solid 1px #d00000;
}
.about_main .about .content .about_more:hover a span
{
	color:#ffffff;
}
.about_main .about .content .about_more a span
{
    display: inline-block;
    position: absolute;
    /* top: 13px; */
    left: 100px;
    font-size: 16px;
    color: #535353;
}




/* 院领导 */
.xyld .content .picScroll-left
{
	position: relative;
	margin: 60px 0;
}
.xyld .content .picScroll-left .bd .tempWrap
{
    width: 100% !important;
}
.xyld .content .picScroll-left .bd ul
{
	overflow: hidden;
	zoom: 1;
}

.xyld .content .picScroll-left .bd ul li
{
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.xyld .content .picScroll-left .bd ul li .pic
{
	text-align: center;
	width: 296px;
	height: 220px;
	overflow: hidden;
}

.xyld .content .picScroll-left .bd ul li .pic img
{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.xyld .content .picScroll-left .bd ul li .title
{
	line-height: 24px;
	padding: 20px 0;
	border: 1px solid #c5c5c5;
	border-top-style: none;
}
.xyld .content .picScroll-left .bd ul li .title a
{
    font-size: 16px;
    color: #242424;
}
.xyld .content .picScroll-left .bd ul li:hover .pic a img
{
    transform: scale(1.2);
}
.xyld .content .picScroll-left .bd ul li:hover .title
{
    background: #bf0300;
}
.xyld .content .picScroll-left .bd ul li:hover .title a
{
    color: #ffffff;
}
.xyld .content .picScroll-left .next
{
    width: 61px;
    height: 60px;
    display: block;
    background: #d50603 url("../img/yld_left.png") no-repeat center center;
    position: absolute;
    top: 105px;
    left: -20px;
    z-index: 99;
}
.xyld .content .picScroll-left .prev
{
    width: 61px;
    height: 60px;
    display: block;
    background: #d50603 url("../img/yld_right.png") no-repeat center center;
    position: absolute;
    top: 105px;
    right: -20px;
    z-index: 99;
}


/* 历史沿革 */
.lsyg 
{
    height: 589px;
    background: url("../img//lsyg_bj.jpg") no-repeat;
}
.lsyg .content 
{
    position: relative;
}
.lsyg .content .lsyg_box:after
{
	content:"";
	display:block;
	clear:both;
}
.lsyg .content .lsyg_box
{
    position: absolute;
    right: 0;
    top: 150px;
}
.lsyg .content .lsyg_box img
{
    float: left;
}
.lsyg .content .lsyg_box .lsug_txt
{
    width: 600px;
    padding: 35px;
    background: #992633;
    float: left;
}
.lsyg .content .lsyg_box .lsug_txt h2
{
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 15px;
}
.lsyg .content .lsyg_box .lsug_txt p
{
    font-size: 16px;
    color: #f1c3c3;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:5;
}
.lsyg .content .lsyg_box .lsyg_more::after
{
    content:"";
    display: block;
    clear: both;
}
.lsyg .content .lsyg_box .lsyg_more
{
    width: 107px;
    margin-top: 12px;
}
.lsyg .content .lsyg_box .lsyg_more img
{
    float: left;
    margin-top: 8px;
}
.lsyg .content .lsyg_box .lsyg_more span
{
    float: right;
    display: block;
    font-size: 16px;
    color: #ffffff;
}


/* 校园风光 */
.xyfgs .content
{
    margin: 80px auto;
}
.xyfgs .content h2
{
    font-size: 34px;
    color: #000000;
    text-align: center;
}
.xyfgs .content .slideTxtBox
{
	width: 100%;
}

.xyfgs .content .slideTxtBox .hd
{
	height: 30px;
	line-height: 30px;
	position: relative;
	width: 225px;
	margin: 20px auto 50px auto;
}

.xyfgs .content .slideTxtBox .hd ul
{
	float: left;
	position: absolute;
	height: 32px;
}

.xyfgs .content .slideTxtBox .hd ul li
{
	float: left;
	cursor: pointer;
	font-size: 18px;
	color: #000000;
	position: relative;
	padding: 0 20px;
}
.xyfgs .content .slideTxtBox .hd ul li::after
{
    position: absolute;
    content: "/";
    display: block;
    right: 0;
    top: 0;
}
.xyfgs .content .slideTxtBox .hd ul li:last-child::after
{
	position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
}
.xyfgs .content .slideTxtBox .hd ul li.on
{
	height: 30px;
	background: #fff;
}
.xyfgs .content .slideTxtBox .bd
{
	height: 540px;
}
.xyfgs .content .slideTxtBox .bd ul
{
	position: relative;
	height: 100%;
}
.xyfgs .content .slideTxtBox .bd li
{
    max-height: 442px;
    min-height: 206px;
    overflow: hidden;
}
.xyfgs .content .slideTxtBox .bd li:first-child
{
    position: absolute;
    left: 0;
    top:0;
    width: 35%;
}
.xyfgs .content .slideTxtBox .bd li img
{
    width: 100%;
    transition: all 0.6s;
    height: 100%;
}

.xyfgs .content .slideTxtBox .bd li:first-child + li
{
    position: absolute;
    left: 36%;
    top: 0;
    width: 28%;
}


.xyfgs .content .slideTxtBox .bd li:first-child + li + li
{
    width: 28%;
    position: absolute;
    left: 36%;
    top: 235px;
    
}

.xyfgs .content .slideTxtBox .bd li:first-child + li + li + li
{
    position: absolute;
    right: 0;
    top:0;
    width: 35%;
}

.xyfgs .content .slideTxtBox .bd li:hover a img
{
    transform: scale(1.2);
}
.xyfgs .content .slideTxtBox .bd ul .xyfg_more
{
    width: 209px;
    height: 48px;
    border: solid 1px #bababa;
    position: absolute;
    line-height: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.xyfgs .content .slideTxtBox .bd ul .xyfg_more a 
{
    width: 100%;
    height: 100%;
    display: block;
}
.xyfgs .content .slideTxtBox .bd ul .xyfg_more:hover
{
    background:#d00000;
	border: solid 1px #d00000;
}
.xyfgs .content .slideTxtBox .bd ul .xyfg_more:hover a span
{
    color:#ffffff;
}
.xyfgs .content .slideTxtBox .bd ul .xyfg_more a img
{
    position: absolute;
    top: 20px;
    left: 50px;
}
.xyfgs .content .slideTxtBox .bd ul .xyfg_more a span
{
    display: inline-block;
    position: absolute;
    left: 100px;
    font-size: 16px;
    color: #535353;
}
.xyfgs .content .slideTxtBox .hd ul li.on:before
{
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    background: url(../img/on_sanjiao.png) no-repeat center center;
}






/* list_img */
.list_img li
{
    float: left;
    width:22%;
    margin-right:4%;
    margin-bottom: 10px;
}
.list_img li:nth-child(4n)
{
	margin-right:0;
}
.list_img li .list_imgs
{
	width:100%;
	height:190px;
	overflow: hidden;
}
.list_img li a .list_imgs img
{
	width:100%;
	height:100%;
	transition: all 0.6s;
}
.list_img li a p
{
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    color: #333333;
}
.list_img li:hover a .list_imgs img
{
    transform: scale(1.2);
}
.list_img li:hover a p
{
    color: #d00000;
}

*浏览器升级*/
.pageTips .container a.close
{
    display:none !important
}
.pageTips
{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.pageTips .container
{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}
.pageTips .container a.close
{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
}
.pageTips .container .img
{
    text-align: center;
}
.pageTips .container .msg
{
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}
.pageTips .container a
{
    color: #fff;
    text-decoration: underline;
}
