.body{margin: 0px}
/**顶部**/
.wp-top{width: auto;height: 30px;margin:0 auto;background-color: #1E95FB}
.top-main{display:block;width: 1200px;margin: 0 auto;background: red}
.top-day{float: left;}
.top-day span{font-size: 14px;line-height: 30px;color: white}
.top-search{display:block;width:220px;height:24px;margin-top:4px;float:right;}
/*.search-input{display:block;float: left;height: 24px;margin: 3px auto}*/
.search-input #t-sub{outline: none;margin-top: 1px}

#keyword {
    background:none;
    border: none;
    float: left;
    width: 155px;
    height: 20px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 3px;
    color: white;
    padding: 0;

}
.search-input {
    opacity: 1;
    z-index: 8;
    width: 200px;
    margin: 0 auto;
    height: 20px;
    border: 1px solid #D2E9FF;border-radius:16px;
}

/**顶部主体**/
.box{width: auto;height: 539px;margin: 0 auto;background: url("../imag/New_top_bg.png")no-repeat center top}

/**导航**/
.box-none{width: auto;height: 188px;}
.box-nav{width: auto;height: 50px;background-color:rgba(255,255,255,0.26);
background: url("../imag/navbg.png");background-repeat:repeat-x;}
.nav{width: 1200px;height: 50px;margin: 0 auto;}

/**--------------***/

