body {
    font-size: 18px;
    font-family: '微软雅黑';
    color: #333;
    background: url(../img/banner.jpg) no-repeat center top;
    background-size: 1920px 540px;
    padding-top: 463px;
}
a {
    color: #333;
    text-decoration: none;
}
.a-logo {
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -670px;
    width: 355px;
    height: 80px;
}
.main {
    width: 1340px;
    margin: 0 auto;
}
.d-banner {
    position: relative;
    height: 450px;
    margin-bottom: 42px;
    
}
section {
    margin-bottom: 48px !important;
}
.con1 {
    position: relative;
    box-sizing: border-box;
    padding: 31px 28px 29px 26px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #75BCFF;
}
.con1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 1313px;
    height: 12px;
    background: #C1E3FC;
}
.con1 h3 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding: 0 11px;
    width: 56px;
    height: 128px;
    background: #4996DF;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
}
.con1 p {
    width: 1205px;
    font-size: 17px;
    color: #555555;
    line-height: 32px;
}

.con2 {
    display: flex;
    justify-content: space-between;
}
.con2-L {
    width: 775px;

}
.h2-tit {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #999;
}
.h2-tit .a-tit {
    margin-right: 16px;
    color: #999;
    cursor: pointer;
}
.h2-tit .a-tit.on {
    color: #333;
}
.h2-tit::before {
    content: '';
    margin-right: 11px;
    width: 5px;
    height: 22px;
    background: #0068B7;
}
.h2-tit .a-links {
    flex: 1;
}
.h2-tit .a-more {
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.h2-tit .a-more::after {
    content: '';
    background: url(../img/more-2.png) no-repeat center center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}

.list-bg li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-bg li a {
    flex: 1;
    font-size: 20px;
    color: #222222;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-bg li::before {
    content: '•';
    color: #999;
    margin-right: 13px;
}
.list-bg li .s-date {
    margin-left: 11px;
    font-size: 18px;
    color: #999999;
}

.con2-R {
    width: 525px;
}
.con2-R dl {
    margin-bottom: 15px;
    background: #F1F9FE;
    border-radius: 8px;
    padding: 20px 24px ;
    cursor: pointer;
}
.con2-R dl dt {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
}
.con2-R dl span {
    margin-right: 18px;
    background: #0492E1;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.con2-R dl dt a {
    flex: 1;
    font-size: 20px;
    line-height: 28px;
}
.con2-R dl dd {
    display: flex;
    justify-content: space-between;
}
.con2-R dl dd p {
    flex: 1;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    text-align: justify;
}
.con2-R dl dd p a {
    margin-left: 5px;
    color: #4996DF;
}
.con2-R dl dd p a::after {
    content: '';
    display: inline-block;
    background: url(../img/more-1.png) no-repeat center center;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}
.con2-R dl dd span {
    background-color: #67D9C6;
}

.h2-tit2 {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 9px;
    border-bottom: 1px solid #C2DBEE;
}
.h2-tit2 .a-tit {
    position: relative;
    z-index: 1;
    font-size: 28px;
    line-height: 40px;
}
.h2-tit2  .a-tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    width: 103px;
    height: 5px;
    background: #0068B7;
}
.h2-tit2 span {
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    font-size: 45px;
    color: #0068B7;
}

.con3 .list-imgs {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.con3 .list-imgs li {
    width: 255px;
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.con3 .list-imgs li:hover {
    transform: translateY(-25px);
    
}
.con3 .list-imgs li img {
    width: 100%;
}

.con4 .d-bsfw {
    display: flex;
    justify-content: space-between;
}
.con4 .d-bsfw a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 24px;
    width: 436px;
    height: 88px;
    background: no-repeat right center;
    background-size: 100% 100%;
    font-size: 20px;
    color: #FFFFFF;
}
.con4 .d-bsfw a:hover {
    background-size: 110% 110%;
}
.con4 .d-bsfw a::after {
    content: '';
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/arrow-2.png) no-repeat center center;
    background-size: 100% 100%;
}

.con5 {
    margin-bottom: 0 !important;
    background: url(../img/bg-bottom.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 537px;
    padding-top: 46px;
    box-sizing: border-box;
}
.con5-con {
    display: flex;
    justify-content: space-between;
}
.jdt1 {
    position: relative;
    width: 790px;
}
.jdt1 .bd li {
    position: relative;
    height: 445px;
    overflow: hidden;
}
.jdt1 .bd li img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.jdt1 .bd li:hover img{
    transform: scale(1.1);
}
.jdt1 .bd li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: 1em;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.712);
}
.jdt1 .bd li p a {
    color: #fff;
    font-size: 18px;
}
.jdt1 .hd {
    position: absolute;
    display: flex;
    right: 20px;
    bottom: 22px;
}
.jdt1 .hd li {
    margin-right: 5px;
    width: 20px;
    height: 6px;
    background: #FFFFFF;
    opacity: 0.35;
}
.jdt1 .hd li.on {
    opacity: 0.9;
}
.con5-R {
    width: 522px;
}
.con5-R .h2-tit {
    border-bottom-color: #C2DBEE;
}
