.mbxnav .nav_bar_box {
  overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
  /* display: inline-block; */
  float: right;
  /* width: 62%; */
  margin-bottom: 0px;
}
.mbxnav .nav_bar_box .breadcrumb a {
  color: #666;
}
.qylb_pic_box{
	margin-top: 50px;
}
.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: #042b64;
  font-size: 20px;
  font-weight: bold;
}
.qylb_pic_box ul li {
    height: 410px;
    /* padding: 0px; */
    margin-bottom: 20px;
}
.qylb_pic_box ul li .pic_box {
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.qylb_pic_box ul li .pic_box img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}
.qylb_pic_box ul li .date {
  line-height: 28px;
  text-align: left;
  width: 100%;
  color: #999;
  margin-top: 15px;
  margin-bottom: 0px;
}
.qylb_pic_box ul li .title {
  margin-bottom: 12px;
  font-size: 20px;
  margin-top: 10px;
  line-height: 34px;
  font-weight: bold;
  width: 100%;
  color: #2081e1;
}
.qylb_pic_box ul li .qylb_tit {
  height: 20%;
}
.qylb_pic_box ul li .qylb_tit span {
  display: inline-block;
  height: 100%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.qylb_pic_box ul li .qylb_tit :first-child {
  color: #fff;
  width: 30%;
  background-color: #690599;
  padding: 20px 15px;
}
.qylb_pic_box ul li .qylb_tit :last-child {
  color: #333;
  width: 70%;
  padding: 15px;
  background-color: #f0efff;
  margin-left: -4px;
  font-size: 14px;
  text-align: left;
}
.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: #042b64 ;
  border-color: #042b64 ;
}
.qylb_pic_box .fy .active {
  background-color: #042b64  !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;
}
#app {
  width: 100%;
  justify-content: space-between;
  float: left;
}
.box {
  width: 100%;
  overflow: hidden;
  margin: 35px 0px;
  border-bottom: 1px solid #eee;
  margin: 20px 15px 0px 0px;
  padding: 0;
  padding-bottom: 20px;
}

.box a {
  flex-direction: column;
  align-items: left;
  text-decoration: none;
}

.imgBox {
  width: 30%;
  height: 230px;
  overflow: hidden;
  float: left;
}
.imgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.6s linear;
}
.news_lista {
    float: left;
    width: 64%;
    margin-left: 2%;
}
.title {
    font-size: 22px;
    line-height: 28px;
}
.box:hover img {
    transform: scale(1.15);
}
.more {
	display: block;
    width: 20%;
    height: 36px;
    text-align: center;
    color: #ff8a00;
    font-size: 14px;
    line-height: 32px;
    margin: 0 auto;
    border: 2px solid #ff8a00;
    margin-top: 27px;
    float: left;
    /* margin-left: 23px; */
    border-radius: 32px;
}
.more:hover {
  background-color: #ff8a00;
  color: #fff;
}

@media (max-width:767px) {
	.lmname ul li a {
		padding-bottom: 24px;
		line-height: 104px;
		font-size: 14px;
	}
	.lmname ul li {
		float: left;
		width: 28%;
	}
	.box {
	    width: 100%;
	    overflow: hidden;
	    margin: 35px 0px;
	    border-bottom: 1px solid #eee;
	    margin: 20px 15px 0px 0px;
	    padding: 0;
	    padding-bottom: 20px;
	}
	.imgBox {
	    width: 100%;
	    height: 230px;
	    overflow: hidden;
	    float: left;
	}
	.news_lista {
	    float: left;
	    width: 100%;
	    margin-left: 0%;
	}
	.more {
	    display: block;
	    width: 34%;
	    height: 36px;
	    text-align: center;
	    color: #ff8a00;
	    font-size: 14px;
	    line-height: 32px;
	    margin: 0 auto;
	    border: 2px solid #ff8a00;
	    margin-top: 27px;
	    float: left;
	    /* margin-left: 23px; */
	    border-radius: 32px;
	}
	.qylb_pic_box {
	    margin-top: 50px;
	    margin: 10px;
	}
	
}
