@charset "UTF-8";
/**!
* [详情页]
* date: 2021-01-27
* author: [hhj];
*/

body {
    background-color: #f6f8fc;
}

.main {
    padding: 33px 60px 35px 60px;
    background-color: #fff;
    box-shadow:0px 0px 24px 0px rgba(36,144,255,0.11);
}

.detail-tt {
    padding: 10px 0;
    line-height: 46px;
    font-size: 30px;
    color: #333;
    text-align: center;
}

.detail-tips {
    padding-bottom: 16px;
    font-size: 0;
    text-align: center;
}

.detail-tips > p {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    margin: 0 15px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    color: #999;
}

.text-box {
    padding-top: 15px;
    border-top: 1px solid #eee;
	min-height: 260px;
}

.detail-text {
    margin-top: 29px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.detail-text:first-child {
    margin-top: 0;
}

.detail-img {
    margin: 22px auto ;
    width: 476px;
    height: 223px;
}

.detail-img > img {
    display: block;
    width: 100%;
    height: 100%;
}

.file {
    margin-top: 34px;
}

.file-tt {
    float: left;
    margin-top: 5px;
    margin-left: 39px;
    width: 55px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    color: #064ec0;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #064ec0;
    background-color: #e6f1ff;
}

.file-con {
    margin-left: 108px;
}

.file-text {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #064ec0;
}

.jump {
    margin-top: 18px;
    padding-left: 36px;
}

.jump-text {
    line-height: 30px;
    font-size: 14px;
}

.jump-text > a {
    color: #666;
}

/* 小屏幕 */
@media (max-width: 980px) {
    .main {
        padding: 33px 20px 35px 20px;
    }
    .file-tt {
        float: none;
        margin: 0;
        margin-bottom: 10px;
    }

    .file-con {
        margin-left: 0;
    }
    .jump {
    padding: 0;
    }

    .detail-img {
        width: 90%;
        height: auto;
    }
    .detail-tt {
        font-size: 24px;
        line-height: 36px;
    }
    .detail-tips > p {
        max-width: none;
    }
  }


.share {
	border-top: 1px solid #e6e6e6;
	padding-top: 28px;
}

.share-l {
    float: left;
}

.share-l>span {
    float: left;
    color: #999;
    line-height: 30px;
}

.share-icon {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.share-icon>img {
    display: inline-block;
    vertical-align: middle;
}

.bdshare-button-style1-16 .bds_sqq{
	height:19px;
	background:url('../images/share_icon1.png') !important;
}

.bdshare-button-style1-16 .bds_weixin{
	height:19px;
	background:url('../images/share_icon2.png') !important;
}

.bdshare-button-style1-16 .bds_tsina{
	height:19px;
	background:url('../images/share_icon3.png') !important;
}

/* åˆ†äº« */
.bdshare-button-style1-16 {
    float: left;
	margin-top: 6px;
}

.bdshare-button-style1-16>span {
    float: left;
    color: #999;
    line-height: 30px;
}

.bds_sqq {
	padding-left:16px !important;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.bds_sqq>img {
    display: inline-block;
    vertical-align: middle;
}
.bds_weixin {
	padding-left:24px !important;
    float: left;
    height: 20px !important;
    line-height: 30px;
    margin-left: 20px;
}

.bds_weixin>img {
    display: inline-block;
    vertical-align: middle;
}
.bds_tsina {
	padding-left:22px !important;
    float: left;
    height: 20px !important;
    line-height: 30px;
    margin-left: 20px;
}

.bds_tsina>img {
    display: inline-block;
    vertical-align: middle;
}

/*20221125信息详情页面信息标题固定字体大小*/
.detail-tt span{
	font-size:30px !important;
}