/*首文*/
.shouwen{
    width: 85%;
    background-color: #eeeeee;
    margin-left: 15%;
    position: relative;
    padding-bottom: 50px;
}
.title-box{
    position: absolute;
    top: 16px;
    left: -30px;
}
.title-box::after{
    content: "";
    display: block;
    clear: both;
}
.title-left{
    float: left;
    width: 90px;
    height: 90px;
    border: solid 3px #a89671;
    background-size: 100%;
    background-position: center;
}
.title-right{
    float: left;
    margin-left: 14px;
}
.title1,.title2{
    font-size: 14px;
    font-weight: bold;
    color: #db1b23;
}
.title3{
    font-size: 12px;
    color: #a89671;
    margin-top: 15px;
    line-height: 12px;
}
.title3 div{
    width: 3px;
    height: 12px;
    margin-bottom: -2px;
    background-color: #db1b23;
    margin-right: 6px;
    display: inline-block;
}
.shouwen-main{
    padding-top: 122px;
    font-size: 10px;
    color: #4d4d4d;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.5;
}
.title-bottomimg{
    width: 140px;
    height: 80px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -40px;
    right: 16px;
}


/*页面主体*/
.dunhuang-main{
    margin-top: 53px;
}
.first-dunhuang-main{
    margin-top: 78px;
}
.main-title-box{
    position: relative;
}
.main-title-box::after{
    content: "";
    display: block;
    clear: both;
}
.main-title-box > *{
    float: left;
}
.main-title-line{
    width: 50%;
    height: 1px;
    background-color: #e3e3e3;
}
.main-title-box > .main-title-line:first-child{
    float: left;
}
.main-title-box > .main-title-line:last-child{
    float: right;
}
.main-title{
    padding-left: 16px;
    padding-right: 16px;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: -13px;
}
.main-title::after{
    content: "";
    display: block;
    clear: both;
}
.main-title > div{
    float: left;
    width: 26px;
    height: 26px;
    background-color: #db1b23;
    border-radius: 100%;
    color: #FFF;
    font-size: 10px;
    line-height: 26px;
    text-align: center;
    margin-right: 8px;
}
.main-title > div:last-child{
    margin-right: 0;
}
.main-box{
    padding: 16px 16px 0 16px;
}
.main{
    margin-bottom: 30px;
}
.main-img{
    padding-bottom: 50%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
.bofang{
    width: 36px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
}
.main-img svg{
    width: 100%;
}
.main-text{
    font-size: 10px;
    line-height: 24px;
    color: #4d4d4d;
    text-align: center;
}
.text4-main-title{
    margin-left: -80px;
}
.text5-main-title{
    margin-left: -97px;
}
.shouhui-main{
    border-bottom: solid 1px #e5e5e5;
}
.shouhui-main .main-text{
    text-align: left;
    font-size: 10px;
    line-height: 18px;
}
.liaojiegengduo{
    margin-top: 8px;
}
.liaojiegengduo::after{
    content: "";
    display: block;
    clear: both;
}
.liaojiegengduo a{
    width: 50px;
    line-height: 13px;
    background-image: url('../img/liaojiegengduo.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 8px;
    float: left;
}
.liaojiegengduo div{
    float: right;
}

.pic{
	width: 100%;
}


