.mbxnav .nav_bar_box {
  overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
}
.mbxnav .nav_bar_box .breadcrumb a {
  line-height: 58px;
}
.bar_qy_hy {
    width: 100%;
    display: inline-block;
    padding: 40px 0 0px 0;
}
.mbxnav .bar_qy_hy span {
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  color: #999;
}
.mbxnav .bar_qy_hy .active a {
  color: #6d0fc5;
  font-size: 20px;
  font-weight: bold;
}

.bar_qy_hy h1 {
    font-size: 36px;
    color: #2081e1;
    line-height: 43px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
.bar_qy_hy_list{
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.bar_qy_hy_list ul li{
    height: 56px;
    float: left;
    text-align: center;
    margin-right: 2%;
    line-height: 56px;
    width: 100px;
}
.bar_qy_hy_list ul li a{
    line-height: 41px;
    font-size: 16px;
}

.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;
}


   /*新闻展示样式*/

#app {
  width: 100%;
    justify-content: space-between;
    position: relative;
    float: left;
}

.box {
    width: 31.3%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px 13px;
    float: left;
    height: 449px;
    border-bottom: 2px solid #ccc;
}

.box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #535353;
    text-decoration: none;
}

.box a:hover {
    color: #2081e1;
}

.imgBox {
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}

.source {
    border: 1px solid #2081e1;
    padding: 6px 20px;
    border-radius: 25px;
    margin: 20px;
}

.title {
    margin-bottom: 12px;
    font-size: 20px;
    margin-top: 10px;
    line-height: 34px;
    font-weight: bold;
    width: 100%;
    color: #2081e1;
}
.date{    
    line-height: 28px;
    text-align: left;
    width: 100%;
    color: #999;
    margin-top: 15px;
    margin-bottom: 0px;
  }

.detail {
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
    width: 100%;
}

/*鼠标hover效果*/
.box:hover img {
    transform: scale(1.15);
}

.box:hover .source {
    background: #2081e1;
    border-color: #2081e1;
    color: #ffffff;
}
@media (max-width:768px) {
	.bar_qy_hy_list ul li {
	    height: 48px;
	    float: left;
	    text-align: center;
	    margin-right: 0%;
	    line-height: 56px;
	    width: 50%;
	    border-bottom: 1px solid #e6e6e6;
	}
	.box {
	    width: 93.3%;
	    overflow: hidden;
	    box-sizing: border-box;
	    margin: 15px 13px;
	    float: left;
	    height:360px;
	    border-bottom: 2px solid #ccc;
	}
	.imgBox {
	    width: 100%;
	    height: 240px;
	    overflow: hidden;
	}
	.title {
	    margin-bottom: 12px;
	    font-size: 16px;
	    margin-top: 10px;
	    line-height: 24px;
	    font-weight: bold;
	    width: 100%;
	    color: #2081e1;
	}
	
}
