.content .box2 .sidebar-box .item~.item{
  margin-top: 30px;
}
.content .box1 .sidebar-box .w{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #0d439c;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .box1 .sidebar-box .w::before, .content .box1 .sidebar-box .w::after{
  content: '';
  display: inline-block;
  width: 40px;
  border-top: 1px dashed #fff;
}
.content .sidebar-box.box6{
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  margin: 30px -15px 0;
}

.content .sidebar-box.box6 .item{
  overflow: hidden;
  line-height: 0;
  text-align: center;
  position: relative;
}
.content .sidebar-box.box6 .item img{
  width: 100%;
}
/* 首页 */
.content .box1{
  margin: 0;
}
.content .box2{
  margin: 30px -15px 0;
}
.content .box3, .content .box4{
  margin-left: -40px;
  margin-right: -40px;
}
@media (max-width: 1200px){
  .content .box3, .content .box4{
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 768px){
  .content .box3, .content .box4{
    margin-left: 0;
    margin-right: 0;
  }
  .content .sidebar-box.box6{
    margin: 15px -7.5px 0;
  }
  .content .sidebar-box.box6 .item{
    padding: 0 7.5px 15px;
  }
}
.content .box1 .entry-box{
  padding-top: 20px;
}
.content .box1 .top .item{
  padding: 0;
}
.content .box1 .top .item~.item{
  margin-left: 20px;
}
.content .box1 .top a {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
  transition: background .2s;
}
.content .box1 .report {
  background: #0d439c;
  color: #fff;
}
.content .box1 .entry, .content .box1 .query {
  background: #DCF0FA;
  color: #0d439c;
}
.content .box1 .top .icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  transition: background .2s;
}
.content .box1 .report .icon1 {
  background: url(../img/icon1.png);
  background-size: cover;
}
.content .box1 .entry .icon2 {
  background: url(../img/icon2.png);
  background-size: cover;
}
.content .box1 .query .icon3 {
  background: url(../img/icon3.png);
  background-size: cover;
}
.content .box1 .item a .r {
  line-height: 1.5;
}
.content .box1 .item a .w{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
} 
.content .box1 .item a .desc {
  font-size: 15px;
  text-align: left;
}
/* .content .box1 .report:hover .icon1 {
  background: url(../img/icon1_2.png);
  background-size: cover;
} 
 .content .box1 .report:hover{
  background: #DCF0FA;
  color: #0d439c;
} 
 .content .box1 .report:hover .desc{
  color: #0d439c;
} */
.content .box1 .entry:hover .icon2 {
  background: url(../img/icon2_2.png);
  background-size: cover;
}
.content .box1 .query:hover .icon3 {
  background: url(../img/icon3_2.png);
  background-size: cover;
}

