@charset "utf8";
/* 公共样式 */
*{margin:0;padding:0;}
body
{
	text-align:center;
	font: 16px/1.5 "微软雅黑",Verdana,Tahoma,Arial,sans-serif,"宋体";
	line-height:30px;
}

ul li {
  list-style-type: none;
font-size:16px;
}
/* felx布局 */
.flex{
  display: flex;
  align-items: center;
}
.around{
  justify-content: space-around;
}
.between{
  justify-content: space-between;
}

.column{
  flex-direction: column;
}

/* 顶部导航布局 start */
/*头部*/
.header{
  /* background: url('../../images/zs/index-bg.png') center bottom no-repeat; */
  /* height: 100%; */
  /*  margin-bottom: 3%;*/
  /* height: 750px; */
}
.top{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.3% 0 6% 0;
  background-position: center;
  background: url('../../images/zs/top-2.png') center top no-repeat;
  z-index: 999;
  font-size: 18px;
}
.top > img {
  width: 23%;
  margin-left:5px;
  margin-top:10px
}
.tab{
  /* width: 100%; */
  margin-left: 30px;
}
.input{
    float: left;
    margin-left: 70px;
}
.input > input[type="text"] {
  border: none;
  height: 24px;
  line-height: 24px;
  vertical-align: cetner;
  outline: none;
  color: #000;
  /* background: rgba(255, 255, 255,0.8) !important; */
}
.search_icon{
  width: 48px;
  height: 39px;
  position: absolute;
  right: -2px;
  top: -3px;
}
.search{
  margin-bottom: 20px;
}
.search span {
  color: #fff;
  font-size: 16px;
  padding: 6px 8px;
}
/* 顶部导航布局 end */

.bannerpic img {
    width: 1905px;
    height: 342px;
    position: absolute;
    top: 190px;
    left: 1px;
}
 
/* tab栏布局 start */
.tab_list {
  height: 39px;
  padding-left: 10px;
  color: #fff;
}

.tab_list li {
  float: left;
  height: 39px;
  line-height: 39px;
  padding: 0 18px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.tab_list li a{

color:#fff;


}

.tab_list .current {
  background: url('../../images/zs/nav-tab.png') center 112% no-repeat;
  color: #e8b31c;
}
/* tab栏布局 end */

/* tab栏页面content start*/
.content{
  position: relative;
}
.content > div{
 /*  display: none;*/
 }
 .content > .selected{
   display: block;
 }
/* tab栏页面content end*/
/* 轮播图 */
.carousel{
  position: absolute;
  top: 0;
  z-index: -1;
  /* margin-bottom: 5%; */
}
#carousel-example-generic{
    /*height: 720px; */
    /*     background-image: url(http://zs.wsyu.edu.cn/images/zs/banner_bg.jpg); */
    background: linear-gradient(rgb(255 255 255 / 0.7), rgb(255 255 255 / 0.7)), url('http://zs.wsyu.edu.cn/images/zs/banner_bg.jpg')  ;
    background-size:contain;
    background-position-y:bottom;
}
#carousel-example-generic > .carousel-inner > .item > img{
  display: block;
  width: 100%;
  height: 720px;
  
}
/* 轮播图 */

/* 首页公告栏  start*/
.notice{
  position: relative;
  text-align: center;
  justify-content: space-evenly;
  margin-bottom: 60px;
  padding: 0 2%;
}
/* 公告栏1 */
.notice_1 article {
  text-align: left;
  text-indent: 2em;
}
.notice_1{
  width:470px;
  height: 300px;
  padding: 10px 21px 8px 21px;
  border-radius: 8px;
  background-color: #eef6fc;
margin-left: 40px;
}
.divide_line{
  border-bottom: 1px solid #ff8d06;
}
h5{
  position: relative;
  text-align: left;
  z-index: 1;
  font-weight: bold;
}

h5::after{
  background: #ff8d06;
  content:" ";
  display: inline-block;
  width: 48px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: -7px;
  z-index: -1;
}
.blue::after{
  background: #a0bce1 !important;
}