/*nav-main*/
.nav-main{  width: 1199px;  height: 50px;margin: 0 ;padding: 0;  list-style-type: none; }
.nav-main span{  display: block; float: right; margin-top: 9px;  width: 2px;  height: 32px;  /**background: url('../imag/r_bg.png') no-repeat; **/ }
.nav-main>li{  width: 109px;  height: 50px; line-height: 50px;text-align: center; display: block;  float: left;  background: #cde8fe;  color: black;  cursor: pointer;  }
.nav-main>li>a{text-decoration: none;color: black}
.nav-main>li>a:hover{  color:#1E98FB;  }
.nav-main>li:hover{  color:#1E98FB;  }
/*隐藏盒子设置*/
.hidden-box{  z-index:100;width: 104px;   border-top: 0; position: relative;  display: none; background:#cde8fe }
.hidden-box>ul{  list-style-type: none; margin: 0 ;padding:0;  cursor: pointer;  }
.hidden-box>ul>li{height: 34px;text-align:center;list-style:none;border-bottom: 1px white solid}
.hidden-box>ul>li>a{text-decoration: none;line-height: 34px;margin: auto;color: black;}
.hidden-box a:hover{color: #1E98FB;}
/*隐藏盒子位置设置*/
.hidden-loc-index{  left: 109px;  }
.hidden-loc-dq{  left: 218px;  }
.hidden-loc-jy{  left: 327px;  }
.hidden-loc-zs{  left: 436px;  }
.hidden-loc-xs{  left: 545px;  }
.hidden-loc-zz{  left: 654px;  }
.hidden-loc-cj{  left: 763px;  }
.hidden-loc-xy{  left: 872px;  }
.hidden-loc-zt{  left: 981px;  }
.hidden-loc-wm{  left: 1090px;  }


/**----------------------------***/

/**轮播图**/
#owl-demo{position:relative;width:1200px;height:300px;margin:0 auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:1200px;height:300px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:0px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}
.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url('../imag/bg15.png');*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url('../imag/bg16.png');}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url('../imag/bg17.png');}
.owl-next{right:0;background-image:url('../imag/bg18.png');}
.owl-prev:hover{background-image:url('../imag/bg19.png');}
.owl-next:hover{background-image:url('../imag/bg20.png');}

/**浏览器适配**/
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/**轮播图结束**/

/**中间主体部分**/
.main-body{  display:block;width: 1200px;height:1200px;padding: 0;margin: 7px  auto 7px auto}
.main-body-1{display: block;float:left;width: 885px;margin: 0 auto 7px auto;}
.main-body-2{display: block;float:right;width: 298px;height: 1035px;margin:auto;}
.main-body-3{display: block;float:left;width: 1200px;height: 154px;border:1px solid #A1A1A1A1;margin-top:7px;margin-bottom: 7px}


/**校园资讯开始**/
.school-news{float:left;display: block;width: 885px;height: 325px;border:1px solid #A1A1A1A1;margin-bottom: 7px }
.news-nav{display: block;width: 884px;height: 42px;background: url("../imag/news_bg.png")}
.news-nav h4{float:left;display: block;width:70px;color: white;font-weight:bold;line-height:42px;margin-left: 45px;margin-top: 0px;margin-bottom: 0px;}
.news-pic{float:left;width:360px;height:270px;margin-top:6px;margin-left:4px;margin-left: 12px; margin-right: 17px;}

.news-pic img{display: block;float:left;width: 360px;height: 270px;    }

.news-content{display:block;float:left;width: 478px;height: 265px;}
.news-content ul{display: block;width:478px;height:265px;margin-top: 0px;padding: 0px }
.news-content img{display: block;  width: 10px;  position: relative;  height: 15px;  text-align: center;  float: left; margin-top: 12px;}
.news-content a{text-decoration: none;float: left;margin-left:10px;color: black}
.news-content span{;font-size: 12px;float: right}
.news-content ul li {display:block;float:left;width:478px;height:38px;line-height: 38px;text-align: center; border-bottom:1px dashed #A1A1A1A1; list-style: none}
.school-more{display: block;float:right;width: 60px;line-height:42px;margin-right: 10px;}
.school-more a{text-decoration: none; color: black;font-size: 14px;}
/**校园资讯结束**/

/**校园公告开始**/
.school-notice{display: block;float:right;width: 298px;height: 364px;border:1px solid #A1A1A1A1;background-color: white}
.notice-nav{display: block;width: 298px;height: 42px;background: url("../imag/gg_bg.png")}
.notice-nav h4{float:left;display: block;width:70px;color: white;font-weight:bold;line-height:42px;margin-left: 45px;margin-top: 0px;margin-bottom: 0px;}
.notice-more{display: block;float:right;width: 60px;line-height:42px;margin-right: 10px;}
.notice-more a{text-decoration: none; color: black;font-size: 14px;}
.notice-content{display: block;width:274px;height:283px;margin: auto 12px }
.notice-content ul{display: block;width:274px;height:283px;margin-top: 0px;padding: 0px }
.notice-content img{display: block;  width: 10px;  position: relative;  height: 15px;  text-align: center;  float: left; margin-top: 12px;}
.notice-content a{text-decoration: none;float: left;margin-left:10px;color: black}
.notice-content span{;font-size: 12px;float: right}
.notice-content ul li {display:block;float:left;width:274px;height:38px;line-height: 38px;text-align: center; border-bottom:1px dashed #A1A1A1A1; list-style: none}
/**校园公告结束**/

/**时政新闻结束**/
.school-notice1{display: block;float:right;width: 298px;height:219px;border:1px solid #A1A1A1A1;background-color: white;margin-bottom: 7px;}
.notice-nav1 {
    display: block;
    width: 298px;
    height: 42px;
    background: url(../imag/gg_bg1.png);
}

.notice-content1 {
    display: block;
    width: 298px;
    height:173px;
}
.notice-content1 img{display: block; text-align: center;  float: left; margin: 5px;}

/**时政新闻结束**/

/**校园横幅开始**/
.school-banner{display:block;float:left;width: 885px;margin-bottom: 7px;}
.hf_img{width: 885px;height: 221px;margin-top: 7px;}

/**校园横幅结束**/

/**校园风光开始**/
.school-scenery {float:left;display: block;width: 885px;height: 176px;border:1px solid #A1A1A1A1;margin-bottom: 7px ;}
.scenery-nav{display: block;width: 884px;height: 42px;background: url("../imag/fg_bg.png")}
.scenery-nav h4{float:left;display: block;width:70px;color: white;font-weight:bold;line-height:42px;margin-left: 45px;margin-top: 0px;margin-bottom: 0px;}
.scenery-more{display: block;float:right;width: 60px;line-height:42px;margin-right: 10px;}
.scenery-more a{text-decoration: none; color: black;font-size: 14px;}
/**校园风光结束**/

/**精彩瞬间开始**/
.school-blink {float:left;display: block;width: 885px;height: 176px;border:1px solid #A1A1A1A1}
.blink-nav{display: block;width: 884px;height: 42px;background: url("../imag/sj_bg.png")}
.blink-nav h4{float:left;display: block;width:70px;color: white;font-weight:bold;line-height:42px;margin-left: 45px;margin-top: 0px;margin-bottom: 0px;}
.blink-more{display: block;float:right;width: 60px;line-height:42px;margin-right: 10px;}
.blink-more a{text-decoration: none; color: black;font-size: 14px;}
/**精彩瞬间结束**/


/**数字校园开始**/
.school-digit{display: block;float:right;width: 298px;height: 429px;margin-top:7px;border:1px solid #A1A1A1A1;background-color: white;}
.digit-nav{display: block;width: 298px;height: 42px;background: url("../imag/digit_bg.png")}
.digit-nav h4{float:left;display: block;width:70px;color: white;font-weight:bold;line-height:42px;margin-left: 45px;margin-top: 0px;margin-bottom: 0px;}
.digit-main{display: block;width: 298px;height: 384px;}
.digit-main ul{display: block;margin: 6px 0;padding: 0;width: 298px;height: 384px; }
.digit-main ul li{display: block;list-style: none;  width: 148px;  height: 128px;  float: left;}
.digit-main img{display: block;text-align: center;width: 60px;height: 60px;margin: 10px 34px 0 40px;}
.digit-main a{display:block;text-decoration: none;color: black;text-align: center;margin-top: 20px}
/**数字校园结束**/


/**友情链接**/
.yq-title{display: block;width: 1200px;height: 42px;background: url("../imag/yq_bg.png")}
.yq-title h4{float:left;display: block;width:70px;color: white;font-weight:bold;line-height:42px;margin-left: 45px;margin-top: 0px;margin-bottom: 0px;}
.yq_content ul li {display:block; float:left; width:212px;height:60px;  margin-right: 10px; margin-left: 8px;  margin-top: 8px;list-style: none}
.yq_content ul li a{}
.yq_content img{width: 212px;height: 60px}


/**底部**/
footer{display: block; float:left;width: 100%;height: 240px;background-color: #1E95FB;margin-top: 12px}
.footer-main{display: block;width: 1200px;height: 240px;padding: 0;margin:  0 auto}
.footer-part1{display: block;float:left;width: 300px;height: 240px;}
.footer-part2{display: block;float:left;width: 300px;height: 240px;}
.footer-part3{display: block;float:left;width: 300px;height: 240px;}
.footer-part4{display: block;float:left;width: 300px;height: 240px;}

/**footer-part1**/
.footer-record{display: block;text-align: center;margin: 66px  auto 18px auto}
.footer-record img{width: 100px;height: 100px;}
.footer-part1 span{display: block; text-align: center;color: white;    font-size: 14px;}

/**footer-part2**/
.footer-part2 h4{margin:40px auto 43px auto;color: white}
.footer-part2 ul{margin: 0;padding: 0px}
.footer-part2 ul li{list-style: none;height: 40px;line-height: 30px;color: white;    font-size: 14px;}

/**footer-part3**/
.part-tell{display: block;    margin: 30px auto 20px auto;  width: 300px;  height: 50px;}
.part-tell img{display: block;float:left;width: 30px;height: 30px;}
.part-tell span{display: block;float: left; margin-left: 26px;line-height:26px;width: 230px;color: white;    font-size: 14px;}
.footer-part3 ul{margin: 0;padding: 0px}
.footer-part3 ul li{list-style: none;float:left;height: 40px;line-height: 40px;color: white;    font-size: 14px;}

/**footer-part4**/
.part4-title{display: block;margin: 30px auto 32px auto;width: 300px;height: 30px;}
.part4-title img{display: block;float: left;width: 30px;height: 30px; }
.part4-title span{display:block;float: left;margin-left: 26px;width: 240px;color: white;    font-size: 14px;}
.part4-cord img{display: block;margin:0px auto;width: 90px;height: 90px;text-align: center}
.part4-cord span{    display: block;  margin: 10px auto auto auto;  text-align: center;  font-size: 14px;  color: white;}



/***********************************************************************************************************列表页面CSS************************************************************************/

/**菜单主体**/
.list-body{
    display:block;
    width: 1200px;
    height:auto;
    padding: 0;
    margin: 7px  auto 50px auto}
/**左侧菜单栏***/
.list-menu{
    width:220px;
    float: left
}
.list-menu .menu-title{
    height: 48px;
    /**width:220px;**/
    line-height: 48px;
    background-color:#1E95FB;
    color: white;
    font-size: 20px;
    font-weight:bold;
    /**text-align:center;**/
    padding-left: 63px
}
.list-menu .menu-group{
    background-color: #D2E9FF;
}
.menu-group{
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
	margin:0px;
}
ul{
    /**margin: 0;
    padding: 0;**/
    list-style: none
}
.list-menu .menu-group>li{
    line-height: 48px;
    width: 220px;
    height: 48px;
    background-color: #D2E9FF;
    border-top: 1px solid #D7D7D7
}

/**如果选中出现图标字体变蓝色***/
.menu-group .list-selected>img{
    display: block
}
.menu-group .list-selected>a{
    color:#1E95FB;
}
/**为选中正常展示***/
.menu-group>li{
    float: left;
    display: block;
    position: relative
}
.menu-group>li>a{
    float:left;
    color: black;
    width:64px;
    height:48px;
    font-size: 16px;
    margin-left:70px;
    /**text-decoration: none;**/
	/**text-align:center;**/
}
.menu-group>li>img{
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 10px;
    margin-top: 17px;
    display: none
}


/**当前位置****/
.nav-place{
    float: left;
    margin: 7px auto 16px 30px;
    width: 500px;
    padding: 0;
    color: #777;
    font-size: 12px;}
.nav-place a.list-selected{
    color:#1E95FB;
}
.nav-place a{
    color: black;
}
a{
    text-decoration: none;
}
/****新闻内容展示页面****/
.news-article{
    float:left;
    width: 950px;
    margin-left: 30px;
}
.news-article  h1.t {
    text-align: center;
    float: none;
    font-size: 30px;
    margin-top: 0px;
}

.news-article h1 {
    color: #333;
    font-size: 30px;
    float: left;
    margin: 0;
}

.news-info {
    text-align: center;
    color:  #777;;
    font-size: 16px;
    margin: 10px 0 38px;
}

.news-time{
    padding: 0 26px 0 20px;
}
.news-text p{
    
/**.font: 16px/1.8 Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial !important; color: #333 !important;**/
    text-indent:32px !important;
    line-height:32px;
    text-align:Justify;
    text-justify:inter-ideograph;
}
.news-text fieldset img {
    width: auto !important;
    float: left !important;
}
.news-text img{
    width: 80% !important;
    height:auto !important;
    display:block !important;
    margin:5px auto !important;
}
/**.
.news-text span{
    font: 16px/1.8 Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei, Tohoma, Arial !important; color: #333 !important;
}**/

.page-cut{
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-cut a{
    color:black;
}
/***右侧新闻列表页面****/
.right-list{
    float:left;
    width: 950px;
    margin-left: 30px;
}

.right-list ul{
    margin: 0;
    padding: 0;
}

.right-list ul li{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CCCCCC;
}
.right-list ul a{
    color: black;
}
.right-list ul li span{
    float: right;
    *margin-top:-40px;
}

/***右侧图片列表***/
.photo-list{
    float: left;
    margin-left: 30px;
    width: 940px;
    height: 570px;
}

.photo-list ul{
    margin: 0;
    padding: 0;
}
.photo-list ul li{
    float: left;
    height: 180px;
    width: 200px;
    margin: 0 20px 20px 15px;
}

.photo-list  img{
    width: 200px;
    height: 150px;
    float: left;
    margin: 0 auto 10px auto;
    float: left;
}

.photo-list  ul li a{
    display: block;
    text-align: center;
}

/***翻页***/
.page-next{
    float: right;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 30px;
}
.page-next a{
    color: black;
}