.content .box1 .entry:hover, .content .box1 .query:hover {
  background: #0078e6;
  color: #fff;
}
.content .box1 .report .desc, .content .box1 .entry:hover .desc, .content .box1 .query:hover .desc{
  color: rgba(255, 255, 255, 0.7);
}
.content .box1 .bottom {
  background-color: #0d439d;
  padding: 15px 6px;
}
.content .box1 .bottom .item:nth-last-child(1),.content .box1 .bottom .item:nth-last-child(2),.content .box1 .bottom .item:nth-last-child(3){
  margin-bottom: 0;
}
.content .box1 .bottom .item{
  padding: 0px 9px;
  margin-bottom: 15px;
}
.content .box1 .bottom .item a{
  display: flex;
  align-items: center;
  justify-content: center;
  height:120px;
  line-height: 120px;
  background:#fff;
  color: #000;
  border-radius:6px;
  transition: background .2s;
}
.content .box1 .bottom .item img{
  width: 91px;
}
.content .box1 .bottom .item span{
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
}
.content .box1 .bottom .item a:hover{
  color: #fff;
  background: #0078e6;
}
/* <= 992px */
@media (max-width: 992px) {
  .content .box1 .top .item~.item{
    margin-left: 7px;
  }
  .content .box1 .item a .desc {
    display: none;
  }
  .content .box1 .bottom .item img{
    width: 60px;
    height: 60px;
    margin: 0;
  }
}
/* <= 768px */
@media (max-width: 768px) {
  .content .box1 .report:hover .icon1 {
    background: url(../img/icon1.png);
    background-size: cover;
  }
  .content .box1 .entry:hover .icon2 {
    background: url(../img/icon2.png);
    background-size: cover;
  }
  .content .box1 .query:hover .icon3 {
    background: url(../img/icon3.png);
    background-size: cover;
  }
  .content .box1 .report:hover{
    background: #0d439c;
    color: #fff;
  }
  .content .box1 .entry:hover, .content .box1 .query:hover{
    background: #DCF0FA;
    color: #0d439c;
  }
  .content .box1 .bottom .item a:hover{
    background: #fff;
    color: #000;
  }
  .content .box1 .entry-box{
    padding-top: 10px;
  }
  .content .container{
    width: 100%;
  }
  .content .box1{
    padding: 0;
    margin: 0 -15px;
  }
  .content .box2{
    padding: 0;
    margin: 15px -15px 0;
  }
  .content .box1 .top a{
    height: 72.5px;
    flex-direction: column;
  }
  .content .box1 .top .item a {
    height: 90px;
  }
  .content .box1 .bottom .item a{
    height: 60px;
    line-height: 60px;
  }
  .content .box1 .item a .icon{
    width: 30px;
    height: 30px;
    margin: 0 auto 3px;
  }
  .content .box1 .bottom .item img{
    width: 45px;
    height: 45px;
    margin: 0;
  }
  .content .m-sidebar-box{
    position: relative;
    margin-top: 15px;
    line-height: 0;
  }
  .content .m-sidebar-box .top{
    background-color: #DCF0FA;
    padding: 15px;
  }
  .content .m-sidebar-box .top .flex{
    justify-content: space-around;
  }
  .content .m-sidebar-box .top .item{
    width: 40%;
  }
  .content .m-sidebar-box .item img{
    width: 100%;
  }
  .content .m-sidebar-box .bottom{
    margin-top: 15px;
  }
  .content .m-sidebar-box .bottom .item{
    width: calc((100% - 15px) / 2);
    float: left;
  }
  .content .m-sidebar-box .bottom .item~.item{
    float: right;
  }
  .content .m-sidebar-box .w{
    width: 100%;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
    color: #0d439c;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .m-sidebar-box .w::before, .content .m-sidebar-box .w::after{
    content: '';
    display: inline-block;
    width: 40px;
    border-top: 1px dashed #fff;
  }
  .content .m-sidebar-box .w::before{
    margin-right: 5px;
  }
  .content .m-sidebar-box .w::after{
    margin-left: 5px;
  }
}
/* <= 576px */
@media (max-width: 576px) {
  .content .box1 .top .item a {
    height: 72px;
  }
  .content .box1 .item a .w {
    line-height: 1;
  }
}
@media (max-width: 374px) {
  .content .box1 .bottom .item img{
    width: 30px;
    height: 30px;
  }
}
.content .news-box{
  padding: 0;
  margin: 0;
}
.content .news-list {
  font-size: 16px;
  height: 280px;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 30px;
}
.content .news-list:nth-last-child(1), .content .news-list:nth-last-child(2){
  margin-bottom: 0;
}
.content .news-list .title {
  position: relative;
  border-bottom: 1px solid #C8DCFA;
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
}
.content .news-list .title .t {
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
  line-height: inherit;
  font-size: 20px;
  font-weight: bold;
  color: #0d439c;
  border-bottom: 3px solid #0d439c;
}
.content .news-list .title a {
  position: absolute;
  right: 0;
  height: 100%;
  line-height: inherit;
  font-size: 15px;
  color: #0d439c;
}
.content .news-list .title a::before {
  content: "+";
  display: inline-block;
  transition: transform 0.3s;
  transform-origin: center center;
  margin-right: 3px;
}
.content .news-list .title a:hover::before {
  transform: rotate(360deg);
}
.content .news-list .list{
  background-color: #DCF0FA;
  height: 210px;
  padding: 5px 40px;
}
.content .news-list .list li {
  height: 40px;
  line-height: 40px;
}
.content .news-list .list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #c1c1c1;
  margin-right: 10px;
}
.content .news-list .list li a {
  vertical-align: middle;
}
.content .news-list .list li:hover {
  color: #0d439c;
}
.content .news-list .list li:hover::before {
  background-color: #0d439c;
}
.content .news-list .list .hot {
  height: 50px;
  line-height: 50px;
  color: #dc0014;
  font-size: 22px;
  margin-bottom: 10px;
}
.content .news-list .list .hot::before {
  background-color: #dc0014;
}
.content .advertisement img{
  width: 100%;
  max-height: 144px;
}
.content .advertisement .swiper-button-prev, 
.content .advertisement .swiper-button-next{
  height: 70px;
  width: 30px;
  margin-top: -35px;
  border-radius: 2px;
  text-align: center;
  line-height: 70px;
  background-color: rgba(255, 255, 255, 0.7);
  background-size: 10px 20px;
  background-image: none;
  transition: background .1s;
}
.content .advertisement .swiper-button-prev::before,
.content .advertisement .swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-top: 2px solid #0d439c;
  border-right: 2px solid #0d439c;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
}
.content .advertisement .swiper-button-prev::before{
  transform: rotate(-135deg);
  margin-left: -3px;
}
.content .advertisement .swiper-button-next::before{
  transform: rotate(45deg);
  margin-left: -9px;
}
.content .advertisement .swiper-pagination-bullet-active, .content .advertisement .swiper-button-prev:hover, .content .advertisement .swiper-button-next:hover{
  background-color: #00ffff;
}
/* <= 768px */
@media (max-width: 768px) {
  .content .news-list .list li:hover {
    color: inherit;
  }
  .content .news-list .list li:hover::before {
    background-color: #c1c1c1;
  }
  .content .box3{
    padding: 0 15px 15px;
    margin: 0 -15px;
    background-color: #0d439c;
  }
  .content .news-box{
    margin: 0;
  }
  .content .news-list {
    height: auto;
    margin-bottom: 20px;
  }
  .content .news-list:nth-last-child(2){
    margin-bottom: 15px;
  }
}
/* <= 576px */
@media (max-width: 576px) {
  .content .advertisement .swiper-slide{
    overflow: hidden;
  }
  .advertisement .swiper-pagination{
    bottom: 5px;
  }
  .content .advertisement img{
    height: 50px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .content .news-list{
    margin-bottom: 15px;
  }
  .content .news-list .title {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .content .news-list .list{
    height: auto;
    padding: 10px 15px;
  }
  .content .news-list .list li {
    height: 35px;
    line-height: 35px;
  }
}
.content .box4{
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}
.content .box4 a{
  display: block;
  border: 1px solid #C8DCFA;
  border-radius:6px;
  height:80px;
  line-height: 1.2;
  padding: 15px 0;
  color: #0d439c;
  transition: background .3s;
}
.content .box4 .title{
  color: #0d439c;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.content .box4 .title::before, .content .box4 .title::after{
  content: "";
  flex: 1;
  height: 20px;
  background: no-repeat top center url(../img/badge.png);
  background-size: 100% 100%;
  margin-top: 2px;
}
.content .box4 .title::before{
  margin-right: 10px;
}
.content .box4 .title::after{
  margin-left: 10px;
  transform: rotate(180deg);
}
.content .box4 a p{
  /* line-height: 20px; */
  font-size: 16px;
}
.content .box4 a .tel{
  font-weight: bold;
  /* line-height: 26px; */
  font-size: 22px;
}
.content .box4 a:hover{
  background-color: #0078e6;
  color: #fff;
}
.content .box4 .contact-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-list>li{
  width: 15%;
  margin-bottom: 10px;
}
@media (max-width: 992px){
  .contact-list>li{
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
  }
}
@media (max-width: 576px){
  .content .box4{
    margin: 25px 0 0;
  }
  .content .box4 .title{
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .content .box4 .title::before,.content .box4 .title::after{
    content: none;
  }
  .content .box4 a:hover{
    background-color: #fff;
    color: #0d439c;
  }
  .content .box4 a{
    height: 60px;
    padding: 10px 0;
  }
  .contact-list>li{
    width: calc((100% - 16px) / 3);
    margin-bottom: 8px;
  }
  .contact-list>li:nth-last-child(1), .contact-list>li:nth-last-child(2), .contact-list>li:nth-last-child(3){
    margin-bottom: 0;
  }
}
/* 字号 */
@media (max-width: 992px){
  .content .box1 .item a .w,
  .content .m-sidebar-box .w {
    font-size: 18px;
  }
}
@media (max-width: 576px){
  .content .box1 .item a .w,
  .content .news-list .title .t{
    font-size: 18px;
  }
  .content .box4 a p{
    font-size: 13px;
  }
  .content .box1 .bottom .item span,
  .content .m-sidebar-box .w,
  .content .news-list,
  .content .box4 .title,
  .content .box4 a .tel{
    font-size: 16px;
  }
  .content .news-list .title a{
    font-size: 14px;
  }
}
@media (max-width: 374px){
  .content .box1 .item a .w, 
  .content .news-list .title .t{
    font-size: 16px;
  }
  .content .box4 a p{
    font-size: 12px;
  }
  .content .box1 .bottom .item span,
  .content .m-sidebar-box .w,
  .content .news-list,
  .content .box4 .title,
  .content .box4 a .tel{
    font-size: 14px;
  }
  .content .news-list .title a{
    font-size: 13px;
  }
}