html,
body {
  width: 100%;
  min-width: 1280px;
  /*font-style:normal!important;*/
  /*font-variant:normal!important;*/
  /*font-weight:normal!important;*/
  /*font-family:serif!important;*/
}
/*公共样式*/
.wrap {
  margin-top: 25px;
  position: relative;
  width: 100%;
  min-width: 1280px;
  height: auto;
}
.layout {
  position: relative;
  width: 1280px;
  height: auto;
  margin: 0 auto;
}
.layout:after {
  display: block;
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.half {
  float: left;
  width: 50%;
  height: auto;
}
.half-list {
  width: 48%;
}
.half-list:nth-child(2) {
  float: right;
}
.half-one {
  width: 40%;
}
.half-two {
  float: right;
  width: 55%;
}
.h2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  /*padding: 12px 0;*/
  font-size: 21px;
  line-height: 50px;
  font-weight: bold;
  color: #02594b;
  border-bottom: 1px solid #f5f5f5;
}
.h2 .link-more {
  float: right;
  font-size: 14px;
  color: #02594b;
  display: none;
}


.h2 .link-more.active{
  display: inline;
}



.h2 .tab {
  margin-top: -1px;
  margin-right: 30px;
  float: left;
  display: inline-block;
  line-height: 50px;
  color: #181818;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.h2 .active {
  border-bottom-color: #03201b;
}
.h2-red {
  border-bottom: 1px solid #49887e;
}
/*顶部*/
.wrap-top {
  margin-top: 0;
  background: url(../image/bg_top.png) repeat-x;
}


.wrap-top .layout{
position: relative;
}

