#main {
    padding: 35px 0;
    background: url(../images/mian-bg.png) no-repeat 90px center;
}

.sect1-l,
.sect2-l {
    float: left;
    width: 48%;
}

.sect1-r,
.sect2-r {
    float: right;
    width: 48%;
}

.title {
    line-height: 35px;
    overflow: hidden;
}

.title h2 {
    float: left;
    padding-left: 10px;
    border-left: 5px solid #2672c6;
    font-size: 30px;
    color: #333;
}

.title a {
    display: block;
    float: right;
    width: 70px;
    height: 25px;
    border: 1px solid #2672c6;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    color: #2672c6;
    border-radius: 15px;
}

.title a:hover {
    background-color: #2672c6;
    color: #fff;
}

.sect1-l ul {
margin:0 -15px;
    margin-top: 25px;
}

.sect1-l ul li {
  margin:0 15px;
}


.sect1-l ul li a {
    display: block;
}

.sect1-l ul li a .pic {
    padding-top: 62.5%;
}

.sect1-l ul li a .text {
    position: relative;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    padding: 20px;
}

.sect1-l ul li a .text h2 {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

.sect1-l ul li a .text p {
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.sect1-l ul li a .text .date {
    padding-left: 25px;
    background: url(../images/time.png) no-repeat left center;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.sect1-l ul li a .text .more {
    position: absolute;
    bottom: 25px;
    right: 20px;
    background: url(../images/gd.png) no-repeat center center;
    width: 45px;
    height: 7px;
}

.sect1-l ul li:hover a .text {
    background: #2672c6 url(../images/news-bg.png) no-repeat center bottom;
    border: 1px solid transparent;
}

.sect1-l ul li:hover a .text h2 {
    color: #fff;
}

.sect1-l ul li:hover a .text p {
    color: #fff;
}

.sect1-l ul li:hover a .text .date {
    background: url(../images/time-other.png) no-repeat left center;
    color: #fff;
}

.sect1-l ul li:hover a .text .more {
    background: url(../images/gd-other.png) no-repeat center center;
}

.sect1-r ul {
    margin-top: 25px;
}

.sect1-r ul li {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    padding-left: 115px;
}

.sect1-r ul li a {
    padding: 15px 0;
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.sect1-r ul li a .date {
    position: absolute;
    left: 0;
    top: 15px;
    color: #333;
    font-size: 14px;
    font-family: 'sySong';
}

.sect1-r ul li a .date::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 50px;
    width: 16px;
    height: 2px;
    background-color: #333333;
    transform: rotatez(-75deg);
}

.sect1-r ul li a .date p {
    font-size: 24px;
    line-height: 1;
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
}

.sect1-r ul li a .date span {
    display: inline;
    font-size: 14px;
    vertical-align: middle;
}

.sect1-r ul li a h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-r ul li a .text>p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    display: none;
}

.sect1-r ul li.on {
    padding-left: 0;
    margin-bottom: 15px;
}

.sect1-r ul li.on a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 35px;
    box-shadow: 0 0 10px #d5cdcd;
    background-color: #fff;
    border-top-right-radius: 30px;
}

.sect1-r ul li.on a .date {
    float: left;
    position: static;
    width: 80px;
    height: 80px;
    background-color: #2672c6;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    color: #fff;
}

.sect1-r ul li.on a .date p {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-right: 0;
}

.sect1-r ul li.on a .text {
    overflow: hidden;
    padding-left: 25px;
}

.sect1-r ul li.on a .text h2 {
    font-size: 18px;
    font-weight: bold;
    color: #2672c6;
}

.sect1-r ul li.on a .text p {
    display: block;
}

.sect1-r ul li.on a .date::after {
    display: none;
}

.sect2 {
    margin-top: 35px;
}

.list li {
    position: relative;
    line-height: 60px;
    border-bottom: 1px dashed #eeeeee;
    padding-left: 25px;
    padding-right: 100px;
    background: url(../images/list.png) no-repeat left center;
}

.list li a {
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #999;
}

.list li:hover a {
    color: #2672c6;
}

@media screen and (max-width:1200px) {
    .sect1-r ul li.on a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect1-r ul li a {
        padding: 10px 0;
    }
}

@media screen and (max-width:1000px) {
    .sect1-l,
    .sect2-l {
        float: none;
        width: auto;
    }
    .sect1-r,
    .sect2-r {
        float: none;
        width: auto;
    }
    #main {
        background: none;
    }
    .sect1-r {
        margin-top: 15px;
    }
}

@media screen and (max-width:700px) {
    #main {
        padding: 15px 0;
    }
    .title {
        line-height: 22px;
    }
    .title h2 {
        font-size: 20px;
    }
    .sect1-l ul li a .text .more {
        position: static;
        width: auto;
        margin: 10px;
        background-position: right center;
    }
    .sect1-l ul li a .text {
        padding: 10px;
    }
    .sect1-r ul li.on a {
        padding-left: 15px;
        padding-right: 20px;
    }
    .list li {
        padding-left: 15px;
        line-height: 40px;
    }
    .sect1-r ul li a .text>p {
        margin-top: 5px;
    }
    .sect1-r ul li.on a .date p {
        font-size: 20px;
    }
    .sect1-r ul li a .date p {
        font-size: 16px;
    }
    .list li a {
        font-size: 14px;
    }
}