
/* pc端适配 */

body{
    overflow-x: visible;
}

/* banner区域 */
.banner-introduce{
    width: 100%;
    height: 360px;
    background-size: cover;
}
.banner-introduce-box{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.banner-introduce-tittle{
    position: absolute;
    font-size: 38px;
    font-family: FZLTHJW;
    font-weight: normal;
    color: rgba(255,255,255,1);
    line-height: 48px;
    margin-top: 150px;
}
.banner-introduce-des{
    position: absolute;
    text-align: left;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:32px;
    margin-top: 228px;
}

/* content area */
.content-area{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: auto;
    background-color: #ffffff;
    padding: 10px;
}
.content-select-list{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.content-select-list>div:first-child>div{
    margin-right: 1%;
    margin-bottom: 1%;
}
.content-select-box{
    float: left;
    width: calc(97%/3);
    height: auto;
}
.content-select-img{
    width: 100%;
    height: 209px;
    background:rgba(247,247,247,1);
    overflow: hidden;
}
.content-select-box:hover .content-select-tittle{
    color: #0086F2;
    transition: 0.5s;
}

/* .content-select-img:hover img {
    transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
} */
.content-select-img img{
    width: 100%;
    transition: all 0.5s linear;
}
.content-select-msg{
    text-align: left;
    padding-bottom: 19.2px;
    background:rgba(247,247,247,1);
}
.content-select-tittle:hover{
    color: rgba(0,134,241,1);
}
.content-select-tittle{
    margin: 0 auto;
    padding-top: 12px;
    margin-bottom: 10px;
    text-align: left;
    width: 82%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color:rgba(38,38,39,1);
    line-height: 28px;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal; 
}
.content-select-time{
    margin: 0 auto;
    width: 82%;
    /* height:14px; */
    font-size:14px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(119,119,119,1);
}

.content-state-list{
    width: 26.9%;
    height: auto;
    padding-left: 19.2px;
}
.content-hot-state{
    padding-bottom: 40px;
    background:rgba(247,247,247,1);
}
.content-filter-date{
    padding-bottom: 40px;
    background:rgba(247,247,247,1);
    margin-top: 30px;
}
.content-hot-tittle{
    text-align: left;
    margin-left: 30px;
    padding-top: 36px;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,39,1);
    padding-bottom: 10px;
}
.content-hot-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    padding-top: 10px;
}
.content-hot-list .content-hot-box{
    background:rgba(237,237,237,1);
    border-radius:15px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(6,24,39,0.6);
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 15px;
    cursor: pointer;
}


/* 页码样式 */
.pagation-style{
    margin-top: 50px;
    padding-right: 1%;
}
.box{
    height: auto; 
    color: black; 
    font-size: 14px;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding-bottom: 88px;
}
#wrap2{
    transform: translateX(-22.5%);
}
.pagination-btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    cursor: pointer;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
}
.pagination-btns{
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    cursor: pointer;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}
.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

#pagination-prev {
    margin-right: 5px;
}

#pagination-next {
    margin-left: 5px;
}

.pagination-ellipsis{
    display: inline-block;
    position: relative;
    padding: 5px 11px 7px 11px;
    margin: 0 5px;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
    
}
.pagination-current{
    /* border:1px solid #3E8DDD; */
    color:#0086F2;
    border: 0;
}
.pagination-disabled{
    cursor: not-allowed;
}
.pagenum{
    vertical-align: middle;
}
.page{
    font-size: 16px;
    color: rgba(0,0,0,1);
}
.page input{
    width: 48px;
}

.page-position{
   
    position: relative;
    height: 100px;
    transform: translateY(-50px);
}
.page-position-box{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.page-position input{
    transform: translateY(-10px);
    width: 60px;
    height: 40px;
}
.page-position span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,1);
    text-align: left;
    margin: 0 10px;
}
div#wrap1 a {
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    cursor: pointer;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}
div#wrap1 a:hover {
    background: #006ede;
    color: white;
    border: #006ede;
}
div#wrap1 b {
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #0071df;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    background: #0070df;
}
div#contentSelectBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contentSelectBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contentSelectBox ul li {
    width: 46%;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 33px;
    float: left;
}

#contentSelectBox ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid #00adef;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -4px
}

#contentSelectBox ul li a {
    width: 80%;
    height: 100%;
    color: #494d56;
    display: block;
    padding: 13px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s ease;
    text-align: left;
}

#contentSelectBox ul li span {
    color: #a0a2a7;
    padding: 12px 0;
    position: absolute;
    right: 0;
    top: 0
}

#contentSelectBox ul li:hover a {
    color: #00adef;
    padding-left: 10px;
}

.dddd dt {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    text-align: left;
    line-height: 2;
}
dl.dddd {
    width: 47%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    /*height: 128px;*/
    padding: 20px;
    /*border: 1px solid #e6e6e6;*/
    transition-duration: 0.5s;
    box-shadow: 0px 3px 4px 1px #a5a5a5;
}
dl.dddd dd {
    line-height: 2;
}
dl.dddd:hover {
    /*border: 1px solid #4587e8;*/
    box-shadow: 0px 3px 4px 1px #71a3ec;
}
dl.ddddd {
    width: 45%;
    padding-right: 5%;
    float: left;
    margin-top: 20px;
	margin-bottom: 20px;
}
dl.dddd a:hover {
    color: #006fde;
}
.ddddd dt {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
dl.dddd span:nth-child(1) {
    position: relative;
    margin-left: 30px;
    color: #337ab7;
}

dl.dddd span:nth-child(1):before {
    position: absolute;
    content: "";
    background: url(/static/picture/time.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    left: -30px;
    top: -2px;
}
dl.dddd span:nth-child(2) {
    position: relative;
    margin-right: ;: 30px;
    color: #337ab7;
    float: right;
}

dl.dddd span:nth-child(2):after {
    position: absolute;
    content: "";
    background: url(/static/picture/liulan.png) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    left: -30px;
    top: -2px;
}
.about_t{height:50px;width:430px;margin:0 auto;margin-top: 20px;}
.about_t ul{height:50px;width:460px;display: flex;}
.about_t li{float:left;font-size:16px;list-style: none; flex: 1;position:relative}
.about_t li a{line-height:48px;height:48px;border:1px solid #dcdcdc;display:block;color:#666;text-align:center;cursor:pointer;border-radius:4px;}
.about_t ul .on{border-radius:4px;line-height:48px;height:48px;border: 1px solid #4587e8;background-color: #4587e8;display:block;color:#FFF;text-align:center;}
.about_t ul .on a{color:#fff;border:none}
.about_ban{background:url(//static.zzboiler.com/web/images/about/about_ban.jpg) no-repeat center;position:relative;height:458px;overflow:hidden}
.about_t ul{width: 1200px;}
.about_t{width: 1200px;}
.about_t ul .on {}
.about_t ul li:last-child{margin:0;}

ul.draw-menu {
    display: none;
    width: -webkit-fill-available;
    height: auto;
    background: linear-gradient(322deg, #0073e0, #03a9f445);
    position: absolute;
    z-index: 2;
}

ul.draw-menu li {
    float: none;
    width: -webkit-fill-available;
}
ul.draw-menu li a {
    color: aliceblue;
    border: 0;
}

ul.draw-menu li:hover {
    background: linear-gradient(141deg, #007de2, #7a91b573);
}
.about_t li:hover>.draw-menu {
    display: block;
}