/* 公告栏2 */
.notice_2{
  width: 31%;
  height: 115%;
  padding: 0.8% 1.6%;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
  background-color: #fff;
  position: absolute;
  /*top: 10%;*/

 /* left: 34.2%; */
  text-align: center;
}
.notice_list{
  padding-top: 16px;
  
}
.notice_list_item{
  color: #000;
  text-align: left;
  position: relative;
font_size:16px;
  
}
.notice_list_item > div{
  padding-left: 3.6%;
}

.notice_list_item::before{
  position: absolute;
  top: 10px;
  /* right: 176px; */
  left: 0px;
  /* left: 0; */
  /* top: 50%;
  right: 50%; */
  margin: auto;
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8d06;
}
.date{
  color: #ccc;
}
.list_line{
  border-bottom: 1px solid #ccc;
}
/* .notice_list li {
  text-decoration: none;
} */
.notice_list li:hover{
  background: #259fe5 !important;
  color: #fff !important;
  display: block;
  text-decoration: none;
  border-radius: 5px;
}
.notice_list_item:hover:before{
  left: 0px;
}
/* 公告栏3 */
.notice_3{
 /*  background: url('../../images/zs/btn-bg.png'); */
  background-size: 105%;
  background-position: center center;
  width: 420px;
  height: 220px;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
  padding: 10px 0;
  padding-left: 58px;
  text-align: left;
  margin-left: 23%;
  margin-bottom: 70px;
}
.m_l_10{
  margin-left: 10px;
}

.btn{
  width: 94px;
  height: 60px;
  border-radius: 8px;
  color: #fff;
  margin: 10px;
  float: left;
}
.orange{
  background-color: #ff8d06;
}
.yellow{
  background-color: #fec27b;
}
/* 首页公告栏 end */

/* 首页中间的信息列表 start*/
.center_l{
  position: relative;
}
.center_bg{
  width: 100%;
  height: auto;
  
}
.center_list{
  width: 100%;
  height: 121%;
  background: url('../../images/zs/center-list-bg21.png') no-repeat;
  background-position: left center;
  background-size: 50% 90%;
  position: absolute;
  left: 0;
  top: 0;
}
.center_list_item{
  width: 21%;
  height: 69%;
  background: url('../../images/zs/center-list-item-bg1.png') no-repeat;
  background-position: center top;
  float: right;
  margin-right: 3.5%;
  padding-top: 6%;
  margin-top: 4%;
}
.m_r_6{
  margin-right: 8%;
}
.center_list_item h4{
  color: #ff8d06;
}
.list_item_img{
  margin: 10px;
  width: 92%;
  height: auto;
}
.m-lr-20{
  margin: 0 20px;
}
.line{
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  margin-top: 8px;
  /* width: 80%; */
}
.more_btn{
  margin: 4% 0;
  border-radius: 8px;
  padding:1.6% 18%;
  background-color: #20a9f9;
  color: #fff;
}
/* 首页中间的信息列表 end*/

/* 首页底部的图文列表 start */
.bottom_l{
  position: relative;
  padding-top: 28px;

}
.bottom_bg{
  width: 100%;
  height: auto;
}
.bottom_list{
  position: absolute;
  top: 22%;
  left: 2%;
  right: 2%;
}
.bottom_list_item{
  width: 50%;
  height: 52%;
  background-color: #fff;
  text-align: center;
  padding: 16px;
  margin-right: 2%;
}
.bottom_list_item > h5{
  text-align: center;
font-size:16px;
}
.bottom_list_item > h5::after{
  left: 37%;
}
.bottom_list_item > div{
  font-size: 16px;
  padding: 6px 0;
}
div > strong{
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
  color: #20a9f9;
  font-style: italic;
}
/* 首页底部的图文列表 end */

/* 页面尾部 start */
.footer{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  padding-top: 1%;
}

.footer_info > img{
  float: left;
  width: 274px;
  height: 66px;
}
.footer_info{
  color: #fff;
  text-align: left;
  padding-block-end: 3%;
}
.contact > .right{
  text-align: right;
}
.sub_title{
  border-bottom: 1px solid #fff;
  width: 50%;
}
.footer_info > div > img{
  margin-right: 20px;
}

