.mbxnav .nav_bar_box {
  overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
  display: inline-block;
  width: 62%;
  margin-bottom: 0px;
}
.mbxnav .nav_bar_box .breadcrumb a {
  color: #666;
}
.mbxnav .bar_qy_hy {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}
.mbxnav .bar_qy_hy span {
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  color: #999;
}
.mbxnav .bar_qy_hy .active a {
  color: #00349b;
  font-size: 20px;
  font-weight: bold;
}


.nymenulist {
    height: 59px;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.menulist {
	max-width: 1200px !important;
	padding: 0;
	margin: 0 auto;
}

.menulist ul li {
	float: left;
	position: relative;
	width: 20%;
}

.menulist ul li a {
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	padding: 0px 15px;
	display: block;
	height: 60px;
	text-decoration: none;
}

.menulist ul li a span {
	display: block;
	text-align: center;
}

.menulist ul li a .name {
	padding-top: 13px;
}

.menulist ul li a .english {
	font-size: 10px;
}

.menulist ul li:hover a {
	color: #00349b;
	text-decoration: none;
}

.menulist ul li::before {
	height: 2px;
	background: #00349b;
	width: 0%;
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: all .5s;
}

.menulist ul li:hover::before {
	width: 100%;
}

.menulist .acitve::before {
	width: 100%;
}

.menulist .acitve a {
	color: #00349b;
}


.news-box {
  width: 100%;
}
.qylb_pic_box ul .first_li {
  padding: 0px;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 35px 0;
}
.qylb_pic_box ul li .pic_box {
  width: 30%;
  height: 230px;
}
.qylb_pic_box ul li .pic_box img {
  width: 100%;
  height: 100%;
}
.qylb_pic_box ul li .qylb_tit {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding-left: 3%;
  padding: 35px;
}
.qylb_pic_box ul li .qylb_tit div:nth-child(1) {
  color: #00349b;
  font-weight: bold;
  font-size: 16px;
  line-height: 39px;
}
.qylb_pic_box ul li .qylb_tit div:nth-child(2) {
  color: #a9a9a9;
  line-height: 30px;
  font-size: 13px;
  margin: 0;
  width: 100%;
  margin-top: 15px;
}
.qylb_pic_box ul li .qylb_tit div:nth-child(3) {
  display: block;
  width: 20%;
  height: 40px;
  text-align: center;
  color: #00349b;
  font-size: 14px;
  line-height: 36px;
  border: 2px solid #00349b;
  margin-top: 20px;
}
.w a {
  text-decoration: none;
}

.qylb_pic_box .fy {
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.qylb_pic_box .fy li {
  margin: 0!important;
}
.qylb_pic_box .fy a {
  color: #333;
}
.qylb_pic_box .fy .pagination > .active > a,
.qylb_pic_box .fy .pagination > .active > a:focus,
.qylb_pic_box .fy .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4F0599;
  border-color: #4F0599;
}
.qylb_pic_box .fy .active {
  background-color: #690599 !important;
  color: #fff;
}
.spjszx {
  padding: 45px 8px;
}
.spjszx h4 {
  font-size: 16px;
  color: #6d0fc5;
}
.spjszx .p1 {
  color: #999;
}
.spjszx p {
  font-size: 14px;
}
.spjszx p .sl_date {
  margin-left: 30px;
}


.tt {
  font-size: 36px;
  line-height: 43px;
  text-align: left;
  font-weight: 700;
  padding-top: 40px;
}
.bar_qy_hy_list {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.bar_qy_hy_list .news-ul li {
  height: 44px;
  float: left;
  text-align: left;
  margin-right: 2%;
  line-height: 56px;
  width: 100px;
}
.bar_qy_hy_list .news-ul li a {
  line-height: 41px;
  font-size: 15px;
}

@media (max-width: 980px) {
  .qylb_pic_box ul .first_li {
    flex-direction: column;
  }
  .qylb_pic_box ul li .pic_box {
    width: 90% !important;
    margin: 0 auto;
  }
  .qylb_pic_box ul li .qylb_tit {
    padding: 10px 15px !important;
    width: 100%;
  }
}