* {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
}

.wrapper {
    width: 1400px;
    height: 3170px;
    margin: auto;
    background: url("20210330001.jpg") no-repeat;
    overflow: hidden;
    position: relative;
}


.inner {
    width: 1000px;
    margin: 790px auto 0;
}

.box1 {
    height: 400px;
    margin-bottom: 275px;
}

.box2 ul {
    margin-left: -21px;
}

.box2 li {
    float: left;
    width: 183px;
    height: 310px;
    background: url("20210331002.png") no-repeat;
    margin-right: 21px;
    margin-bottom: 20px;
}

.box2 li img {
    width: 150px;
    height: 198px;
    border: 1px solid #817e7d;
}

.box2 li > div:first-child {
    width: 152px;
    margin: 11px auto 9px;
    position: relative;
}

.box2 li > div:first-child p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: rgba(24, 52, 116, .8);
}

.box2 li > div:first-child p a {
    color: #fff;
}

.box2 li .summary {
    width: 152px;
    margin: auto;
    line-height: 18px;
    text-indent: 2em;
    color: #666;
    font-size: 14px;
}

.box2 li .summary a {
    color: #666;
}

.flower {
    width: 182px;
    height: 144px;
    background: url("20210331001.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 620px;
}

.flower a {
    position: absolute;
    width: 114px;
    height: 20px;
    bottom: 34px;
    left: 36px;
}

.flower span {
    width: 180px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 11px;
    text-align: center;
    right: 0;
}

.news {
    overflow: hidden;
}

.pic {
    width: 700px;
    float: left;
    position: relative;
}

.pic img {
    width: 700px;
    height: 400px;
}

.pic p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
}

.pic a {
    color: #fff;
}

.main {
    width: 300px;
    float: right;
}

.main li {
    height: 133px;
    line-height: 28px;
    padding: 10px 15px 0;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main li:first-child + li {
    height: 134px;
}

.main li.on {
    background-color: #183474;
    color: #fff;
}

.main li:last-child{
    border-bottom: 0;
}