

.details_title{

}
.details_title h2{
    font-size: 24px;
	font-family: 'MicrosoftYaHei-Bold';
    line-height: 26px;
    text-align: center;
    color: #333333;
    padding: 20px 0;
    position: relative;
}
.details_title h2::after{
    content: '';
    height: 1px;
    width: 100%;
    background-image: linear-gradient(270deg, 
		#fff 0%, 
		#1472c5 50%, 
		#fff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.details_title p{
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding: 20px;
}
.details_text{
    margin-bottom: 50px;
}
.details_text img{
    max-width: 100%;
    margin: 20px auto;
}
.details_text p{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
    /* text-indent: 34px; */
    margin-bottom: 20px;
}
.details_text p a { display: inline-block}
.details_text table tr td,.details_text table tr th{
	padding:10px!important;
}
.details_text table tr td p{
	text-align:center;
	margin-bottom: 0;
	line-height:22px;
	text-indent:0;
}
.details_link{
    margin-bottom: 120px;
    
}
.details_link ul li{
    font-size: 16px;
    line-height: 40px;
    background-image: linear-gradient(to right, 
		#e2f1ff 30%, 
        #fff 100%);
    background-color: #e2e2e2;
    border-bottom: 1px solid #fff;
    
}
.details_link ul li span{
    float: left;
    color: #106dc4;
    padding: 0 14px;
    border-right: 1px solid #fff;
    margin-right: 20px;
}
.details_link ul li a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.details_link ul li a:hover{
    text-decoration: underline;
    color: #106dc4;
}
@media screen and (max-width:1365px){
    .details_title h2{
        font-size: 22px;
    }
    .details_title p,.details_text p,.details_link ul li{
        font-size: 14px;
    }
}
@media screen and (max-width:1023px){
    .details_title h2{
        font-size: .34rem;
        line-height: 1.5;
        padding: .2rem 0;
    }
    .details_title p{
        padding: .2rem;
    }
    .details_title p,.details_text p,.details_link ul li{
        font-size: .26rem;
    }
    .details_text{
        margin-bottom: .5rem;
    }
    .details_text p{
        line-height: 1.7;
        margin-bottom: .1rem;
    }
    .details_link{
        margin-bottom: 1.2rem;
    }
    .details_text table tr td,
    .details_text table tr th{
    	padding: .1rem!important;
    }
    .details_text table tr td{
    	border-width:.01rem!important;
    }
    .details_text table tr td p{
    	line-height:1.4;
    }
    .details_link ul li{
        line-height: 2.8;
    }
}

