﻿/*公用样式*/
html{}
*{margin:0;padding:0;}
img{border:none;}
.c-b,.clear{clear:both;}
.f-l{float:left;}
.f-r{float:right;}
.fl{float:left;}
.fr{float:right;}
input{color:#565656;font-size:12px;}
input,img{vertical-align:middle;}
ul{list-style-type:none;}
.pointer{ cursor:pointer}
/*主体样式控制*/
body{width:100%;font:12px/2 "Microsoft Yahei","SimSun",Verdana, Arial, Helvetica, sans-serif;color: #333333;}
/*整体链接样式控制*/
a{text-decoration:none; color: #666;}
a:hover{color:#bc9239;}




/*--------------head部份--------------*/
.headWrap{ width:100%; position:relative;z-index:999999;}
.topbg{ height:60px; background:url(../images/top_bg.jpg) no-repeat top center;}
.top{ width:1200px; margin:0 auto;}
.top span{ float:right; color:#fff; line-height:60px;}
.top span a{ color:#fff; padding:0 10px;}
.yy{width:20px;height: 20px; background: url(../images/yy.png) no-repeat left center;}
.searchBar{ float:left; width:240px; height:25px; margin:15px 0 0 0px; position:relative;}
.searchBar .text{ border-radius:25px 25px 25px 25px; border:0; height:30px; width:245px; background:#fff; color:#888888;text-indent:1em;outline:none;}
.searchBar .button{ border:0; width:25px; height:25px; background:url(../images/find.png) center center no-repeat; position:absolute; right:0; bottom:0;top: 3px;outline: none;}
.header{ height:90px; background:url(../images/nav_bg.jpg) repeat-x;    max-width: 1920px;margin: auto;}


/*nav*/
.nav{ width:1200px; margin:0 auto; position:relative;}
.nav ul{height:90px}
.nav ul li{ float:left; text-align:center; width:118px; font-size:16px; position:relative;height:90px;}
.nav >ul>li>a{line-height:52px; display:block; padding-top:20px;}
.nav >ul>li>a span.enNav{font-size:0.9em; color:#DFDFDF;}
.nav ul li a{ color:#fff;} 
.nav ul li.logo{width:255px;}
.nav ul li.logo a{display:block;width:217px; height:182px; background:url(../images/logo.png) center center no-repeat; position:absolute;top:0;right:20px; z-index:99; padding:0;}
.nav ul li.logo:hover{background:none;}
.nav ul li ul{display:none; position:absolute; top:90px;left:0px;}
.nav ul li:hover{ background:#c89d43}
.nav ul li:hover ul{display:block;}
.nav ul li ul li{ background:#c89d43; line-height:45px;height:45px; }
.nav ul li ul li:hover{ background:#b2872d}


/*banner*/
.lubo{/*width: 100%;min-width: 1000px;*/width: 100%;clear: both;height: 850px;position: relative; z-index:99; margin: auto;}
.lubo_box{width: 100%;height: 850px;}
.lubo_box li{float: left;position: absolute;top: 0;left: 0;width: 100%;height: 850px;opacity: 0;filter: alpha(opacity=0);}
.lubo_box li a{display: block;width: 100%;height: 100%;}
.lubo_box li img{width: 100%;height:850px;}
.cir_box{overflow: hidden;position: absolute;z-index: 100;}
.cir_box li{float: left;width: 45px;height: 5px;margin: 0 5px;cursor: pointer;background: #fff;opacity: 0.8;filter: alpha(opacity=80);}
.cir_on{background: #bc9239 !important; border: 1px #fff solid;}
.lubo_btn{position: absolute;width: 100%;top: 290px;}
.left_btn, .right_btn{width: 30px;height: 80px;background: #000;opacity: 0.5;filter: alpha(opacity=50);cursor: pointer;color: #fff;line-height: 80px;font-size: 30px;text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.left_btn{float: left;}
.right_btn{float: right;}



/*title*/
.title{border-bottom: 1px #dadada solid;height: 60px;line-height: 60px;max-width: 1920px;margin: 10px auto;}
.title_con{width:1200px;margin: auto;}
.title_con_left{float:left;}
.title_con_left p{width: 115px;float: left;border-bottom: 3px #bc9239 solid; text-align: center;color: #393631; font-size: 22px;}
.title_con_left span{float:left;color: #cacaca; font-size: 18px; text-transform: uppercase;}
.title_con_right{float:right;font-size: 14px; color: #666;}


/*about*/
.main{width:100%; background: url(../images/about_bg.jpg) no-repeat top center;overflow: hidden;}
.index_about{width: 1200px; margin:10px auto;overflow: hidden;}
.index_about_txt{float:left;width:590px;}
.index_about_txt h3{color:#787878;font-size: 26px;line-height: 32px;margin-top: 55px;font-weight: normal;}
.index_about_txt p{color:#787878;font-size: 14px;line-height: 24px;margin-top: 30px;margin-bottom: 50px;}
.index_about_txt span{background:#3a3732;padding: 15px 45px;}
.index_about_txt span a{color:#fff;font-size: 14px;}
/* .index_about_img{width:548px;height: 369px;overflow: hidden;float: right;} */

/* video */
.overlay
{
    position: fixed;
    z-index: 8888;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.video-box
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 640px;
    height: 360px;
    margin: auto;
}

.video-box video
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 640px;
    height: 360px;
    margin: auto;
}


.vedio_kuai
{
    position: relative;

    overflow: hidden;
    /* width: 360px; */

    width: 548px;
    height: 369px;

    cursor: pointer;
}

.vedio_kuai:hover .vedio_kuai_play
{
    -webkit-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;

    opacity: 1;
    background: rgba(0, 0, 0, .2);

    filter: alpha(opacity=100);
    -mos-background: rgba(0, 0, 0, .2);
    -ms-background: rgba(0, 0, 0, .2);
    -o-background: rgba(0, 0, 0, .2);
    -webkit-background: rgba(0, 0, 0, .2);
    -mos-transition: all .25s linear;
}

.vedio_kuai .vedio_kuai_play
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 548px;
    height: 369px;

    opacity: 1;

    filter: alpha(opacity=100);
}

.vedio_kuai .vedio_kuai_play p
{
    position: absolute;
    z-index: 5;

    width: 548px;
    height: 369px;

    background: url(../images/play.png) center no-repeat;
}

.vedio_kuai:hover .vedio_kuai_play p
{
    background: url(../images/play2.png) center no-repeat;
}

.vedio_kuai .vedio_kuai_play .vedio_kuai_playon
{
    position: absolute;
    z-index: 10;
    bottom: 107px;
}

.vedio_kuai .vedio_kuai_play .vedio_kuai_hidden
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 548px;
    height: 369px;
}

/*main1*/
.main1{width:1200px; margin: auto; overflow: hidden;margin-bottom: 30px;}
.m1_news_left{width:580px;float: left;margin-top: 24px;}
/* .m1_news_left img{width:580px;height: 325px;overflow: hidden;} */

.m1_news_left_img {
    width: 580px;
    height: 325px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
    z-index: 0;
}


.m1_news_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-out 0s;
}

.m1_news_left .m1_news_left_img:hover img{opacity:.9;-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}


.m1_news_left h3{color:#000000;font-size: 18px;line-height: 38px;margin-top: 10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.m1_news_left h4{color:#a7a7a7;font-size: 14px;line-height: 30px;}
.m1_news_left p{color:#505050; font-size: 14px;line-height: 24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}

.m1_news_right{width:590px;float: right;}
.m1_news_right ul li{margin-top: 24px; overflow:hidden;}
/* .m1_news_right ul li img{width:242px;height: 149px;overflow: hidden;float: left;margin-right: 20px;} */

.m1_news_right_img {
    width: 242px;
    height: 149px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    position: relative;
    aspect-ratio: 16 / 9;
    z-index: 0;
}


.m1_news_right ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-out 0s;
}

.m1_news_right ul li:hover img{opacity:.9;-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}



.m1_news_right ul li h3{font-size: 16px; color: #6b6b6b;line-height: 28px;height: 28px;overflow: hidden;}
.m1_news_right ul li h4{font-size: 14px; color: #959595; line-height: 24px;}
.m1_news_right ul li p{color: #6a6a6a;font-size: 12px; line-height: 22px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}

.kjtd{width:1200px;height: 115px; margin: 30px auto 15px auto; background: url(../images/icon_bg.jpg) no-repeat;overflow: hidden;}
.kjtd ul li{width:140px; text-align: center;float: left;margin-left: 10px;margin-top: 15px;}
.kjtd ul li img{width:60px;height: 60px; overflow: hidden;}
.kjtd ul li p{color:#fff;font-size: 16px;line-height: 24px;}

/*main2*/
.main2{width:100%; margin: auto; overflow: hidden; background:url(../images/m2_bg.jpg) no-repeat top center;height: 750px;padding: 20px 0px;}
.index_jxte{width:1200px; margin: auto;overflow: hidden;}
.jxts_img{width:537px;float: left;margin-top: 70px;}
.jxts_txt{width:455px;height: 455px; background: rgba(255,255,255,0.4);margin-top: 75px;float: right;padding: 40px;}

.jxts_one{ background: url(../images/no1.png) no-repeat left top;margin-top: 10px;}
.jxts_one h3{padding-left:48px;font-size: 18px;font-weight: normal;line-height: 22px;}
.jxts_one h4{padding-left:48px;font-size: 22px;line-height: 30px;}
.jxts_one p{padding-left:48px;font-size: 14px;line-height: 22px;color: #848483;margin-top: 15px;}

.jxts_two{ background: url(../images/no2.png) no-repeat left top;margin-top: 25px;}
.jxts_two h3{padding-left:48px;font-size: 18px;font-weight: normal;line-height: 22px;}
.jxts_two h4{padding-left:48px;font-size: 22px;line-height: 30px;}
.jxts_two p{padding-left:48px;font-size: 14px;line-height: 22px;color: #848483;margin-top: 15px;}

.jxts_three{ background: url(../images/no3.png) no-repeat left top;margin-top: 25px;}
.jxts_three h3{padding-left:48px;font-size: 18px;font-weight: normal;line-height: 22px;}
.jxts_three h4{padding-left:48px;font-size: 22px;line-height: 30px;}
.jxts_three p{padding-left:48px;font-size: 14px;line-height: 22px;color: #848483;margin-top: 15px;}

/*main3*/
.main3{width:100%; margin:10px auto; overflow: hidden;}
.index_kcxm{width:1200px;margin:auto;overflow: hidden;}
.index_kcxm ul li{float:left;width: 233px;height: 225px;margin-right: 8px;position: relative;margin-top:26px;}
.index_kcxm ul li:nth-child(5n){margin-right: 0px;}
/* .index_kcxm ul li img{width: 233px;height: 225px;overflow: hidden;} */


.index_kcxm_li_img{
    width: 233px;
    height: 225px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
    z-index: 0;
}

.index_kcxm ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-out 0s;
}

.index_kcxm ul li:hover img{opacity:.9;-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}


.index_kcxm ul li p{height:45px;line-height: 45px; background: rgba(0,0,0,0.7);text-align: center;color: #fff;position: absolute;bottom: 0px;width: 100%;font-size: 15px;}
.index_kcxm ul li a:hover{opacity:0.8;}


/*main4*/

.main4{width:100%; margin:10px auto; overflow: hidden;}
.school_pic{max-width: 1920px; overflow: hidden;margin:10px auto;}

.skidder-viewport{position: relative;overflow: hidden;transition: opacity 0.4s ease-in-out;}
.skidder-viewport .skidder-wrapper{width: 20000em;position: absolute;z-index: 1;}
.skidder-viewport .skidder-wrapper .skidder-slide{float: left;position: relative;z-index: 0;opacity: 0.9;transition: opacity 0.2s ease-in-out;}
.skidder-viewport.skidder-fade .skidder-wrapper{width: auto;margin: 0 auto;}
.skidder-viewport.skidder-fade .skidder-wrapper .skidder-slide{opacity: 0;transition: opacity 0.4s ease-in-out;}
.skidder-viewport .skidder-wrapper .skidder-slide.active,
.skidder-viewport .skidder-wrapper .skidder-slide.disengage{opacity: 1;box-shadow: 0 0 15px 2px rgba(0,0,0,0.1);z-index: 1;}
.skidder-viewport .skidder-clickwrapper{position: absolute;width: 50%;/* reduce width if you want a clickable image area*/height: 100%;z-index: 4;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;}
.skidder-viewport .skidder-prevwrapper{left: 0;}
.skidder-viewport .skidder-nextwrapper{right: 0;}
.skidder-viewport .skidder-clickwrapper .skidder-clickelement{position: relative;height: 100%;width: 86px;z-index: 5;background-position: center center;background-repeat: no-repeat;opacity: 0;transition: opacity 0.2s ease-in-out;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;}
.skidder-viewport .skidder-clickwrapper:hover .skidder-clickelement{opacity: 1;}
.skidder-viewport .skidder-clickwrapper .skidder-prev{float: left;margin-left: 10px;background-image: url(../images/slide_left.png);}
.skidder-viewport .skidder-clickwrapper .skidder-next{float: right;margin-right: 10px;background-image: url(../images/slide_right.png);}
.skidder-viewport .skidder-clickwrapper .skidder-next.jumpback{background-image: url(../images/slide_left.png);}
.skidder-viewport .skidder-touchwrapper{position: absolute;width: 100%;height: 100%;z-index: 3;}
.skidder-viewport .skidder-pager{display: table;position: relative;top: 92%;margin: 0 auto;z-index: 4;padding: 0 0 15px 0;}
.skidder-viewport .skidder-pager .skidder-pager-dot{display: table-cell;box-sizing: border-box;cursor: pointer;float: left;/*weström style*/height: 12px;width: 12px;margin-right: 8px;margin-bottom: 4px;border-radius: 6px;border: 2px solid #fff;text-decoration: none;background-color: transparent;opacity: 0;transition: opacity 0.2s ease-in-out;box-shadow: 0 0 4px 2px rgba(0,0,0,0.1), 0 0 4px 2px rgba(0,0,0,0.1) inset;}
.skidder-viewport .skidder-pager .skidder-pager-dot:last-child{margin-right: 0;}
.skidder-viewport .skidder-pager .skidder-pager-dot:hover,
.skidder-viewport .skidder-pager .skidder-pager-dot.active{background-color: #fff;box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);}
.skidder-viewport:hover .skidder-pager .skidder-pager-dot{opacity: 1;}



.foot{background:#3a3732;width:100%;margin:auto;overflow: hidden;padding: 15px 0px;}
.foot_con{width:1200px;margin: auto;}
.foot_left{width:590px;float: left;}
.foot_left h3{font-size:22px; color: #fff;font-weight: normal;}
.foot_left ul li{margin-top:10px;line-height: 35px;font-size: 14px;color: #fafafa;}
.foot_left ul li img{width:29px;height: 29px; overflow: hidden; margin-right: 10px;}

.foot_right{float: right;}
.foot_right ul li{float:right;margin-left: 30px;margin-top: 20px;}
.foot_right ul li img{width:97px;height: 97px;overflow: hidden;}
.foot_right ul li p{color:#fff; font-size: 14px; text-align: center;line-height: 30px;}

.copyright{height:50px; background: #211f1d; text-align: center;line-height: 50px;}
.copyright p{color: #fff;}
.copyright p a{color: #fff;}


/*内页样式*/

.zy_banner{width: 100%;position: relative;height: 300px;overflow: hidden;}
.zy_banner img{display: block;width: 1920px;height: 300px;position: absolute;left: 50%;top: 0;margin-left: -960px;}


.other{width:1200px;margin: auto;}
.o_left{width:260px;float: left;background: #f0f0f0;}
.page_name{background: rgba(213, 176, 105, 0.7);height: 90px;position: relative; width: 260px; top: -90px;text-align: left;}
.page_name p{margin-right:20px;font-size: 24px;padding-top: 30px;color: #fff;padding-left: 40px;}

.o_left_nav{position: relative;top: -90px;}
.o_left_nav ul li{line-height: 55px;height: 55px;overflow: hidden;}
.o_left_nav ul li a{font-size:16px;display: block;padding:0px 0px 0px 40px;}
.o_left_nav ul li a:hover{background:#fff;color: #d5b069;border-left: 8px #d5b069 solid;padding:0px 0px 0px 30px;}
.o_left_nav ul li a.on{background:#fff;color: #d5b069;border-left: 8px #d5b069 solid;padding:0px 0px 0px 30px;}

.o_right{width:900px;overflow: hidden;float: right;}
.o_right_nav{border-bottom: 5px #e6ebee solid;height: 55px;line-height: 55px;width: 900px;margin-top: 5px;overflow:hidden;}
.o_right_nav p{font-size:18px;color:#777777;float: left;font-weight: bold;}
.o_right_nav span{float:right;font-size: 13px;color: #888888;}

.o_about{margin-top:20px;padding: 10px 20px;overflow: hidden;}
.o_about p{font-size:14px;line-height: 24px;}

/*校园美景*/
.o_school_pic{  display: block;  margin:20px auto;}
.o_school_pic ul li{ float: left; margin-right: 37px; width: 275px;  overflow: hidden; margin-bottom: 20px; margin-top:5px;}
.o_school_pic ul li:nth-child(3n){margin-right: 0px;}
.o_school_pic ul li img{ overflow: hidden;height: 225px;width: 275px; transition: all 0.6s; }
.o_school_pic ul li p{font-size: 14px; line-height: 45px; text-align: center; color: #333; background: #f0f0f0;}
.o_school_pic ul li  a:hover img{transform: scale(1.04);}

.fenye{text-align:center;margin:20px 0px; }
.fenye a{color:#595959;border:1px solid #d4d4d4;padding:4px 12px;margin-right:5px;  font-size: 14px;}
.fenye a:hover,.fenye a.cpb{background:#d4b069;border:1px solid #d4b069;color:#ffffff;}

/*pages*/
.pages {
    height: 60px;
    padding: 20px 0 30px;
    width: 100%;
    clear: both;
}
.tcdPageCode {
    text-align: center;
    color: #808080;
    font-size: 14px;
}
.tcdPageCode li {
    display: inline;
}
.tcdPageCode span.disabled {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    margin: 0 2px;
    color: #808080;
    background: #fff;
    border: 1px solid #e6e3e3;
    vertical-align: middle;
    border-radius:1px;
}
.tcdPageCode span.current {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    margin: 0 2px;
    color: #fff;
    background-color: #D5B169;
    border: 1px solid #D5B169;
    vertical-align: middle;
    border-radius:1px;
}
.tcdPageCode a {
    display: inline-block;
    color: #D5B169;
    height: 35px;
    line-height: 35px;
    background: #fff;
    padding: 0 14px;
    border: 1px solid #ddd;
    margin: 0 2px;
    vertical-align: middle;
    border-radius:1px;
}

/*课程项目*/
.kc_con{border-top:1px solid #DCDCDC;overflow: hidden;}
.ny_kc_list{}
.ny_kc_list li{list-style:none;overflow:hidden;padding-top:20px;padding-bottom:25px;border-bottom:1px dashed #bfbfbf;}
.ny_kc_list .lilast{border:none;}
.kc_img{float:left;width:203px;height:135px;}
.kc_img img{ width:100%; height:100%;padding: 5px; border: 1px #dadada solid;}
.kc_licon{float:right;width:665px}
.kc_date{font-family:Arial;font-size: 13px; color: #666666;}
.kc_pptit{max-width:665px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap; }
.kc_pptit a{font-size:16px;color:#444444;font-weight:bold;}
.kc_pptit a:hover{color:#d5b169;}
.pppcon{font-size:13px;width:665px;height:50px;overflow:hidden; line-height: 24px;}
.pppcon a{font-size:13px; color: #333;}
.kc_ckxq{width:118px;height: 35px;background: #d5b169;text-align: center;line-height: 35px; }
.kc_ckxq a{color: #FFF;display: block;}
.kc_ckxq a:hover{background:#36332e;}






/*news*/
.g-media{height:190px;width: 900px; background: #f0f0f0;margin:25px auto;}
.g-media .info{width:900px;left:0;top:0;height: 190px !important;z-index:1;overflow:hidden;}

.info-img{
    width: 270px;
    height: 190px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
    z-index: 0;
}

.g-media .info .info-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-out 0s;
}
.g-media .info .info-img:hover img{opacity:.9;-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02);-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}



.g-media .info .info-detail{width:570px;color:#fff;overflow:hidden;/*white-space:nowrap;*/margin-top: 25px;margin-right: 30px;}
.g-media .info .info-detail .t-title{font-size:18px;margin-bottom:5px;color: #333;height: 30px;line-height: 30px;overflow: hidden;}
.g-media .info .info-detail .text{overflow:hidden;/*white-space:nowrap;*/text-overflow:ellipsis;-o-text-overflow:ellipsis;color: #727272;font-size: 14px;    margin-top: 5px; height: 65px;line-height: 22px;}
.g-media .pagesize{position:absolute;right:0;top:0;z-index:1;width: 70px;}
.g-media .pagesize .prev{display:block;height:29px;width:28px;background:url(../images/p_but.png) no-repeat;float: left;}
.g-media .pagesize .next{display:block;height:29px;width:28px;background:url(../images/n_but.png) no-repeat;float: right;}

.m_wnews{width:900px;position: relative;zoom: 1;height: 190px;overflow: hidden;}
.m_wnews div{line-height: 2em;}
.m_wnews .pagesize{position: absolute;right: 33px;top:148px;}
.m_wnews .pagesize a{background: url(../images/prev-next1.png) no-repeat -21px 0;width:28px;height: 29px;display: block;overflow: hidden;line-height: 0;text-indent: -999em;margin-bottom: 3px;}
.m_wnews .pagesize a.prev:hover,.m_wnews .pagesize .prev.active{background-position: 0 0;}
.m_wnews .pagesize a.next{background-position: left bottom;}
.m_wnews .pagesize a.next:hover,.m_wnews .pagesize .next.active{background-position: right bottom ;}

.info_time{width:599px;float: right;margin-top: 10px;line-height: 30px;}
.info_time span{float:left;margin-top: 3px;font-size: 14px;color: #666;}

.information{width:900px;margin:20px auto; overflow: hidden;}
.information ul li{padding: 0px 0px 20px 0px;border-bottom: 1px #dadada dashed;overflow: hidden; margin-bottom: 20px;}
.f_time{ background: #5a5a5a;float: left;text-align: center;}
.f_time p{color:#fff;line-height: 24px;font-size: 22px;border-bottom: 1px #fff solid;padding-bottom: 8px;margin-bottom: 8px;margin-top: 5px;}
.f_time span{color:#fff;line-height: 24px;font-size: 22px;}
.f_time a{display:block;padding: 13px;width:76px;height: 76px;}
.f_time a:hover{background:#d4b069;}
.f_text{width:775px;float: right;}
.f_text h3{font-size: 20px;margin-top: 10px;line-height: 26px;}
.f_text h3 a{color:#323232;}
.f_text h3 a:hover{color:#d4b069;}
.f_text p{color: #727272;font-size: 14px;line-height: 22px;margin-top: 8px;height: 43px;overflow: hidden;}
.f_text h4{color: #999999;margin-top: 10px;font-size: 14px;font-weight: normal;float: left;line-height: 30px;}
.f_text h4 a{padding:0px 10px;}
.f_text span{color: #727272;background: url(../images/eye.png) no-repeat left center;padding-left: 30px;line-height: 30px;font-size: 14px;float: right;margin-top: 10px;}


/*学生活动*/
.o_xshd{margin:15px 0px; overflow: hidden;}
.o_xshd ul li{ border-bottom: 1px #dcdcdc dotted; line-height: 45px;font-size: 14px;height: 45px;overflow: hidden;}
.o_xshd ul li a{  color: #222222; background: url(../images/jt1.jpg) no-repeat left center; padding-left: 20px;}
.o_xshd ul li span{ float: right;}
.o_xshd ul li a:hover{color:#d4b069;}



/*----------------------------------------- 文章内容页 -----------------------------------------*/
.articleCon {text-align: left;padding: 5px;}
.printArea .titles {font-size: 28px;line-height: 1.5;text-align:center;margin-bottom: 10px;color:#C59650;}
.printArea .subTitle {font-size: 20px; color:#555; text-align:center;margin-bottom: 20px;}
.printArea .property{font-size: 14px;margin-bottom: 25px;padding: 16px 10px;text-align:center;color: #777;border-bottom: 1px dashed #ddd;}
.printArea .property span{ padding:0 5px;}
.printArea .conTxt {color:#333;font-size: 16px;line-height: 2;padding: 0 0 20px 0;overflow:hidden;}
.printArea .conTxt img{max-width:800px;height: auto !important;}
.printArea .conTxt p {margin-bottom: 20px;}
.printArea .conTxt a{ color:blue; text-decoration:underline; }
.printArea .conTxt em{ font-style:italic }
.printArea .conTxt ul,.printArea .conTxt ol{padding-left: 2em; }
.printArea .conTxt ul li{ zoom: normal; list-style:square; text-indent:0 !important }
.printArea .conTxt ol li{ zoom: normal; list-style:decimal; text-indent:0 !important;}
.printArea .page { padding:10px 0; text-align:center; }
.printArea .vedioPlayer{background: #000;width: 800px;text-align:center;margin:20px auto;height: 480px;}
.articleCon .userControl {font-size: 14px;border-bottom: 1px dashed #ddd;overflow: hidden;text-align: left;margin-bottom:20px;padding:10px 0;}
.articleCon .userControl .a{color:#777; margin:10px 10px 0 0; float:left;}
.articleCon .userControl .bdsharebuttonbox { float: right; }
.articleCon .others{padding: 10px 0;margin-bottom:15px;}
.articleCon .others .prev,.articleCon .others .next{padding: 3px 0;}


/*漂浮固定广告*/
.floatLeftBottom {
    position:fixed;
    bottom:0;
    left:0;
    width:0;
    height:0;
    font-size:0;
    z-index:29;
    margin:0;
    padding:0
}
#module1730{
    border: none;
}
.forms div.formStyle87 {
    height:165px;
    background:0 0;
    padding:0
}
.fk-formPack .form {
    margin:0;
    position:absolute;
    top:0;
    left:0
}
.fk-formPack .f-packContent {
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    -webkit-box-flex:1;
    -ms-flex:1 1;
    flex:1 1
}
.fk-formPack .f-packContentBg {
    width:100%;
    height:100%;
    background:#fff;
    cursor:default
}
.fk-formPack {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
_:-ms-fullscreen,:root .fk-formPack {
    display:block
}
.fk-formPack table.f-packFormBanner.formBanner {
    height:auto
}
.fp_border {
    border-color:#e0e0e0;
    border-width:1px;
    border-style:solid
}
#module1730 .f-packContentBg1730{
    background: #D2AC65;
}
.forms .form .g_close:before {
    content:"\e911"
}
.floatLeftBottom .f-packContent .f-packCloseIcon, .floatLeftTop .f-packContent .f-packCloseIcon, .floatRightBottom .f-packContent .f-packCloseIcon, .floatRightTop .f-packContent .f-packCloseIcon{
    display: block;
    z-index: auto;
}
.f-packContent .f-packCloseIcon{
    position: absolute;
    top: 7px;
    right: 7px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    overflow: hidden;
}
.f-packContent div.f-packCloseIcon .g_close{
    position: absolute;
    top: -7px;
    right: -7px;
}
.forms .form .g_close{
    background: 0 0;
    font-family: icomoon,微软雅黑,"microsoft yahei",宋体,新宋体;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    width: 40px;
    height: 40px;
}
.forms .f-packContent div.f-packCloseIcon .g_close:hover, .forms .fk-formCol div.fk-formContentOther .g_close:hover, .forms .fk-formTabX div.fk-formContentOther .g_close:hover, .forms .fk-formTabY div.fk-formContentOther .g_close:hover{
    color: #fff;
}


