@charset "UTF-8";

.swiper-pagination2.swiper-pagination-horizontal.swiper-pagination-bullets {
  position: relative;
  z-index: 2;
  transform: translateY(-20px);
  text-align: right;
  padding-right: 20px;
}

.swiper-pagination3.swiper-pagination-horizontal.swiper-pagination-bullets {
  position: relative;
  z-index: 2;
  transform: translateY(-20px);
   text-align:center;
}

.swiper-pagination-bwk.swiper-pagination-horizontal.swiper-pagination-bullets{
  width: 100%;
  bottom: 74px;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.swiper-pagination-jwk.swiper-pagination-horizontal.swiper-pagination-bullets {
  position: relative;
  z-index: 2;
  transform: translateY(-20px);
  text-align: right;
  padding-right: 20px;
}

.swiper-pagination-tw.swiper-pagination-horizontal.swiper-pagination-bullets {
  width: 100%;
  bottom: 74px;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 2;
  --swiper-theme-color:#b80000;
}


.pagination {list-style:none;margin:40px 0 40px 200px;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #1564b0;border-radius:4px; margin-left:3px;}

.pagination a {color:#1564b0;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}

.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}

.pagination .active a{pointer-events:none; color: #fff;background-color: #1564b0;}

.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'DINCOND-BOLD', '微软雅黑', 'Arial';
  border: none;
  list-style: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
button {
  outline: none;
  border: none;
}
input {
  outline: none;
}
body {
  background-color: #fff;
}
span {
  border: 0;
}
.of {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}

.header_active {
  position: fixed;
  top: 0;
}
.header_box {
  width: 100%;
  background-color: #0268bf;
  z-index: 12;
  top: 0;
}
.header {
  width: 1400px;
  margin: 0 auto;
  background-color: #0268bf;
  height: 129px;
  overflow: initial;
}
.header .logo {
  margin: 20px 0;
}
.search {
  width: 275px;
  height: 34px;
  float: right;
  background-color: #fff;
  border: solid 1px rgba(45, 139, 234, 0.5);
  margin-top: 20px;
  overflow: hidden;
}
.search input {
  width: 194px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  padding-left: 6px;
  float: left;
}
.search button {
  display: block;
  float: right;
  width: 44px;
  height: 24px;
  background: url(/template/pc/images/search.png) no-repeat center center;
  margin: 5px 0;
  border-left: solid 1px #0268bf;
}
.nav {
  width: 870px;
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
  position: relative;
}
.nav-menu {
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 110px;
  line-height: 48px;
  display: block;
}
.nav-menu-wrap > a.nav_cur {
  border-bottom: 2px solid #c8141e;
}
.nav-menu-wrap {
  width: 110px;
  height: 68px;
  text-align: center;
  position: relative;
}
.nav-children-wrap {
  background-color: #fff;
  background-image: url(/template/pc/images/16541651426.png);
  background-position: 0 bottom;
  background-repeat: no-repeat;
  border-top: 2px solid #c8141e;
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 2;
  width: 320px;
  padding: 20px 0 40px 0;
  clear: both;
}
.nav-children-wrap ::before {
  display: inline-block;
  width: 0;
  height: 18px;
  border: 1px solid #c8141e;
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-children-wrap a {
  font-size: 16px;
  line-height: 52px;
  color: #333;
  text-align: center;
  display: block;
  float: left;
  width: 160px;
}
.nav-children-wrap a:hover {
  color: #0268bf;
}

.slieder {
  width: 100%;
  /* height: 633px; */
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.slieder ul {
  position: absolute;
}
.slieder li {
  float: left;
}
.swiper-container {
  --swiper-pagination-width: 24px;
}

.news {
  width: 1400px;
  margin: 0 auto;
}
.slieder_news {
  width: 690px;
  height: 420px;
  overflow: hidden;
  position: relative;
}
.slieder_news p a {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 690px;
  padding-left: 10px;
  line-height: 40px;
  color: #fff;
}
.titel_news {
  background: url(/template/pc/images/title_news.png) no-repeat center 0;
  height: 80px;
  width: 1400px;
  margin: 30px 0;
}
.titel_news > a {
  float: right;
  color: #0268bf;
  font-size: 13px;
  width: 84px;
  background: url(/template/pc/images/2656265.png) no-repeat right center;
  margin-top: 40px;
}
.news ul {
  overflow: hidden;
}
.news ul li {
  width: 335px;
  margin: 0 0 0 20px;
  position: relative;
  background-color: #fff;
  height: 420px;
  float: left;
}
.news ul li img {
  width: 335px;
  height: 250px;
}
.news ul li p.p_time {
  position: absolute;
  top: 220px;
  left: 20px;
  background-color: rgba(2, 104, 191, 0.7);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 4px 10px 0 10px;
  line-height: 24px;
}
.news ul li p.p_time > span {
  font-size: 24px;
}
.news ul li h3 a{
  margin: 40px 10px 0 10px;
  font-size: 16px;
  color: #111;
  font-weight: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.redline {
  width: 54px;
  height: 2px;
  background-color: #c8141e;
  margin: 12px 10px;
}
.news ul li p.p_text {
  margin: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  font-weight: normal;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.column {
  width: 1400px;
  margin: 40px auto 20px auto;
}
.column .titel {
  height: 80px;
  width: 690px;
  margin: 30px 0 10px 0;
  border-bottom: 4px solid #c8141e;
}
.column .titel_notice {
  background: url(/template/pc/images/title_notice.png) no-repeat 20px 0;
}
.column .titel_public {
  background: url(/template/pc/images/title_Publicnotice.png) no-repeat 20px 0;
}
.column ul {
  width: 690px;
  background-color: #fff;
  float: left;
}
.column ul li {
  padding: 20px 0;
  margin: 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
.column_Pa a {
  background: url(/template/pc/images/off_454654.png) no-repeat 0 center;
  padding-left: 20px;
  font-size: 16px;
  color: #111;
  line-height: 28px;
  width: 540px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
  margin-left: 10px;
}
.column_Pa a:hover {
  background: url(/template/pc/images/on_454654.png) no-repeat 0 center;
  color: #0268bf;
}
.column_Pa span {
  font-size: 13px;
  line-height: 28px;
  color: #999;
  float: right;
  margin-right: 10px;
}
.column_Pt {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  clear: both;
  margin: 0 10px;
}
.titel > a {
  float: right;
  color: #0268bf;
  font-size: 13px;
  width: 84px;
  background: url(/template/pc/images/2656265.png) no-repeat right center;
  margin-top: 40px;
  margin-right: 10px;
}
.img_banner {
  width: 1400px;
  margin: 20px auto;
}
.img_banner img {
  width: 1400px;
}
.ksdh,
.topics {
  width: 1400px;
  margin: 0 auto;
}
.ksdh .titel_ksdh,
.topics .titel_topics {
  height: 80px;
  width: 1400px;
  margin: 30px 0 10px 0;
  border-bottom: 4px solid #c8141e;
}
.ksdh .titel_ksdh {
  background: url(/template/pc/images/title_Navigation.png) no-repeat 20px 0;
}
.topics .titel_topics {
  background: url(/template/pc/images/title_topics.png) no-repeat 20px 0;
}
.ksdh ul {
  overflow: hidden;
}
.ksdh li {
  width: 264px;
  height: 82px;
  float: left;
  background-color: #fff;
  margin: 20px 8px;
}
.ksdh li img {
  width: 82px;
  height: 82px;
  background-color: #b2dcff;
  float: left;
}
.ksdh li h2 {
  font-size: 20px;
  color: #333;
  line-height: 82px;
  text-align: center;
}
.topics ul {
  overflow: hidden;
  margin-bottom: 20px;
}
.topics li {
  width: 260px;
  height: 165px;
  float: left;
  margin: 10px;
  overflow: hidden;
}
.topics li img {
  width: 260px;
  height: 165px;
  cursor: pointer;
  transition: all 0.8s;
}
.topics li img:hover {
  transform: scale(1.15);
}
.bottom_box {
  background: url(/template/pc/images/bottombg.png);
}
.bottom {
  margin: 0 auto;
  width: 1400px;
  padding: 30px 0;
}
.bottom img {
  float: left;
}
.bottom img.bottom_logo {
  width: 491px;
  height: 126px;
  margin: 0 50px;
}
.bottom img.QR_code {
  width: 129px;
  height: 129px;
  margin: 0 50px;
}
.bottom p {
  float: left;
  color: #fff;
  width: 550px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}
.bottom p a{
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.bottom p span {
  margin: 0 20px;
}

/* 二级页面 */

.sp_banner_box {
  width: 100%;
}
.sp_banner {
  width: 1400px;
  height: 460px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.sp_banner img {
  min-width: 1400px;
  height: 460px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.maincon {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}
.maincon_nav {
  width: 360px;
  padding-bottom: 40px;
  background: url(/template/pc/images/465415146.png) no-repeat center bottom #f0f0f0;
  position: relative;
  top: -64px;
  align-self: flex-start;
}
.maincon_nav h1 {
  background-color: #e6212b;
  font-size: 22px;
  text-align: center;
  line-height: 64px;
  color: #fff;
}
.maincon_nav li a {
  width: 360px;
  font-size: 18px;
  color: #333;
  text-align: center;
  display: block;
  line-height: 52px;
}
.maincon_nav li a.maincon_nav_cur {
  border-left: #e6212b 3px solid;
  background: url(/template/pc/images/2516416521.png) no-repeat 340px center #fff;
}
.maincon_nav li a:hover {
  border-left: #e6212b 3px solid;
  background-color: #fff;
}
.maincon_list {
  width: 1020px;
  flex: 1;
  padding: 0 20px;
}
.maincon_cur {
  display: flex;
  justify-content: space-between;
  border-bottom: #dedede 1px solid;
  margin: 10px 0 10px 0;
}
.maincon_cur > h3 {
  color: #0268bf;
  font-size: 22px;
  border-bottom: #e6212b 2px solid;
  padding: 0 20px;
  line-height: 56px;
}
.maincon_cur > p {
  font-size: 14px;
  line-height: 40px;
  color: #666;
  margin-top: 16px;
}
.maincon_cur > p > a {
  color: #666;
}
.maincon_cur > p > a:hover {
  color: #0268bf;
}
.maincon_list > ul > li {
  padding: 10px;
  border-bottom: #dedede 1px solid;
}
.maincon_list > ul > li a {
  font-size: 16px;
  line-height: 34px;
  color: #111;
}
.maincon_list > ul > li a:hover {
  color: #0268bf;
}
.maincon_list .maincon_list_text {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding-right: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.maincon_list .maincon_list_time {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}
.maincon_list_img{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: #d7d7d7 solid 1px;
}
.maincon_list ul.maincon_list_img > li {
  width: 200px;
  border: none;
}
.maincon_list ul.maincon_list_img > li>a{
  line-height: 24px;
}
.maincon_list_img li img{
  width: 186px;
  height: 120px;
  padding: 2px;
  border: #ddd solid 1px;
}
.maincon_list_img li p{
  text-align: center;
}
.maincon_text {
  padding: 10px 20px;
  margin-bottom: 60px;
}
.maincon_text p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.maincon_text p.maincon_text_title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  color: #111;
  margin: 20px;
}
.maincon_text > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.maincon_text > ul > li {
  width: 430px;
  height: 110px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  margin: 20px 25px;
}
.maincon_text > ul > li > a {
  font-size: 22px;
  color: #333;
  line-height: 110px;
  text-align: center;
  border-bottom: #e6212b solid 2px;
  transition: all 0.8s;
  width: 200px;
}
.maincon_text > ul > li > a:hover {
  width: 100%;
  background: url(/template/pc/images/465415146.png) no-repeat center bottom;
  background-size: 100%;
}

.maincon_text_img{
  color:#9b9b9b;
  text-align:center;
   border-bottom: 1px solid #dbdbdb; 
   height: 36px; 
   line-height: 36px;
}
.maincon_text img{
/*  display: block;
  margin: 20px auto;*/
}

.fhkfwx {
  background: url(/template/pc/images/home.png) no-repeat 18px center;
  padding-left: 24px;
}

/* 保卫科 */

.header_bwk {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.nav_bwk {
  width: 100%;
  background-color: #025797;
  height: 40px;
}
.nav_bwk_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.nav_bwk_box a {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 120px;
  text-align: center;
}
.nav_bwk_box a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner_bwk {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
}
.banner_bwk img {
  width: 1200px;
  height: 280px;
}
.column_bwk {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.column_bwk_l {
  width: 940px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column_bwk_r {
  width: 260px;
}
.bwk_xydt {
  border: #d7d7d7 1px solid;
  padding: 10px;
  width: 940px;
}
.bwk_xydt_title {
  width: 910px;
  display: flex;
  justify-content: space-between;
  border-bottom: #d7d7d7 solid 1px;
}
.bwk_xydt_title h3 {
  padding: 0 20px;
  font-size: 22px;
  line-height: 48px;
  color: #025797;
  border-bottom: #f5c240 2px solid;
}
.bwk_xydt_title a {
  color: #888;
  font-size: 14px;
  margin-top: 10px;
  line-height: 36px;
}
.bwk_column_title {
  width: 430px;
  display: flex;
  justify-content: space-between;
  border-bottom: #d7d7d7 solid 1px;
}
.bwk_column_title h3 {
  padding: 0 20px;
  font-size: 22px;
  line-height: 48px;
  color: #025797;
  border-bottom: #f5c240 2px solid;
}
.bwk_column_title a {
  color: #888;
  font-size: 14px;
  margin-top: 10px;
  line-height: 36px;
}
.d_flex {
  display: flex;
}
.slieder_news_bwk {
  width: 384px;
  height: 320px;
  overflow: hidden;
  position: relative;
  margin: 20px 10px 0 10px;
}
.slieder_news_bwk img {
  width: 384px;
  height: 249px;
}
.slieder_news_bwk a {
  width: 384px;
  padding-left: 10px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.slieder_news_bwk p {
  width: 384px;
  padding-left: 10px;
  line-height: 20px;
  color: #888;
  font-size: 13px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bwk_xydt ul {
  margin-top: 20px;
}
.bwk_xydt ul li {
  display: flex;
  justify-content: space-between;
  width: 480px;
  margin-left: 10px;
}
.bwk_xydt ul li a {
  background: url(/template/pc/images/list_point_0.png) no-repeat left center;
  padding-left: 10px;
  color: #333;
  width: 400px;
  font-size: 14px;
  line-height: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.column_bwk ul li a:hover {
  background: url(/template/pc/images/list_point_1.png) no-repeat left center;
  color: #025797;
}
.column_bwk ul li p {
  font-size: 12px;
  color: #888;
  line-height: 40px;
}
.column_bwk_l_normal {
  width: 460px;
  border: 1px solid #d7d7d7;
  padding: 10px;
  margin-top: 20px;
}
.column_bwk_l_normal ul {
  margin: 10px;
}
.column_bwk_l_normal ul li {
  border-bottom: 1px #d7d7d7 dashed;
  display: flex;
  justify-content: space-between;
}
.column_bwk_l_normal ul li a {
  background: url(/template/pc/images/list_point_0.png) no-repeat left center;
  padding-left: 10px;
  color: #333;
  font-size: 14px;
  line-height: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.column_bwk_l_normal ul li a:hover {
  background: url(/template/pc/images/list_point_1.png) no-repeat left center;
  color: #025797;
}
.column_bwk_l_normal ul li p {
  font-size: 12px;
  color: #888;
  line-height: 40px;
}
.column_bwk_r {
  width: 240px;
  border: solid 1px #d7d7d7;
  align-self: flex-start;
}
.column_bwk_r_title {
  width: 220px;
  display: flex;
  justify-content: left;
  border-bottom: #d7d7d7 solid 1px;
  margin: 10px;
}
.column_bwk_r_title h3 {
  padding: 0 10px;
  font-size: 22px;
  color: #025797;
  border-bottom: #f5c240 2px solid;
  line-height: 48px;
}
.column_bwk_r p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-left: 20px;
}
.column_bwk_r img {
  width: 200px;
  margin: 10px 20px;
}

/* 总务科 */

.header_zwk {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.search_zwk {
  width: 275px;
  height: 34px;
  float: right;
  background-color: #fff;
  border: solid 1px #e6212b;
  margin-top: 20px;
  overflow: hidden;
}
.search_zwk input {
  width: 194px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  padding-left: 6px;
  float: left;
}
.search_zwk button {
  display: block;
  float: right;
  width: 44px;
  height: 24px;
  background: url(/template/pc/images/search_red.png) no-repeat center center;
  margin: 5px 0;
  border-left: solid 1px #e6212b;
}
.nav_zwk {
  width: 100%;
  background-color: #e6212b;
  height: 48px;
}
.nav_zwk_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.nav-children-wrap a:hover {
  color: #e6212b;
}
.nav_zwk_box .nav-children-wrap {
  background: none;
  background-color: #fff;
  width: auto;
  padding: 10px 0;
}
.banner_zwk {
  width: 1200px;
  margin: 0 auto;
}
.zwk_column {
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.zwk_column_list {
  width: 590px;
}
.zwk_column_list_title {
  display: flex;
  justify-content: space-between;
  border-bottom: #c8141e solid 1px;
}
.zwk_column_list_title h3 {
  width: 151px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(/template/pc/images/bg_red.png) no-repeat;
  color: #fff;
  padding-right: 15px;
}
.zwk_column_list_title a {
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.zwk_column_list_title a:hover {
  text-decoration: underline;
  color: #c8141e;
}
.zwk_column_list li {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  border-bottom: #d7d7d7 1px solid;
}
.zwk_column_list li img {
  width: 134px;
  height: 86px;
}
.zwk_column_list li > div {
  width: 420px;
}
.zwk_column_list li > div a {
  font-size: 16px;
  color: #111;
  line-height: 34px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.zwk_column_list li > div a:hover {
  color: #c8141e;
}
.zwk_column_list li > div p.p1 {
  font-size: 12px;
  color: #999;
  line-height: 26px;
}
.zwk_column_list li > div p.p2 {
  font-size: 12px;
  color: #333;
  line-height: 26px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xgbm {
  width: 1200px;
  margin: 0 auto;
}
.xgbm_title {
  display: flex;
  justify-content: space-between;
  border-bottom: #c8141e solid 1px;
}
.xgbm_title h3 {
  width: 151px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(/template/pc/images/bg_red.png) no-repeat;
  color: #fff;
  padding-right: 15px;
}
.xgbm_title a {
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.xgbm_title a:hover {
  text-decoration: underline;
  color: #c8141e;
}
.xgbm_nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 20px 0;
}
.xgbm_nav a {
  width: 370px;
  padding-left: 30px;
  border-left: 5px #96050d solid;
  color: #111;
  font-size: 20px;
  line-height: 64px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.xgbm_nav a:hover {
  background: url(/template/pc/images/16541651426.png) no-repeat center bottom;
  background-size: 100%;
}


/* 团委 */

.header_tw{
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.nav_tw {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  height: 48px;
}
.nav_tw_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.fhkfwx_tw {
  background: url(/template/pc/images/home_tw.png) no-repeat 18px center;
  padding-left: 24px;
}
.nav_tw_box a{
  color: #fff901;
}
.nav_tw_box a:hover{
  background-color: rgba(255, 255, 255, 0.3);
}
.banner_tw{
  width: 1200px;
  margin: 0 auto;
}
.tw_column{
  width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.tw_column_l {
  width: 765px;
}
.tw_column_title {
  display: flex;
  justify-content: space-between;
  border-bottom: #c8141e solid 2px;
}
.tw_column_title h3 {
  width: 151px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(/template/pc/images/bg_red.png) no-repeat;
  color: #fff;
  padding-right: 15px;
}
.tw_column_title a {
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.tw_column_title a:hover {
  text-decoration: underline;
  color: #c8141e;
}
.slieder_news_tw {
  width: 384px;
  height: 320px;
  overflow: hidden;
  position: relative;
  margin: 20px 10px 0 10px;
}
.slieder_news_tw img {
  width: 384px;
  height: 249px;
}
.slieder_news_tw a {
  width: 384px;
  padding-left: 10px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.slieder_news_tw p {
  width: 384px;
  padding-left: 10px;
  line-height: 20px;
  color: #888;
  font-size: 13px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tw_column li{
  display: flex;
  justify-content: space-between;
  width: 380px;
  margin-left: 10px;
}
.tw_column ul{
  margin-top: 16px;
  margin-right: 10px;
}
.tw_column ul li a {
  background: url(/template/pc/images/ico111.png) no-repeat left center;
  padding-left: 12px;
  color: #333;
  width: 290px;
  font-size: 14px;
  line-height: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tw_column ul li a:hover {
  color: #b80000;
}
.tw_column ul li p {
  font-size: 12px;
  color: #888;
  line-height: 40px;
}
/*团委列表 */
.maincontw{  width: 1200px; margin: 0 auto; display: flex; background-color:#FFF;}

/* 教务科 */

.header_jwk {
  width: 1400px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.search_jwk {
  width: 275px;
  height: 34px;
  float: right;
  background-color: #fff;
  border: solid 1px #076acf;
  margin-top: 20px;
  overflow: hidden;
}
.search_jwk input {
  width: 194px;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  padding-left: 6px;
  float: left;
}
.search_jwk button{
  display: block;
  float: right;
  width: 44px;
  height: 24px;
  background: url(/template/pc/images/search.png) no-repeat center center;
  margin: 5px 0;
  border-left: solid 1px #076acf;
}
.nav_jwk {
  width: 100%;
  background-color: #076acf;
  height: 48px;
}
.nav_jwk_box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.nav_jwk_box a{
  color: #fff;
}
.nav_jwk_box a:hover{
  background-color: rgba(255, 255, 255, 0.3);
}
.jwk_news{
  width: 1400px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.slideTxtBox{
  width: 670px;
}
.slideTxtBox .hd{
  width: 670px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
}
.slideTxtBox .hd>ul{
  display: flex;
  justify-content: space-between;
}
.slideTxtBox .hd>ul>li>p{
  font-size: 22px;
  color: #333;
  line-height: 48px;
  padding: 0 20px;
}
.slideTxtBox .hd>ul>li>p:hover{
  cursor: pointer;
}
.slideTxtBox .hd>ul>li.on>p{
  color: #076acf;
  border-bottom: 2px solid #076acf;
}
.slideTxtBox .hd>a{
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.slideTxtBox .bd li{
  display: flex;
  justify-content: space-between;
  border-bottom: #d7d7d7 1px dashed;
}
.slideTxtBox .bd li>a{
  background: url(/template/pc/images/ico222.png) no-repeat left center;
  padding-left: 14px;
  color: #333;
  width: 500px;
  font-size: 15px;
  line-height: 44px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.slideTxtBox .bd>ul{
  margin-top: 10px;
}
.slideTxtBox .bd li>a:hover{
  color: #076acf;
}
.slideTxtBox .bd li>p{
  font-size: 14px;
  color: #888;
  line-height: 44px;
}
.nav_jwk .nav-menu-wrap > a.nav_cur {
  border:none;
}
.jwk_column{
  width: 1400px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jwk_column_list{
  width: 445px;
}
.jwk_zhpt_column_list{
  width: 453px;
}
.jwk_column_list_title{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #076acf;
}
.jwk_column_list_title>h3{
  width: 151px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(/template/pc/images/bg_blue.png) no-repeat;
  color: #fff;
  padding-right: 15px;
}
.jwk_column_list_title>a{
  font-size: 14px;
  color: #666;
  margin-top: 16px;
}
.jwk_column_list ul{
  margin-top: 10px;
}
.jwk_column_list ul li{
  display: flex;
  justify-content: space-between;
  border-bottom: #d7d7d7 1px dashed;
}
.jwk_column_list ul li>a{
  background: url(/template/pc/images/ico222.png) no-repeat left center;
  padding-left: 14px;
  color: #333;
  width: 340px;
  font-size: 15px;
  line-height: 44px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.jwk_column_list ul li>p{
  font-size: 14px;
  color: #888;
  line-height: 44px;
}
.jwk_zhpt_a{
  background-color: #d6e6fe;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
.jwk_zhpt_a>a{
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  width: 210px;
  text-align: center;
  background-color: #ba63f7;
  margin: 6px 0;
}
.jwk_zhpt_a>a.color_a{
  background-color: #f7ac63;
}
.jwk_zhpt_a>a.color_b{
  background-color: #637bf7;
}
.jwk_zhpt_a>a.color_c{
  background-color: #4a9cf0;
}
.jwk_zhpt_a>a.color_d{
  background-color: #3aaa13;
}
.jwk_zhpt_a>a.color_e{
  background-color: #f76363;
}
.jwk_zhgz_column_list{
  width: 1400px;
  margin-top: 20px;
}
.jwk_zhgz_column_list ul{
  display: flex;
  justify-content: flex-start;
  padding: 10px;

}
.jwk_zhgz_column_list ul li {
  width: 260px;
  height: 165px;
  float: left;
  margin: 10px;
  overflow: hidden;
}
.jwk_zhgz_column_list ul li img {
  width: 260px;
  height: 165px;
  cursor: pointer;
  transition: all 0.8s;
}
.jwk_zhgz_column_list ul li img:hover {
  transform: scale(1.15);
}


pretitle
.pretitle{}
.pretitle > a{
  color:#111;
  line-height: 34px;
}
.pretitle > a:hover {
  color: #0268bf;
}