/**!
 * 中国（江苏）自由贸易试验区连云港片区-走进自贸区
 * date: 2020-05-14
 * author: qxy;
 */

body {
    padding-bottom: 146px;
    background: url(../images/header-bg.png) center 0 no-repeat;
}

.header {
    border-bottom: 5px solid #E6EBEE;
}

.fta-con {
    padding: 20px 45px 25px;
    font-size: 15px;
    border: 1px solid #E9E9E9;
    border-top: 0;
}


/* 列表样式 */

.fta-con .title {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.fta-con .info {
    margin: 14px 17px 0 0;
    line-height: 48px;
    font-size: 15px;
}

.fta-con .info p {
    text-indent: 2em;
}

.policy-con .title .back {
    position: absolute;
    top: 8px;
    right: 0;
    padding-left: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #2270BF;
    background: url(../images/back.png) 0 center no-repeat;
}