.address{
  color: #fff;
  text-align: center;
}
/* 列表页及文章页面尾部样式调整 */
.footer2{
  width: 100%;
  background-color: #20a9f9;
  padding-top: 30px;
}
.footer2 > .address{
  background-color: rgba(0,0,0,0.5);
}
/* 页面尾部 end*/


/* 列表页 start */
.nav_left{
  background: url('../../images/zs/nav-left-bg.png')center center no-repeat;
  width: 316px;
  border-radius: 0 0 20px 20px;
  background-size: 100% 100%;
  margin-left: 20px;
  padding: 86px 14px 30px 14px;
 /*  margin-bottom: 7%;*/
    position: relative;
   /* left: 100px;*/
    bottom: -150px;
}
.nav_left1{
  background: url('../../images/zs/nav-left-bg.png')center center no-repeat;
  width: 316px;
  border-radius: 0 0 20px 20px;
  background-size: 100% 100%;
  margin-left: 20px;
  padding: 86px 14px 30px 14px;
  margin-bottom: 7%;
    position: relative;
    left: 100px;
}

.nav_left > h4{
  padding: 5px 0;
}
.nav_left > div{
  padding:30px 30px 1px 30px;
  text-indent: 2em;
  text-align: left;
}
.nav_left > img{
  margin-bottom: 10px;
}
.nav_left > .nav_btn{
  margin-left: 13px;
  margin-top: 12px;
  width: 260px;
  text-align: center;
  background: url('../../images/zs/right.png') center center no-repeat;
  padding: 10px;
}
.list_right{
  width: 65%;
  height: 910px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 6%;
  margin-top: 1px;
    position: relative;
    /* right: 600px; */
    bottom: 510px;
}
.list_right1{
  width: 100%;
  height: 910px;
  left:0;
  border-radius: 8px;
  margin-top: 1px;
  position: relative;
  overflow-y: scroll;
  overflow: auto;
}
.list_right1 ul{
 padding: 30px 28px 0px 28px;
  text-align: left;
}
.list_right1 > ul > li{
  padding: 8px 0; 
}

.list_right1 > ul > li >a{
color: black;
}

/* 列表页 end */



/* 文章页面 */
.article{
  display: none;
  width: 100%;
  /* height: 700px; */
  padding: 0px 14.3% 30px 14.3%;
  text-align: center;
  /* border: 2px solid #20a9f9; */
}
.article_info{
  margin: 30px 12%;
  padding: 10px 50px;
  border: 1px solid #ccc;
  color: #cccccc;
}
.introduction{
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  padding: 10px 20px;
  margin-bottom: 30px;
  text-align: left;
  text-indent: 2em;
}
article > img{
  margin-bottom: 30px;
  text-align: center;
}
.article_content{
  text-align: left;
  font-family: "微软黑雅";
  font-size: 16px;
  color: black;
  text-indent: 40px;
  letter-spacing: 4px;
  line-height: 40px;
}
.article_footer{
  text-align: left;

}
.article_footer > div > a{
  color: #000;
  text-decoration: none;
}
.article_footer > div > a > span{
  font-weight: bold;
}

.submit {
 /*    width: 39px;
    height: 33px; */
border: 0;
    border-radius: 20px;

    background: #fff url(../../images/zs/search.png) no-repeat center center;
}

#searchForm {
  position: relative;
  border-radius: 20px;
  font-size: 15px;
  background: #fff;
width:228px;
height:33px;
  margin-right: 10%;
}

.text{
line-height: 24px;
    border: 0;
    padding: 0;

    color: #337ab7;
}

/* 分页 */
.pages {
	font:0/0 microsoft yahei;
	padding:15px 0;
}
.pages a {
	display:inline-block;
	line-height:28px;
	margin:0 5px;
	padding:0 10px;
	border:1px #d2d2d2 solid;
	font-size:14px;
	vertical-align:middle;
}
.pages a:hover {
	border:1px #135a9c solid;
}
.pages a.current {
	border:1px #135a9c solid;
	background-color:#135a9c;
	color:#fff;
	position:relative;
}
.pages span {
	line-height:28px;
	font-size:14px;
	margin-left:10px;
	vertical-align:middle;
	}

.btn a{
color:#fff;
font-size:16px;
}
 .btn a:hover{
    color: #333;
    text-decoration: none;}

