/**!
 * 中国（江苏）自由贸易试验区连云港片区-首页
 * date: 2020-05-14
 * author: qxy;
 */

.ellipsis3 {
    display: inline-block;
    max-height: 60px;
    overflow: hidden;
}

body {
    padding-bottom: 160px;
}

.mod {
    margin-top: 40px;
    border: 1px solid rgba(233, 233, 233, 1);
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.06);
}

.mod-title {
    height: 48px;
    padding: 9px 0 0 18px;
    color: #4DA8FF;
    border-bottom: 1px solid #A6D3FF;
}

.mod-title span {
    position: relative;
    display: inline-block;
    line-height: 15px;
    padding: 0 29px 0 12px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 15px solid #A6D3FF;
    text-shadow: -3px 2px 0 #fff, 3px 0 0 #fff, 0 3px 0 #fff;
}

.mod-title span::before {
    position: absolute;
    bottom: -15px;
    left: -18px;
    content: "";
    width: 28px;
    height: 15px;
    background: url(../images/title-l.png);
}

.mod-title span::after {
    position: absolute;
    bottom: -15px;
    right: -8px;
    content: "";
    width: 18px;
    height: 15px;
    background: url(../images/title-r.png);
}

.mod-title .more {
    float: right;
    margin-right: 24px;
    font-size: 18px;
}


/* banner */

.banner {
    height: 413px;
    padding-top: 29px;
    text-align: center;
    background: url(../images/banner.jpg) center 0 no-repeat;
}

.banner p {
    line-height: 70px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: #1F6DB8 2px 0 0, #1F6DB8 0 2px 0, #1F6DB8 -2px 0 0, #1F6DB8 0 -2px 0;
}


/* 快捷链接 */

.quick-links {
    margin: -143px 0 0 -30px;
}

.quick-links li {
    float: left;
    margin-left: 30px;
    margin-right: 61px;
}

.quick-links a {
    display: block;
    width: 216px;
    height: 288px;
    padding-top: 36px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.quick-links .name {
    margin-top: 39px;
    font-size: 26px;
}


/* 创新成果 */

.innovative-product {
    height: 520px;
    font-size: 15px;
}


/* 政策法规 */

.policies-regulations {
    width: 580px;
    height: 360px;
}

.policies-list {
    margin-top: 11px;
}

.policies-list a {
    max-width: 100%;
}


/* 常见问题 */

.general-question {
    width: 580px;
    height: 360px;
}

.question-list li {
    padding-left: 8px;
}

.question-list a {
    background-image: url(../images/question-icon.png);
}


/* 走进自贸区 */

.enter-fta {
    height: 400px;
}

.fta-img {
    width: 399px;
    height: 308px;
    margin: 20px 0 0 13px;
}

.enter-fta .info {
    height: 320px;
    overflow: hidden;
    margin: 14px 17px 0 428px;
    line-height: 32px;
    font-size: 15px;
}

.enter-fta .info p {
    text-indent: 2em;
}


/* 办事服务 */

.handle-service {
    margin-top: 34px;
}

.handle-service .mod-title {
    height: 40px;
    text-align: center;
}

.handle-item {
    margin: 8px 0 0 -30px;
}

.handle-item li {
    position: relative;
    float: left;
    width: 380px;
    height: 96px;
    margin: 20px 0 0 30px;
    background: rgba(253, 254, 255, 1);
    border: 1px solid rgba(182, 210, 236, 1);
    border-radius: 15px;
    transition: all ease 200ms;
}

.handle-item .emphasis {
    display: none;
}

.handle-item .init {
    display: block;
    height: 100%;
    transition: all ease 200ms;
    background: url(../images/handle-arrow.png) 318px center no-repeat;
}

.handle-item .icon {
    display: inline-block;
    width: 104px;
    height: 94px;
    text-align: right;
    line-height: 94px;
}

.handle-item .icon img {
    vertical-align: middle;
}

.handle-item .name {
    display: inline-block;
    margin-left: 36px;
    vertical-align: top;
    line-height: 94px;
    font-size: 26px;
    letter-spacing: 2px;
}

.handle-item .detail {
    position: absolute; 
    top: 20px;
    bottom: 0;
    right: -1px;
    width: 240px;
    transition: all ease 200ms;
}
.handle-item .detail1 {
    position: absolute; 
    top: 0;
    bottom: 0;
    right: -1px;
    width: 240px;
    transition: all ease 200ms;
}

.handle-item .detail a {
    display: block;
    height: 36px;
    margin-top: 8px;
    padding-right: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #005EB8;
    background: rgba(255, 255, 255, 0.65) url(../images/triangle.png) 215px center no-repeat;
    border-radius: 18px 0px 0px 18px;
}
.handle-item .detail1 a {
    display: block;
    height: 36px;
    margin-top: 8px;
    padding-right: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #005EB8;
    background: rgba(255, 255, 255, 0.65) url(../images/triangle.png) 215px center no-repeat;
    border-radius: 18px 0px 0px 18px;
}

.handle-item li:hover {
    background-color: #4da8ff;
    border-color: transparent;
}

.handle-item li:hover .init {
    display: none;
}

.handle-item li:hover .emphasis {
    display: block;
}