* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family:Microsoft YaHei;
}
.clearfix {
    *zoom: 1
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}
.border-box * {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -icab-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

@media screen and (max-device-width:960px) {
    body {
        -webkit-text-size-adjust: none
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ul {
    list-style: none
}

ol {
    list-style: decimal inside
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0
}

span {
    color: inherit
}

a img {
    vertical-align: middle
}
body,html{
    min-width: 1200px;
}
body{
    overflow: auto;
    background: linear-gradient( 90deg, #236AEF 0%, #5518B3 100%);
}
.head{
    width: 100%;
    height: 400px;
    background: url("../img/img_banner.png");
    background-size: 100% 100%;
}
.main_body{
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    box-sizing: border-box;
}
.body_text{
    margin-top: 60px;
}
.body_text .title{
    text-align: center;
    margin-bottom: 25px;
}
.body_text .title img{
    height: 41px;
}
.body_text .cont{
    background: #FFFFFF;
    border-radius: 20px;
    border: 10px solid #707070;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}
.body_text .cont .policy_list{
    width: 558px;
}
.body_text .cont .policy_list li .tit{
    display: inline-block;
    background: linear-gradient( 90deg, #236AEF 0%, #5518B3 100%);
    width: 110px;
    line-height: 38px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.body_text .cont .policy_list li{
    margin-bottom: 24px;
}
.body_text .cont .policy_list li:last-child{
    margin-bottom: 0;
}
.body_text .cont .policy_list li .txt{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin-left: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    max-width: 420px;
}
.body_text .cont .policy_list li .txt:hover{
    color: #5021BA;
}
.body_text .more{
    width: 216px;
    line-height: 68px;
    background: #FFFFFF;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    color: #2A5FE8;
    text-align: center;
    margin-top: 30px;
}
.body_text .more:hover{
    opacity: 0.8;
}
.cont .measure_block{
    width: 270px;
    font-size:0 ;
}
.cont .measure_block .measure_txt{
    padding: 25px 47px;
    height: 104px;
    background: linear-gradient( 90deg, rgba(35,106,239,0.12) 0%,rgba(85,24,179,0.12) 100%);
    box-sizing: border-box;
}
.cont .measure_block .measure_txt .txt{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cont .measure_block .measure_tit{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 42px;
    background: linear-gradient( 90deg, #236AEF 0%, #5518B3 100%);
    text-align: center;
    padding: 0 13px;
}
.cont .measure_block .measure_img img{
    width: 100%;
    height: 148px;
}
.cont .measure_block .measure_img +.measure_txt{
    height: 70px;
    padding: 10px 17px;
}
.cont .measure_block .measure_img +.measure_txt .txt{
    line-height: 25px;
}
.cont .measure_block .measure_img +.measure_txt +.measure_tit{
    line-height: 37px;
}
.measure_tit .time{
    float: left;
}
.measure_tit .tit{
    float: right;
}
