﻿.list_main{
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
}
.crumbs{
    width: 96%;
    font-size: 14px;
    margin: 0 auto;
    padding: 16px 0 6px;
    border-bottom: 1px solid #cecece;
}
.crumbs img{
    margin-top: -2px;
}
.czzj_nav{
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
}
.czzj_nav a{
    display: block;
    float: left;
    width: 23%;
    margin-left: 2%;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.czzj_nav a img.img{
    display: block;
    float: left;
    margin-left: 10px;
}
.czzj_nav a p{
  float: left;
  width: 67%;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
.czzj_nav a img.sj{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 48%;
}
.czzj_nav a.nav_a1{
    background: #6399d5;
    margin-left: 0;
}
.czzj_nav a.nav_a2{
    background: #afc286;
}
.czzj_nav a.nav_a3{
    background: #6ab6c9 ;
}
.czzj_nav a.nav_a4{
  background: #e4ba54;
}

.czzj_nav a.show img.sj{
    display: block;
}
.list{
    width: 96%;
    margin: 0 auto;
    padding-bottom: 20px;
    min-height: 400px;
}
.title{
    width: 100%;
    font-size: 22px;
    color: #5692be;
    padding-top: 10px;
    border-bottom: 1px solid #cecece;
}
.title p{
    display: inline-block;
    text-indent: 16px;
    padding: 8px 0;
    position: relative;
}
.title p i{
    display: block;
    width: 4px;
    height: 50%;
    background-color: #5692be;
    position: absolute;
    top: 25%;
    left: 0;
}
.title p span{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #5692be;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.list_container{
    width: 100%;
    position: relative;
}
.list_container ul{
    padding: 20px 0;
    min-height: 400px;
}
.list_container ul li{
    padding: 5px 0;
}
.list_container ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.list_container ul li a p{
    float: left;
    width: 66%;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.list_container ul li a p::before {
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 5px;
}
.list_container ul li a span{
    display: block;
    float: right;
    color: #8c8c8c;
    margin-right: 20px;
}
/*  */
.box_left{
  width: 930px;
}
.box_right{
  width: 224px;
  margin-right: 10px;
}
.jgzn_right{
  float: right;
  width: 100%;
  margin-top: 20px;
}
.jr_title{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #0b5492;
  padding: 3px 0 4px;
}
.jr_main{
  width: 100%;
  margin-top: 20px;
}
.jr_main ul{
  min-height: 540px;
  background-color: #eff1f6;
}
.jr_main ul li{
  border-bottom: 3px solid #fff;
}
.jr_main ul li a{
  display: block;
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 5px 0;
  background-color: #eff1f6;
}
.jr_main ul li a img{
  transition: all 0.4s linear;
  position: absolute;
  top: 36%;
  left: 7%;
}
.jr_main ul li a.on{
  font-weight: bold;
  color: #0067b0;
}
.jr_main ul li a.on img{
  transform: rotate(-90deg);
}
.jr_main ul li a:hover{
  font-weight: bold;
  color: #6487b0;
  background-color: #d9e1ec;
}
.jr_main ul li a:hover img{
  transform: rotate(-90deg);
}

.list_container ul li:nth-child(5n) {
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page_num{
    position: absolute;
    bottom: 0;
}

/* ios */
@media (max-width: 760px) {
    .list_main{
        width: 100%;
    }
    .czzj_nav a{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .title{
        font-size: 18px;
    }
    .list_container ul{
        padding: 10px 0;
    }
    .box_left,.box_right{
      width: 100%;
    }
}
@media (max-width: 350px){
  
  .list_container ul li a span{
    margin-right:0;
  }
}