.layout-top {
  padding: 10px 0 20px;
  /*height: 80px;*/
  /*logo*/
  /*顶部右侧*/
}
.layout-top .logo {
  float: left;
  display: inline-block;
  width: 445px;
  height: 143px;
}
.layout-top .top-right {
  float: right;
  display: inline-block;
}
.layout-top .top-right .top {
  padding: 6px 0;
  font-size: 15px;
  line-height: 20px;
  color: #01594b;
  text-align: right;
}
.layout-top .top-right .top a {
  color: #01594b;
}
.layout-top .top-right .top .m-l {
  margin-left: 25px;
}
.layout-top .top-right .search-box {
  padding: 10px 0;
}
.layout-top .top-right .search-box .search-input {
  float: right;
  display: block;
  width: 395px;
  height: 42px;
  padding-left: 55px;
  border: 1px solid #dbdbdb;
  border-radius: 21px;
  background: #eeeeee url(../image/search.png) 26px center no-repeat;
}
.layout-top .top-right .search-box .search-btn {
  float: right;
  display: block;
  margin-left: 20px;
  width: 126px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #01594b;
  border-radius: 21px;
  cursor: pointer;
}
.layout-top .top-right .wechat {
position: relative;
  /*height: 46px;*/
  text-align: right;
}
.layout-top .top-right .wechat a {
  display: inline-block;
  height: 40px;
  padding-left: 42px;
  font-size: 14px;
  line-height: 40px;
  color: #455c5a;
  background: url(../image/wx.png) left center no-repeat;
}
/*导航*/
.wrap-nav {
  margin-top: 0;
  height: 52px;
/*导background: #01594b;*/
background: #00a288;

}
.layout-nav {
font-size: 17px;
line-height: 52px;
color: white;
text-align: center;
}
.layout-nav a {
color: white;
}
.layout-nav a:hover {
background: #00a489;
}
.layout-nav .active {
background: #00a489;
}
.layout-nav .hover {
background: #00a489;
}
.nav-box {
width: 100%;
height: 52px;
}
.nav-box .nav {
position: relative;
max-width: 200px;
}
.nav-box .nav:hover .hide-box {
display: block;
}
.nav-box .nav .hide-box {
position: absolute;
left: 0;
top: 50px;
z-index: 9999;
display: none;
width: 100%;
height: auto;
background: #01594b;
}
.nav-box .nav .hide-box a {
display: block;
font-size: 15px;
line-height: 36px;
text-align: center;
border-top: 1px solid #758fb5;
}
.nav-box .nav .hide-box a:hover {
color: #fff;
}
.nav-box .link-nav {
display: block;
width: 100%;
height: 100%;
}
/*展示图*/
.wrap-img {
  margin-top: 0;
  height: 570px;
}
.wrap-img .layout-img {
  height: 570px;
}
.wrap-img .layout-img .swiper-container .swiper-slide {
  height: 570px;
}
.wrap-img .layout-img .swiper-button-next,
.wrap-img .layout-img .swiper-button-prev {
  width: 13px;
  height: 22px;
  background-size: 13px 22px;
}
/*链接*/
.layout-link .link-box {
  display: block;
  float: left;
  display: inline-block;
  width: 33.33%;
  height: auto;
  padding: 10px 1.5%;
  /* 奇数行 */
  /* 偶数行 */
}
.layout-link .link-box .link {
  display: block;
  width: 100%;
  height: 66px;
  background: #019e97;
  font-size: 30px;
  line-height: 66px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.layout-link .link-box .link i {
  margin-right: 5px;
}
.layout-link .link-box:nth-of-type(odd) .link {
  background: #01594b;
}
.layout-link .link-box:nth-of-type(odd) .link:hover {
  background: rgba(1, 89, 75, 0.7);
  color: #f9f9f9;
}
.layout-link .link-box:nth-of-type(even) .link {
  background: #019e97;
}
.layout-link .link-box:nth-of-type(even) .link:hover {
  background: rgba(1, 158, 151, 0.7);
  color: #f9f9f9;
}
/*展示*/
.layout-red .red {
  float: left;
  width: 48%;
  /*height: 200px;*/
}
.layout-red .red:nth-child(2) {
  float: right;
}
.layout-red .red .content-red {
  overflow: hidden;
  margin-top: 15px;
  height: 310px;
  /*background: red;*/
}
.layout-red .red .content-red .title {
  margin-top: 4px;
  /* padding-left: 94px;*/
  text-align: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #000;
}
.layout-red .red .content-red .cont {
  /*height: 310px;*/
}
.layout-red .red .content-red .cont .doctor {
  margin-top: 15px;
  float: left;
  display: block;
  width: 20%;
  height: auto;
}
.layout-red .red .content-red .cont .doctor .img {
  margin: 0 auto;
  width: 48px;
  height: 68px;
  border: 1px solid #d39596;
}
.layout-red .red .content-red .cont .doctor .name,
.layout-red .red .content-red .cont .doctor .hospital {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fdfa00;
}
.layout-red .red .content-red .cont .doctor .name {
  margin-top: 5px;
}
/*下拉框*/
.layout-dropdown .dropdown {
  position: relative;
  display: block;
  width: 18%;
  height: 58px;
  padding: 0 20px;
  border: 1px solid #699d95;
  border-radius: 10px;
  font-size: 18px;
  line-height: 58px;
  padding-left: 42px;
  background: url(../image/select.png) center right no-repeat;
  background-origin: content-box;
}
.layout-dropdown .dropdown:hover .down {
  display: block;
}
.layout-dropdown .dropdown .down {
  display: none;
  position: absolute;
  left: 0;
  top: 57px;
  z-index: 99;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background-color: white;
}
.layout-dropdown .dropdown .down a {
  padding-left: 42px;
  margin-top: 2px;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #999;
  border-top: 1px solid #ddd;
  background-color: white;
}
.layout-dropdown .dropdown .down a:hover {
  background-color: #f3f3f3;
  color: #666;
}
/*底部*/
.wrap-footer {
  /*margin-top: 50px;*/
  /*height: 206px;*/
  padding: 35px 0 35px;
  background: #efefef;
}
.wrap-footer .footer-logo {
  float: left;
  width: 30%;
  padding-right: 10%;
  height: 82px;
  font-size: 36px;
  line-height: 82px;
  color: #0a574d;
  font-weight: bold;
  text-align: center;
}
.wrap-footer .footer-info {
  float: right;
  width: 70%;
  height: auto;
}
.wrap-footer .footer-info p {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.wrap-footer .footer-info p a {
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
/*列表*/
.list-box {
  display: none;
  width: 100%;
  height: 200px;
  padding: 10px 0;
  overflow: hidden;
}
.list-box .list-link {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
}
.list-box .list-link:hover {
  color: #333;
}
.list-box .list-link::before {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #868686;
}
.list-box .list-link .text {
  display: block;
  float: left;
  width: 75%;
  height: 30px;
}
.list-box .list-link .date {
  float: right;
  padding-right: 20px;
  width: 17%;
  height: 30px;
  text-align: right;
}
/*今日头条*/
.headlines {
  margin-top: 20px;
  position: relative;
  height: 200px;
  background-color: #efefef;
}
.headlines .headlines-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: inline-block;
  width: 70px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #ed610a;
  text-align: center;
}
.headlines .tag {
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 9;
  width: 76px;
  height: 22px;
  font-size: 12px;
  line-height: 1;
  color: #fbd1a7;
  padding: 10px 0 0;
  text-align: center;
  background: #ec6313;
}
.headlines .tag::after {
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 9;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 18px solid #ec6313;
}
.headlines .tab-box {
  width: 100%;
  height: 30px;
  padding: 5px 70px;
  text-align: right;
  vertical-align: top;
}
.headlines .tab-box .tab {
  vertical-align: top;
  margin-left: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ed610a;
  background-color: #eef0f0;
  border: 1px solid #ed610a;
}
.headlines .tab-box .active {
  color: #eef0f0;
  background-color: #ed610a;
}
.headlines .tab-cont {
  display: none;
  width: 100%;
  height: 150px;
  overflow: hidden;
  color: #333;
  padding: 10px 15px;
}
.headlines .tab-cont .info {
  padding-top: 20px;
  text-indent: 2em;
  font-size: 14px;
  line-height: 26px;
}
.headlines .tab-cont .title {
  padding-top: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
/*main*/
.main .main-left-box {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: -280px;
  width: 280px;
  height: auto;
}
.main .main-left-box .slide {
  margin-bottom: 10px;
  background: url(../image/slide.png) left top no-repeat;
}
.main .main-left-box .slide .slide-show {
  display: block;
  width: 100%;
  height: 50px;
  padding: 9px 0px;
  font-size: 18px;
  line-height: 32px;
  color: #dde4e2;
}
.main .main-left-box .slide .slide-show .icon {
  position: relative;
  z-index: 9;
  float: left;
  margin-left: 40px;
  margin-right: -72px;
  width: 32px;
  height: 32px;
}
.main .main-left-box .slide .slide-show .text {
  float: left;
  width: 100%;
  height: 32px;
  /*padding-left: 80px;*/
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.main .main-left-box .slide .slide-hide {
  display: none;
}
.main .main-left-box .slide .slide-hide a {
  display: block;
  width: 100%;
  height: 36px;
  /*padding: 0px 40px;*/
  /*padding-left: 80px;*/
  font-size: 18px;
  line-height: 36px;
  color: #323232;
  background-color: #f3f3f3;

  display: flex;
  justify-content: center;
}
.main .main-left-box .slide .slide-hide a:hover {
  color: #009079;
}
.main .main-left-box .slide .slide-hide a:nth-child(1) {
  margin-top: 10px;
  padding-top: 5px;
}
.main .main-left-box .slide .slide-hide .active {
  color: #009079;
}
.main .main-left-box .slide-child {
  background: #009079;
}
.main .main-right-box {
  float: left;
  width: 100%;
  height: auto;
  padding-left: 295px;
}
.main .main-right-box .main-right {
  padding: 10px 30px;
  min-height: 500px;
  border: 1px solid #e8e8e8;
}
.main .main-right-box .main-right .location {
  width: 100%;
  min-height: 51px;
  font-size: 18px;
  line-height: 50px;
  color: #2a2a2a;
  font-weight: bold;
  border-bottom: 1px solid #01594b;
}
.main .main-right-box .main-right .content {
  padding: 18px 0;
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}
.main .main-right-box .main-right .content .section {
  padding: 12px 0;
}
/*评优表彰*/
.prize {
  width: 100%;
  height: auto;
  padding: 0 3%;
  overflow: hidden;
}
.prize a {
  float: left;
  display: block;
  margin: 20px 2.5%;
  width: 28%;
  height: auto;
}
.prize .img {
  display: block;
  width: 100%;
  height: 180px;
  border: 3px solid #009079;
}
.prize span {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  color: #323232;
  text-align: center;
  overflow: hidden;
}
.prize span:hover {
  color: #009079;
}
/* 党建工作 */
.build {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.build .build-link {
  display: block;
  width: 100%;
  height: 41px;
  font-size: 15px;
  line-height: 40px;
  color: #323232;
  border-bottom: 1px solid #f3f3f3;
}
.build .build-link .title {
  float: left;
  width: 70%;
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp:1;
}
.build .build-link .date {
  float: left;
  width: 30%;
  height: 40px;
  text-align: right;
  color: #989898;
}
.wechat{ position: absolute;right: 0px;
  top: 60px;}
.wxcode{ position: absolute;
  top: 35px; right: 0px; z-index: 100;}
.wxcode img{ width: 120px;
  height: 120px;}
.wxcode-hide{display: none;}
.wxcode-show{display: block;}








/* 校园风景 */

.schoolscenerybg{
  height: 411px;
  width: 100%;
  background-image: url(../image/threeimgbg.jpg);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.schoolscenery{
  /*height: 411px;*/
  height: 266px;
  width:1200px;
  margin: 0 auto;
}

.schoolscenery-bottom{
  height: 266px;
}

.schoolscenery-top{
  position: relative;
  height:67px;
  width:1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.schoolscenery-top>img{
  margin:0px 15px 20px 15px;

}

.schoolscenery-top>p{
  margin-bottom: 20px;
  font-size: 20px;
  color:#fff;
  font-weight: bold;
}

.schoolscenery-top>a{
  position: absolute;
  right: 0px;
  bottom: 20px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  color:#fff;
}



/*三图轮播 */



body,ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}
img{ border:none;}
.box{ width:1200px; margin:0 auto; position:relative; overflow:hidden;}
.picbox{ width:1200px; height:266px; overflow:hidden; position:relative;}
.piclist{ position:absolute; left:0px; top:0px;display: flex;justify-content: space-between;align-items: center;}
.piclist li{ position: relative; width: 300px; height: 266px;}
.swaplist{ position:absolute; left:-3000px; top:0px}

.event{
  position: relative;
  width: 300px;
}


.event img{
  width: 300px;
  height: 266px;
}

.event .p{
  display: flex;
  justify-content:space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 450px;
  background-color:rgb(193, 158, 98);
  opacity: 0.9;
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
  z-index: 200;
}

.event hr{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 158px;
  top: 513px;
  z-index: 200;
  background-color: #fff;
  height: 1px;
  width: 60px;
}




.swaplist .event hr{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 158px;
  top: 513px;
  z-index: 200;
  background-color: #fff;
  height: 1px;
  width: 60px;
}


.swaplist .event .p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 450px;
  background-color:rgb(193, 158, 98);

  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
  z-index: 100;
  opacity: 0.9;
}


/* 校园风景结束*/




video,video:hover,video:active,video:visited,video:link,video:focus{

      -webkit-tap-highlight-color:rgba(0,0,0,0);

      -webkit-tap-highlight-color: transparent;

      outline:none;

      background: none;

      text-decoration: none;

}



/*搜索位置修改*/


.top-right .middle {
  position: absolute;
  left: 600px;
  bottom: 20px;
  z-index: 99999999;
}


.layout-top .title{
  position: absolute;
  left: 620px;
  top: 70px;
  color: #005F4B;
  font-size: 24px;
}

.link-div{
  overflow: hidden;
  clear: both;
  margin-top: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  width: 1280px;
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
}



.link-div .link-title{
  float: left;
  width: 118px;
  text-align: right;
}



.link-div .link-list {
  float: left;
  width: 1060px;
}



.link-div .link-list .link-info {
  float: left;
  cursor: pointer;
  font-size: 15px;
  color: #18679a;
  padding-left: 25px;
}

.page20111226 a.addwidth{
  width:auto!important;
  min-width: 55px!important;
}

