/* 页面自定义css样式 */
.container {
    /* padding-top: 400px; */
    background: #f6f6f6;
}
.banner{
    height: 400px;
    background: url(banner.png) no-repeat;
    background-size: cover;
}
.banner a{
    display: block;
    background: #f68738;
    border-radius: 10px;
    width: 160px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    top: 78%;
    left: 63%;
}
.banner a:hover{color:#fff;}
.content {
    padding: 0 40px;
    background-color: #ffffff;
    margin-top: -20px;

}

.content .con_tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 2px solid #ededed;
}


.content .con_tit a {
    display: block;
    font-size: 16px;
    color: #999999;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    cursor: pointer;
}
.content .con_tit a img{
    position: relative;
    top: 0px;
    right: 5px;
}
.content .con_tit .on {
    color: #E20102;
    border-bottom: 4px #E20102 solid;
}

.con_tit span{
    margin-left: 10px;
    margin-top: 2px;
}

.con_list {
    padding: 40px 0;
}

.con_list .title {
    width: 100%;
    height: 40px;
    background: url(btsq.png) no-repeat;
}

.con_list .box1 {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}

.con_list .box1 .box1_tit {
    font-size: 16px;
    font-weight: 600;
    background: url(jx.png) no-repeat;
background-size:5px 24px;
background-position: center left;
padding-left: 20px;
}

.box1_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box1_con a {
    margin-top: 20px;
    display: block;
    width: 346px;
    height: 144px;
    font-size: 18px;
    font-weight: 600;
    /* background-color: #f4f9ff; */
    margin-right: 20px;
    position: relative;
}
.box1_con a:hover{
    color: #000;
}
.box1_con strong{
    color: #E20102;
    /* font-weight: 600; */
    font-size: 20px;
}
.box1_con a:nth-child(3) {
    margin-right: 0;
}

.box1_con .hov {
    color: #007aff;
}

.box1_con span {
    margin-top: 40px;
    margin-left: 30px;
    width: 180px;
    height: 50px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.box1_con img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
}

.bot_pic{
    display: flex;
    padding: 30px 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.bot_pic .pic{
    width: 254px;
    height: 120px;
    padding: 20px 0px 20px 30px;
    border-radius: 10px;

}
.bot_pic .pic:nth-child(1){
    background: url(qycx.png) center center no-repeat;
    margin-right:35px;
}
.bot_pic .pic:nth-child(2){
    background: url(jdcx.png) center center no-repeat;
    margin-right:35px;
}
.bot_pic .pic:nth-child(3){
    background: url(cjwt.png) center center no-repeat;
  margin-right:35px;
}
.bot_pic .pic:nth-child(4){
    background: url(jdcx.png) center center no-repeat;
}
.bot_pic .pic span{
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.bot_pic .pic button{
    margin-top: 10px;
    width: 90px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: none;
    color: #ffffff;
}
.bot_pic .pic button a{
    color: #ffffff;
    font-weight: 400;
}
.con_list .jqqd{
    width: 100%;
    height: 300px;
    font-size: 30px;
    font-weight: 600;
    padding-left: 44%;
    padding-top: 10%;
	color: #666;
}
.bt{
    display: none;
}
.cha{
   margin-top: 10px;
   width: 90px;
   height: 30px;
   border: 1px solid #ffffff;
   border-radius: 5px;
   background: none;
   color: #ffffff;
   font-weight: 400;
   text-align: center;
   line-height: 30px;
}