@charset "UTF-8";
body{margin: 0;padding: 0;}
a,button{cursor: pointer;}
a{text-decoration: none;}
a:hover,button:hover{color: #0f78cb;}
.bg-white{background-color: #ffffff;}
.bg-bar{background-color: #f1f1f1;}
.color-white{color: #ffffff;}
.color-blue{color: #0f78cb;}
.color-dark{color: #333333;}
.color-gray{color: #666666;}
.color-grey{color: #999999;}
.ld-center{margin: 0 auto;}
.border-top{border-top: 2px solid #0f78cb;}
.img-full img{width: 100%;display: block;}
.mt-30{margin-top: 30px;}
.mlr-25{margin: 0 25px;}
.font-14{font-size: 14px;}
.hidden{display: none!important;}
.ld-inline{
    display: inline-block;
    float: left;
}
.width-60{width: 60%;}
.width-70{width: 70%;}
.width-80{width: 80%;}
ul.my-ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.ul-inline{
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}
ul.ul-inline li{
    display: inline-block;
    float: left;
}
ul.ul-inline:before, ul.ul-inline:after{
    display: table;
    content: " ";
}
ul.ul-inline:after{
    clear: both;
}
.color-blue a{color: #0f78cb;}
/*---------------------------------*/
.leader{
    font-family: "Microsoft YaHei", "微软雅黑", SimHei, "黑体", Arial, sans-serif;
    font-size: 16px;
}
.leader-site{
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.leader-head{
    width:100%;
    height: 230px;
}
.leader-bg{
    height: 100%;
	background:url(http://gs.news.cn/images/lingdao2022/images/ld-head-bg.png)
    no-repeat center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
}
.leader-prov{
    font-size: 70px;
    font-weight: bold;
    padding-top: 25px;
}
.leader-title{
    font-size: 50px;
}
.leader-body{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.leader-foot{margin-top: 50px;}
.ld-left{
    display: inline-block;
    float: left;
    width: 416px;
    padding: 30px 0;
    background-color: #f2f2f2;
}
.ld-right{
    display: inline-block;
    float: right;
    width: 750px;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.ld-title{
    margin-top: 30px;
    border-left: 3px solid #0f78cb;
}
.ld-title b{
    margin-left: 8px;
    font-size: 18px;
}
.ld-title a{
    font-size: 14px;
    margin-top: 8px;
    float: right;
}
.ld-left b{
    font-size: 32px;
    text-align: left;
}
/*------------------*/
.per-info{display: block;}
.per-name{margin: 10px 0;}
.per-intro{
    height: 330px;
    margin-bottom: 10px;
    overflow: hidden;
}
.per-intro p{
    font-size: 14px;
    line-height: 1.8em;
}
.my-list{margin: 15px 0;}
.my-list a{
    display: inline;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.my-list span{font-size: 14px; display:inline;}

.tjld-list{margin: 15px 0;}
.tjld-list a{
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.tjld-list span{font-size: 14px;}

/*-------------------*/
.load{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.load .load-box{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
.load-more{
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2;
}
.load-more:hover{color: #0f78cb;}
/*--------tianjin added---------*/
.ld-left .ld-center{width: 256px;}
.ld-right .ld-center{width: 670px;}
/*------------------------------*/
@media screen and (min-width: 1024px){
    .hide-pc{display: block;}
    .leader-body {
    width: 100%;
    margin: 0 auto;
}

}
@media screen and (max-width: 1023px) {
    .hide-phone{display: block;}
    /*---------------*/
    .leader-head {
    width: 120%;
    height: auto;
}
    .ld-left{
        display: block;
        float: none;
        width: 120%;
        padding: 0;
        margin: 10px auto;
        border: none;
    }
    .ld-right{
    display: inline-block;
    float: right;
    width: 98%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    }
    .ld-right .ld-center {
    width: 100%;
    }
    .ld-left:before, .ld-left:after{
        display: table;
        content: " ";
    }
    .img-list { width: 120%;
        display: block;}
    .ld-title b {
    margin-left: 8px;
    font-size: 50px;
    }
    .ld-title a {
    font-size: 40px;
    margin-top: 8px;
    float: right;
    }
    .my-list a {
    display: block;
    width: 100%;
    line-height: 90px;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    }
    .my-list span {
    font-size: 30px;
    display: block;
    }
    .img{width: 100%;}
    .ld-left:after{clear: both;}
    .ld-left b{font-size: 60px;}
    .ld-left .img-full,.per-info{display: inline-block;}
    .ld-left .img-full{
        float: left;
        width: 32%;
    }
    .per-info{
        float: right;
        width: 75%;
        font-size: 14px;
    }
    .per-intro{height: auto;}
    .per-intro p{margin: 0; font-size: 40px;}
    /*---------------------------*/
    .load .load-box{width: 158px;}
    .load-more{
        background-color: #ffffff;
        border-color: #0f78cb;
        color: #0f78cb;
    }
    .ld-left .ld-center{width: 100%;}

}
.fix{zoom: 1;}
.fix:before, .fix:after{
    display: table;
    content: " ";
}
.fix:after{clear: both;}
搜网页
AI搜索
翻译
改写
复制
