header {
clear: both;
  background: rgba(16, 63, 130, 0.9);
  position: relative;
  width: 100%;
  background-image: url(../img/headerbg33.png);
  background-size: cover;
  background-position: center;
}

header .top-logo {
height: 155px;
}
 .NewTZGG   {
 float: left;
    width: 100%;
    min-height: 180px;
}
header .yuanxun {
width: 22%;
  height: 100px;
  background: url(../img/logor1111.png) no-repeat;
  position: absolute;
  top: 60px;
  left: 50%;
}
.clear{
	clear:both;	
}
 .container {
    max-width: 1344px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.noticelist {
font-size: 16px;
  color: #333;
  line-height: 38px;
}

.yahei {
font-family: "Microsoft YaHei", sans-serif;
}

.titli {
width: 200px;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titli-a {
line-height: 44px;
  width: 200px;
  height: 100%;
  margin-top: 0px !important;
  margin-left: 18px !important;
  text-decoration: none;
}

.titli:hover {
background-image: url(../img/41.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.titli:hover a {
font-weight: bold;
  color: #fff;
}

.tabtit .on {
font-weight: bold;
  color: #fff !important;
  background-image: url(../img/41.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tabtit .on a {
font-weight: bold;
  color: #fff !important;
}

header .contact {
position: absolute;
  right: 0px;
  top: 45px;
}

header .contact ul li {
float: left;
}

header .contact ul li a {
padding: 0px 15px;
  color: #8d9eba;
}

header .contact ul li a:hover {
color: #ffffff;
}

header .contact ul .search_button {
border-right: none;
}

header .contact ul .search_box {
border-right: none;
  display: none;
}

header .search_box .search_text {
position: absolute;
  z-index: 99;
  right: 40px;
  top: 30px;
  height: 28px;
  width: 180px;

 border: solid 1px #7399c2; 
}

header .search_box input[type="image"] {
position: relative;
  z-index: 999;
  right: 45px;
  top: 26px;
}

.nav {
height: 50px;
  display: block;
  background: #922828;
  box-shadow: 0px 5px 5px #444444;
  border-top: #ffdbdb 1px solid;
  transition: 0.7s all ease-in-out;
  -webkit-transition: 0.7s all ease-in-out;
  -moz-transition: 0.7s all ease-in-out;
}

.navbar_nav .dropdown {
float: left;
  position: relative;
  display: block;
}

.navbar_nav li.dropdown {
display: inherit;
  position: relative;
}

.navbar_nav li.dropdown:hover .dropdown_menu a:hover {
background-color: rgba(146, 40, 40, 0.8);
  color: #ffffff;
}

.navbar_nav li.dropdown:hover .dropdown_menu {
display: block;
  
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.notice {
padding: 0px;
  clear: both;
  float: none;
  min-height: 290px;
  width: 100%;
  margin: 0px;
}

.noticetitle {
background-color: #922828;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  float: left;
  height: 44px;
  width: 100%;
  clear: none;
}


.listnotice {
float: left;
  min-height: 320px;
  width: 32%;
}

.listxueshuhuodong {
float: left;
  min-height: 320px;
  width: 32%;
  margin-left: 2%;
}

.xueshutitle {
background-color: #922829;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 44px;
  width: 100%;
  clear: none;
}


header .scroll-nav {
width: 100%;
  background: #9a0101;
  margin: 0 auto;
  height: 80px;
  display: none;
  position: fixed;
  top: 0px;
  transition: 0.3s all ease-in-out;
  z-index: 999;
}

header .scroll-nav ul li {
float: left;
}

header .scroll-nav ul li a {
color: #fff;
  padding: 0px 30px;
  line-height: 80px;
}


header .nav_p {
display: none;
  height: calc(100vh - 105px);
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 105px;
  left: 0px;
  z-index: 99;
}

header .navbar_nav_t {
padding: 0px 2rem;
}

header .navbar_nav_t li {
width: 100%;
  position: relative;
  border-bottom: #fff 1px solid;
}

header .navbar_nav_t .dropdown_t:after {
content: "";
  display: inline-block;
  background: url(../img/arrow.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 2rem;
  height: 2rem;
}

header .navbar_nav_t li a {
line-height: 3.6rem;
}

header .navbar_nav_t .dropdown_menu {
display: none;
}

header .navbar_nav_t .dropdown_menu a {
display: block;
  line-height: 2.6rem;
  font-size: 14px;
}


@keyframes rotate {
from {
    transform: translateY(10%);
    top: 53px;
  }

  to {
    transform: rotateX(0deg) translateY(0%);
    top: 53px;
  }
}


@-moz-keyframes rotate {
from {
    -moz-transform: translateY(10%);
    top: 53px;
  }

  to {
    -moz-transform: translateY(0%);
    top: 53px;
  }
}


@-webkit-keyframes rotate {
from {
    -webkit-transform: rotateX(90deg) translateY(0%);
    top: 43px;
  }

  to {
    -webkit-transform: rotateX(0deg) translateY(0%);
    top: 43px;
  }
}


.slideBox {
overflow: hidden;
  position: relative;
  top: 0px;
  margin: 0 auto;
z-index:2;
}


.slideBox .hd {
height: 90px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 1;
  transform: translateX(-50%);
}


.slideBox .hd ul {
overflow: hidden;
  zoom: 1;
  float: left;
}


.slideBox .hd ul li {
float: left;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3 ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.slideBox .hd ul li.on {
background: #ffffff;
}


.slideBox .moreBox {
color: #ffffff;
  padding: 10px 20px;
  line-height: 40px;
  background-color: #b70e17;
  position: relative;
  top: 19px;
}

.slideBox .bd {
position: relative;
  height: 100%;
  z-index: 0;
}


.slideBox .bd li {
zoom: 1;
  vertical-align: middle;
}


.slideBox .bd img {
width: 100%;
  height: 100%;
  display: block;
}


.slideBox .prev,
.slideBox .next {
position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
filter: alpha(opacity=100);
  opacity: 1;
}


.slideBox .prevStop {
display: none;
}


.slideBox .nextStop {
display: none;
}

.slideBox .prev {
height: 80px;
  width: 80px;
  position: absolute;
  left: 100px;
  top: 45%;
  background: url(../img/leftarrow.png) no-repeat;
}

.slideBox .next {
height: 80px;
  width: 80px;
  right: 100px;
  top: 45%;
  background: url(../img/rightarrow.png) no-repeat 20% 45%;
}

.news-slider {
overflow: hidden;
  position: relative;
  height: 100%;
}

.news-slider .hd {
height: 5.6rem;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 2rem;
  z-index: 1;
}

.news-slider .hd ul {
overflow: hidden;
  zoom: 1;
}

.news-slider .hd ul li {
float: left;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  background: #ffffff;
  color: #0160ba;
  text-align: center;
  cursor: pointer;
  transition: all 0.3 ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}


.news-slider .hd ul li.on {
background: #0160ba;
  color: #ffffff;
}

.main {
overflow: hidden;
  margin-top: 3rem;
}

.main-title {
height: 3.4rem;
  box-sizing: border-box;
}

.tit {
height: 40px;
  position: relative;
  border-bottom: #922828 4px solid;
}

.main-title i.yh:before {
content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 60px;
  height: 80px;
  background: url(../img/newsblue.png) no-repeat;
}

.tit .tit-con {
font-size: 1.75rem;
  font-weight: bold;
  line-height: 28px;
}


.tit .el {
font-size: 14px;
  color: #a1a1a1;
  position: absolute;
  left: 130px;
  top: 12px;
}


.get-more {
clear: both;
  position: absolute;
  font-size: 15px;
  top: 10px;
  right: 0px;
  color: #797979;
}

.more-arr:after {
content: "";
  display: inline-block;
  position: absolute;
  right: 35px;
  top: -13px;
  background: url(../img/more.png) no-repeat;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.get-more .more-arr:hover:after {
transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
}


.main-title .short {
width: 60px;
}

.part-three-more {
position: absolute;
  right: 3px;
  top: 16px;
}

.xwdt {
overflow: hidden;
  width: 100%;
  float: left;
}

.xwdt-inner {
margin-top: 25px;
}

.xwdt-inner .xwdt-inner-left {
width: 43%;
}

.xwdt-inner .xwdt-inner-left .news-box {
position: relative;
}


.xwdt-inner .xwdt-inner-left .slider-d {
display: block;
  width: 100%;
  transition: 0.3s all ease;
  position: relative;
}

.xwdt-inner .xwdt-inner-left .bd .news-img {
width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s all ease;
}

.xwdt-inner .xwdt-inner-left a:hover .news-img {
display: block;
  transform: scale(1.05);
}

.xwdt-inner .xwdt-inner-left .tt {
font-size: 1rem;
  font-weight: bold;
  background: linear-gradient(
    to bottom,
    rgba(93, 169, 225, 0.9),
    rgba(0, 92, 181, 0.9)
  );
  color: #ffffff;
  height: 5rem;
  width: 100%;
  padding: 0px 20px;
  line-height: 5rem;
  position: absolute;
  bottom: 0;
}

.xwdt-inner .xwdt-inner-left .aa {
font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  padding-top: 16px;
}

.xwdt-inner .xwdt-inner-left .dd {
font-size: 12px;
  color: #ffffff;
  padding-top: 10px;
}


.xwdt-inner .xwdt-inner-right {
float:right;
  padding: 0px;
  width: 50%;
  margin-left: 3%;
margin-top: 0px;
}

.xwdt-inner .xwdt-inner-right .ddr {
color: #797979;
  font-size: 14px;
  float: left;
  text-align: right;
  padding-right: 15px;
  border-right: #d2d2d2 1px solid;
  width: 12%;
}

.xwdt-inner .xwdt-inner-right .ddr .day {
color: #0d588e;
  font-size: 1.6rem;
  font-weight: bold;
}

.xwdt-inner .xwdt-inner-right .title {
line-height: 24px;
  font-size: 16px;
}

.xwdt-inner .xwdt-inner-right .abs {
font-size: 14px;
  color: #858585;
  line-height: 34px;
}

.part-two {
width: 100%;
  overflow: hidden;
  background: url(../img/hbg2.png) no-repeat center top;
}

.tzgg {
width: 30%;
  margin-top: 70px;
}


.tzgg .tzgg-news-list {
padding-top: 2rem;
}

.tzgg .tzgg-news-list .list-box {
display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tzgg .tzgg-news-list .list-box a {
display: block;
  width: 32%;
  background: #ffffff;
  border-radius: 4px;
  border: #d9d9d9 1px solid;
  padding: 12px 10px 0px;
  margin-bottom: 30px;
}


.tzgg .tzgg-news-list .calendar {
font-size: 14px;
  width: 80px;
  height: 94px;
  text-align: center;
  background: url(../img/cal.png) no-repeat;
  border-radius: 10px;
  color: #ffffff;
  padding-top: 24px;
}

.tzgg .tzgg-news-list .calendar .day {
font-size: 1.4rem;
  font-weight: bold;
}

.tzgg .tzgg-news-list .title {
float: right;
  width: calc(100% - 100px);
  line-height: 2rem;
  font-size: 16px;
}

.xsbg {
margin-top: 30px;
}

.xsbg .xueshu:before {
content: "";
  display: block;
  position: absolute;
  top: -5px;
  width: 80px;
  height: 80px;
  background: url(../img/baogao.png) no-repeat;
}

.xsbg .xsbg-box {
margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.xsbg .xsbg-box a {
display: block;
  width: 24%;
  background: #ffffff;
  border: #d9d9d9 1px solid;
  padding: 20px 20px;
  background: #ffffff url(../img/71982.png) no-repeat right top;
  background-size: 80%;
}

.xsbg .xsbg-box .jztz {
background: #922829;
  width: 78px;
  height: 28px;
  margin: 10px 0px 20px;
  position: relative;
}

.xsbg .xsbg-box .jztz p {
color: #ffffff;
  text-align: center;
  line-height: 26px;
}

.xsbg .xsbg-box .jztz:before {
content: "";
  display: block;
  position: absolute;
  top: 28px;
  width: 0px;
  height: 0px;
  border-bottom: 10px transparent solid;
  border-right: 10px #a4d3ff solid;
}

.xsbg .xsbg-box .xueshu-text p {
line-height: 3rem;
  text-align: left;
}

.xsbg .xsbg-box .xueshu-text .detail {
padding-top: 10px;
}

.xsbg .xsbg-box .xueshu-text .xueshu-tit {
line-height: 1.8rem;
  font-weight: bold;
  height: 109px;
}

.xsbg .xsbg-box .xueshu-text .xs-bg {
background: #e3f2ff;
  width: 78px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}


.news-date {
font-size: 14px;
  color: #0160ba;
  float: right;
}


.showdiv {
display: block;
}

.ztlm {
margin-top: 40px;
  padding-bottom: 40px;
  background: url(../img/btbd.png) repeat-x bottom center;
}

.ztlm .zhuanlan:before {
content: "";
  display: block;
  position: absolute;
  top: -6px;
  width: 60px;
  height: 80px;
  background: url(../img/zhuanlan.png) no-repeat;
}

.ztlm .ztlm-box {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 50px;
  padding-bottom: 25px;
}

.ztlm .ztlm-box .box {
width: 19%;
  overflow: hidden;
  box-shadow: 0 0 13px #a6a6a6;
}


.ztlm .ztlm-box .box img {
width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.ztlm .ztlm-box .box:hover img {
transform: scale(1.1);
}

.ztlm .box .atext {
display: block;
  width: 100%;
  height: 45px;
  padding: 10px;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  background: #ffffff;
}


footer {
clear: both;
  padding-top: 10px;

  position: relative;
  width: 100%;
  height: 240px;
  background-image: url(../img/footerbg2026.png);
  background-size: cover;
  background-position: center;
  padding-top: 10px;
}

footer:after {
content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 325px;
  background: url(../img/uu.jpg) center top;
}

footer .left-message {
width: 60%;
  color: white;
  line-height: 38px;
}

footer .left-message p {
line-height: 42px;
  color: #ffffff;
}

footer .left-message h2 {
line-height: 50px;
}

footer .wxcode {
width: 30%;
  position: relative;
  padding-top: 80px;
}

footer .wxcode .code_img {
width: 144px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 0;
}


footer i.phone:before {
content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url(../img/f1.png) no-repeat;
  position: relative;
  top: 4px;
}

footer i.mail:before {
content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url(../img/f2.png) no-repeat;
  position: relative;
  top: 4px;
}

footer i.location:before {
content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url(../img/f3.png) no-repeat;
  position: relative;
  top: 4px;
}

footer i.copyright:before {
content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url(../img/f4.png) no-repeat;
  position: relative;
  top: 4px;
}

footer i.yb:before {
content: "";
  display: inline-block;
  width: 35px;
  height: 20px;
  background: url(../img/f2.png) no-repeat;
  position: relative;
  top: 4px;
}

#scrollUp {
height: 60px;
  width: 60px;
  right: 80px;
  bottom: 77px;
  color: #fff;
}

.up-arrow:before {
content: "";
  display: inline-block;
  background: url(../img/up_arrow.png) no-repeat center center;
  width: 60px;
  height: 60px;
  position: relative;
  top: 5px;
}

.list-banner {
height: 320px;

  background-image: url(../img/banner/sjjlz.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ztjy-banner {
height: 320px;
  background: url(../img/20230423.jpg) no-repeat top center;
}

.sdsf-banner {
height: 320px;
  background: url(../img/sdsfbn.jpg) no-repeat top center;
}

i.right-arrow {
display: inline-block;
  height: 26px;
  width: 26px;
  background: url(../img/down.png) no-repeat;
  position: absolute;
  right: 5px;
  top: 15px;
}

i.right-arrow-small {
display: inline-block;
  height: 26px;
  width: 26px;
  background: url(../img/right2.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 20px;
}

.content {
min-height: 400px;
  overflow: hidden;
}

.content-left {
float: left;
  padding-left: calc(50% - 1170px / 2);
  width: calc(50% + 275px);
  padding-right: 30px;
  margin-bottom: -10000px;
  padding-bottom: 10000px;
}

.content-right {
position: relative;
  z-index: 10;
  float: left;
  padding: 10px 0 0 30px;
  width: calc(50% - 275px);
  background-color: #f4f4f7;
}

.content-head {
font-size: 24px;
  line-height: 32px;
  padding: 30px 0px;
  font-weight: 600;
  color: #03195d;
}

.content-inner .xx {
color: #858585;
  padding-bottom: 30px;
  border-bottom: #dedede 1px solid;
}

.content-right {
margin-bottom: -10000px;
  padding-bottom: 10000px;
}

.content-right-head {
border-bottom: #c4c4c4 1px solid;
  padding-top: 10px;
  width: 280px;
}

.content-right-head p {
border-bottom: #f38900 2px solid;
  font-size: 18px;
  line-height: 44px;
  width: 80px;
}

.content-right-body {
padding-top: 30px;
}

.content-right-body img {
width: 280px;
  height: 185px;
}

.content-right-body a {
display: block;
  width: 280px;
  height: auto;
  background: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.content-right-body p:first-child {
color: #a4a4a4;
  font-size: 12px;
}

.content-right-body p:last-child {
font-size: 14px;
}

.resume-list .jjmp {
margin-top: 10px;
  width: 100%;
  padding: 10px 25px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to right, #e4f1fd, rgba(255, 255, 255, 0));
}

.resume-list .jjmp-left {
width: 70%;
  float: left;
}

.resume-list .jjmp-left .jjmp-tit {
font-size: 20px;
  line-height: 50px;
  font-weight: bold;
}

.resume-list .jjmp-left p {
line-height: 32px;
}

.resume-list .jjmp img {
width: 148px;
  height: 211px;
  position: absolute;
  right: 20px;
  top: 10px;
}

.jl-title {
height: 45px;
  background: #e4f1fd;
  border-left: #0160ba 3px solid;
}

.jl-title h3 {
color: #333;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  line-height: 45px;
}

.sub-right-con .grjl {
padding: 0px 0px 10px;
}

.sub-right-con .grjl .jl-text {
padding-top: 10px;
}

.sub-right-con .grjl .jl-text p {
line-height: 200%;
}

.sub-right-con .grjl .jl-text span {
line-height: 200%;
}

.sub-right-con .grjl p {
line-height: 28px;
}


.jcsz-ul {
margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.jcsz-ul li {
width: 49%;
  height: 50px;
  border-bottom: #dedede 1px solid;
}

.jcsz-ul li .jcsz-icon:before {
content: "";
  display: block;
  position: absolute;
  top: 18px;
  width: 40px;
  height: 20px;
  background: url(../img/mld.jpg) no-repeat;
}

.v_news_content p {
text-indent: 2rem;
  line-height: 2rem;
  text-align: justify;
}

.tabs-box {
position: absolute;
  left: 25px;
  top: 50%;
  font-size: 24px;
  color: #660099;
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
}


header .logo {
height: auto;
  position: absolute;
  top: 30px;
}

header .logo a {
display: block;
}

.tabtit {
width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  display: flex;
}

.titul {
display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 99%;
  height: 100%;
  border-top: solid 1px #e5e5e5;
  border-right: solid 2px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}

.font {
display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
}

.font a {
display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 100%;
  margin-top: 0;
  padding-right: 12px;
  text-decoration: none;

  border-left: solid 1px #e5e5e5;
  text-align: center;
}

.font:hover a {
font-weight: bold;
  color: 0d6;
}

.tab-list {
width: 100%;
  margin-top: 50px;
  position: absolute;
  display: none;
}

.tabtit .on {
font-weight: bold;
  color: #fff !important;
  background-image: url(../img/41.png);
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}

header .sub-nav {
position: absolute;
  right: 0px;
  top: 50px;
}

.navbar_nav li.shouye {
position: relative;
  display: block;
  width: 11%;
  text-align: center;
  float: left;
}

.navbar_nav li {
display: inline-block;

  position: relative;
  height: 50px;
}

.navbar_nav li:not(:last-child)::after {
content: "";
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  width: 1px;
  background-color: #aaa;
}

.navbar_nav li.shouye:hover {
background-color: #922828;
}

.navbar_nav li .top-title {
text-decoration: none;
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 1rem;
  color: white;
}

.navbar_nav li.dropdown .dropdown_menu {
display: none;
  position: absolute;
  z-index: 999;
  background-color: rgba(146, 40, 40, 0.8);
  top: 50px;
  left: 0px;
  width: 100%;
  text-align: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
}

.navbar_nav li.dropdown .dropdown_menu a {
font-size: 14px;
  display: block;
  padding: 0 2px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  height: 50px;
}

.titlelink {
position: relative;
  padding-left: 50px; 
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
}

.titlelink:hover {
color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

.titlelink span {
position: relative;
  transform: translateY(-50%);
}

.listnotice {
float: left;
  min-height: 290px;
  width: 32%;
}

.listxueshuhuodong {
float: left;
  min-height: 290px;
  width: 32%;
  margin-left: 2%;
}

.xueshutitle {
background-color: #922828;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 44px;
  width: 100%;
  clear: none;
}

header .search {
position: absolute;
  right: 0px;
  top: 50px;
}

header .search input[type="text"] {
height: 40px;
  width: 11.25rem;
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: #ffdbdb 1px solid;
}

header .search input[type="button"] {
width: 20px;
  height: 20px;
  border: none;
  background: url(../img/search-icon.png) no-repeat;
  position: relative;
  left: -30px;
  top: 8px;
}

.tit {
height: 40px;
  position: relative;
  border-bottom: #922829 4px solid;
}
.xwdt-inner .xwdt-inner-right {
float: left;
  padding: 0px;
  width: 54%;
  margin-left: 3%;
  margin-top: 0px;
}

.xsbg .xsbg-box .jztz {
background: #922828;
  width: 78px;
  height: 28px;
  margin: 10px 0px 20px;
  position: relative;
}

.main-title i.xueshukanban:before {
content: "";
  display: block;
  position: absolute;
  top: -6px;
  width: 60px;
  height: 80px;
  background: url(../img/xueshu.png) no-repeat;
}

.showtitle {
font-size: 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

.ztlm .ztlm-box {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1%;
  padding-top: 50px;
  padding-bottom: 25px;
}

.ztlm .ztlm-box .box {
min-width: 18%;
  flex: 1 1 19%;
  overflow: hidden;
  box-shadow: 0 0 13px #a6a6a6;
}

footer .footer-box {
display: flex;
  padding-left: 0px;
  padding-right: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-banner {
height: 320px;

  background-image: url(../img/banner/sjjlz.jpg);
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}

.subPage {
background: url(../img/btbd.png) repeat-x center bottom;
}

.subPage .sub-left {
width: 22%;
  position: relative;
  top: -50px;
  z-index: 999;
  float: left;
}

.subPage .sub-left .sub-left-title {
height: 80px;
  background: linear-gradient(to bottom, #d9a7a7, #922828);
  text-align: center;
  line-height: 80px;
  border-bottom: #797979 4px solid;
}

.subPage .sub-left .sub-left-title h3 {
color: #ffffff;
  font-size: 24px;
}

.subPage .sub-left .sub-left-con {
background: #f2f7fb url(../img/list-bg.png) no-repeat center bottom;
}

.subPage .sub-left .sub-left-con .first-nav {
overflow: hidden;
  padding-bottom: 30px;
}

.subPage .sub-left .sub-left-con .first-nav li {
word-wrap: break-all;
  text-align: center;
}

.subPage .sub-left .sub-left-con .first-nav li .first_alink {
padding: 14px 80px;
  line-height: 50px;
  font-weight: bold;
  background: url(../img/list_erji_l.png) no-repeat center bottom;
}

.subPage .sub-left .sub-left-con .first-nav li.active a {
color: #003f88;
  font-weight: bold;
  padding: 14px 80px;
  line-height: 50px;
  font-weight: bold;
  background: url(../img/list_erji_l.png) no-repeat center bottom;
}

.subPage .sub-left .sub-left-con .navSub {
background: none;
  padding-top: 5px;
}

.subPage .sub-left .sub-left-con .navSub li {
text-align: left;
}

.subPage .sub-left .sub-left-con .navSub i {
padding-right: 10px;
}

.subPage .sub-left .sub-left-con .navSub li a {
font-size: 14px;
  background: none;
  line-height: 32px;
  position: relative;
  left: 105px;
}

.subPage .sub-left .sub-left-con .navSub li a.button_check {
color: #003f88;
  font-weight: bold;
}

.subPage .sub-right {
width: 74%;
  float: right;
  margin-top: 10px;

  padding-bottom: 80px;
}

.subPage .sub-right .sub-right-title {
position: relative;
}

.subPage .sub-right .sub-right-title h3 {
font-size: 24px;
  line-height: 54px;
  border-bottom: #797979 4px solid;
}

.subPage .sub-right .sub-right-title .local {
position: absolute;
  top: 20px;
  right: 0px;
}


.subPage .sub-right .sub-right-title .local p {
color: #858585;
  font-size: 14px;
}

.subPage .sub-right .sub-right-con {
position: relative;
}

.subPage .sub-right .sub-right-con .news {
padding-top: 20px;
}

.subPage .sub-right .sub-right-con .news li {
height: 214px;
  background: #f2f7fb;
  padding: 25px;
  margin-bottom: 30px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.subPage .sub-right .sub-right-con .news-box {
transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.subPage .sub-right .sub-right-con .news li:hover {
background: #003f88 url(../img/1798.png) no-repeat right top;
}

.subPage .sub-right .sub-right-con .news li:hover .news-box {
transform: translateX(10px);
}

.subPage .sub-right .sub-right-con .news li:hover .day {
color: #ffffff;
}

.subPage .sub-right .sub-right-con .news li:hover a {
color: #ffffff;
}

.subPage .sub-right .sub-right-con .news img {
width: 247px;
  height: 152px;
  float: left;
}

.subPage .sub-right .sub-right-con .text {
float: right;
  display: block;
  width: calc(100% - 267px);
}

.subPage .sub-right .sub-right-con .text .title {
height: 80px;
}

.subPage .sub-right .sub-right-con .news-tit {
font-size: 18px;
  font-weight: bold;
}

.subPage .sub-right .sub-right-con .news-time {
font-size: 14px;
  text-align: center;
  line-height: 32px;
  width: 60px;
  float: left;
  margin-right: 20px;
  border-top: #003f88 3px solid;
}

.subPage .sub-right .sub-right-con .news-time .day {
font-size: 20px;
  color: #922828;
  text-align: center;
}

.subPage .sub-right .sub-right-con .news .news-abs {
font-size: 14px;
  line-height: 24px;
  color: #939393;
}

.subPage .sub-right .sub-right-con .list {
margin-top: 10px;
}

.subPage .sub-right .sub-right-con .list li {
border-bottom: #d9d9d9 1px solid;
  position: relative;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.subPage .sub-right .sub-right-con .list li:after {
content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(../img/jiantou1.png) no-repeat;
  position: absolute;
  right: 0;
  top: 24px;
}

.subPage .sub-right .sub-right-con .list li:before {
content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: #0b66ad;
  height: 1px;
  transition: all 0.3s ease-out 0s;
}

.subPage .sub-right .sub-right-con .list li:hover:before {
width: 100%;
}

.subPage .sub-right .sub-right-con .list li a {
line-height: 50px;
  padding-left: 33px;
}

.subPage .sub-right .sub-right-con .list .time {
font-size: 14px;
  color: #003f88;
  padding: 0px 20px 0px 0px;
  border-right: #003f88 1px solid;
}

.subPage .sub-right .sub-right-con .teacher-list {
padding-top: 20px;
}

.subPage .sub-right .sub-right-con .teacher-list p {
background: #eaf3fb;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
}

.subPage .sub-right .sub-right-con .teacher-list span {
color: #333;
  font-weight: 300;
  font-size: 16px;
}

.subPage .sub-right .sub-right-con .teacher-list .lb {
padding: 10px 0px 20px;
  overflow: hidden;
}

.subPage .sub-right .sub-right-con .teacher-list .lb ul li {
float: left;
  height: 50px;
  width: 120px;
  text-align: center;
  border-bottom: #f2f2f2 1px solid;
}

.subPage .sub-right .sub-right-con .teacher-list .lb ul li a {
line-height: 50px;
}

.newslist {
line-height: 41px;
  width: 100%;
  padding-left: 2%;
  display: block;
  box-sizing: border-box; /* 包含 padding 在内计算宽度 */
}

.newslista {
font-size: 1rem; /* 或 16px */
}

.v_news_content .vsbcontent_img {
text-align: center;
}

.tbg {
display: inline-block;
  margin-top: 20px;
  margin-left: -10px;
  width: 100%;
  font-size: 24px;
  background: #f1f7fe;
  height: 54px;
}
/* 以下 为二级页面样式
     */
.subbanner {
    width: 100%;
    height: 350px;
margin:0;
padding:0;
background-image:url(../img/db2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.sublt-h3 {
    width: 220px;
    height: 118px;
    line-height: 118px;
    display: block;
    font-size: 35px;
    color: #fff;
margin-top:-70px;
    position: absolute;
    z-index: 99999 !important;

    text-align: center;
}
.sublt {
    width: 16.3%;
    position: relative;
margin-top:0px;
z-index:22;
}
.sublt ul {
    padding-top: 47px;
    display: block;

    min-height: 600px;
}
.sublt li {
   
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    margin: 0 0 3px 0;
}

.subrt {
    width: 80%;
    min-height: 600px;
}
.lt {
    float: left;
}
.rt {
    float: right;
}
.tabloid-tit {
    height: 70px;
    padding: 18px 0 0 0;
    border-bottom: solid 3px #922829;
}
.tabloid-tit h2 {
    font-size: 24px;
    line-height: 50px;
    background: url(../images/subico.jpg) no-repeat 0 center;
    padding: 0 0 0 20px;
    float: left;
}
.tabloid-tit p {
    float: right !important;
    line-height: 50px;
    height: 50px;
    
    text-align: right;
}


/* yixiashishiziduiwu */
.title007{ text-align: center;display: flex;justify-content: flex-start; margin-bottom: 8px;margin-left:25px;margin-top:15px;}
.title007 .ll{ position: relative; z-index: 1; padding:14px 4px 6px;}

.ll::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 16px;
    background: #f39f37;
    z-index: -1;
}
.n_title002 big {
    font-size: 24px;
    color: #403e3e;
    font-weight: bold;
}

.n_title002 small {
    font-size:12px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0 2px;
    transform: translateY(10px);
    display: inline-block;
}
.bordertop{
 border-top: 4px solid rgba(146,40, 40, 0.9);
}

/*yixiashitongzhigonggaoyangshi*/
.xueshucontent{
	float:left;
	width:100%;
        min-height:180px;
        
}
.xueshucontent ul{
	margin:0px;
	padding:0px;
	position:relative;
    }
.xueshucontent ul li{
    float:left;
    display: block;
	position:relative;

width:32%;
margin-left:2%;
	max-height:160px;
	color:#6C6E85;
	overflow:hidden;
	    }
.xueshucontent  a{text-decoration:none;color:#000;height:100%;}

.xueshucontent .boxtz{ 
display:block;
height:100%;
}

.xueshucontent .boxtz:hover{
   padding:12px 12px 1px 12px;
    color:#999;
    background: url(../img/bluebg2.png) no-repeat;
     transition: 0.4s;
   
    }