@charset "utf-8";
#main {
    padding-top: 75px;
    padding-bottom: 100px;
    background: #f6f8fb url(../images/main-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.main-l {
    width: 48.8%;
}

.main-r {
    width: 47%;
}

.title {
    position: relative;
    align-items: center;
}

.title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #035d9f;
}

.title h2 {
    font-size: 0;
}

.title h2 span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 45px;
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    color: #035d9f;
    cursor: pointer;
}

.title h2 span.on {
    background: url(../images/tit-bg.png) no-repeat left top;
    background-size: cover;
    font-size: 24px;
    color: #fff;
}

.title h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #035d9f;
}

.title h2 span:first-child:after {
    display: none;
}

.title .more a {
    padding-right: 40px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 16px;
    color: #035d9f;
    display: none;
}

.title .more a:hover {
    text-decoration: underline;
}

.title .more a.on {
    display: inline-block;
}

.box1 {
    position: relative;
    margin-top: 40px;
}

.box1 .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.box1 .box.on {
    opacity: 1;
    z-index: 1;
}

.box-l {
    position: relative;
    width: 385px;
}

.box1-qh {
    position: relative;
}

.box1-qh a {
    display: block;
    padding-bottom: 45px;
}

.box1-qh a .pic {
    padding-top: 67.27%;
}

.box1-qh a .text h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 18px;
    color: #035d9f;
    font-weight: normal;
}

.box1-qh a:hover .text h2 {
    text-decoration: underline;
}

.box1-qh a .text p {
text-indent: 2em;
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    height: 112px;
    overflow: hidden;
}

.box1-qh .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 77px;
    height: 25px;
}

.box1-qh .slick-dots li {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
}

.box1-qh .slick-dots li .dot-page {
    font-size: 16px;
    color: #666666;
    z-index: -1;
    opacity: 0;
}

.box1-qh .slick-dots li .dot-page span {
    font-size: 18px;
    color: #035d9f;
    padding-right: 5px;
}

.box1-qh .slick-dots li .dot-page b {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    padding-left: 5px;
}

.box1-qh .slick-dots li.slick-active .dot-page {
    z-index: 1;
    opacity: 1;
}

.box-r {
    width: 325px;
}

.box-r ul li {
    margin-bottom: 30px;
    border-left: 1px solid #d3e2ee;
    padding-left: 20px;
}

.box-r ul li:last-child {
    margin-bottom: 0;
}

.box-r ul li a {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.box-r ul li:hover a p {
    text-decoration: underline;
    color: #0161a8;
}

.box-r ul li span {
    display: block;
    font-size: 16px;
    color: #3d5c73;
    margin-top: 11px;
}

.s2-state {
    position: absolute;
    width: 77%;
    max-width: 1190px;
    bottom: 10px;
}

.s2-state div {
    max-width: 905px;
    height: 1px;
    background-color: #b9c6cf;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    height: 3px;
    bottom: 0;
    width: 0;
    background: #0161a8;
    transition: all 0.3s;
}

.main-r .box2 ul {
    margin-top: 15px;
    display: none;
}

.main-r .box2 ul li {
    transition: all .3s;
    border-radius: 5px;
    overflow: hidden;
}

.main-r .box2 ul li a {
    position: relative;
    display: block;
    padding: 27px 0;
  border-top: 1px dotted #8bb2cf;
    transition: all .3s;
}

.main-r .box2 ul li:first-child a {
border-top: 1px solid transparent;
}

.main-r .box2 ul li:nth-child(4) a {
    border-bottom: 1px dotted #8bb2cf;
}
.main-r .box2 ul li:hover:nth-child(4) a {border-bottom: 1px solid transparent;}
.main-r .box2 ul li:hover {
    box-shadow: 0px 18px 24px 0px rgba(3, 80, 137, 0.11);
}

.main-r .box2 ul li:hover a {
    background: url(../images/main-r.png) no-repeat center bottom;
    background-size: cover;
    border-top: 1px solid transparent;
}

.main-r .box2 ul li:hover+li a {
    border-top: 1px solid transparent;
}

.main-r .box2 ul li a #lizip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.main-r .box2 ul li a #lizi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.main-r .box2 ul li a #lizi canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important;
}

.main-r .box2 ul li a .date {
    float: left;
    width: 100px;
    text-align: center;
}

.main-r .box2 ul li a .date p {
    font-size: 30px;
    color: #ba2a17;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-r .box2 ul li a .date span {
    font-size: 14px;
    color: #000;
}

.main-r .box2 ul li a .text {
    overflow: hidden;
    padding-left: 15px;
    border-left: 1px solid #b8cfe0;
}

.main-r .box2 ul li a .text h2 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.main-r .box2 ul li a .text p {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.main-r .box2 ul.on {
    display: block
}

.main-r .box2 ul li:hover a .text {
    padding-right: 30px;
}

.main-r .box2 ul li:hover a .text h2 {
    font-size: 20px;
    color: #035d9f;
}