* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: 'Microsoft YaHei';
}

body {
    font-family: 'Microsoft YaHei';
}

/* header */
header {
    position: relative;
    margin: auto;
    max-width: 1920px;
}

.nav {
    position: absolute;
    height: 105px;
    width: 100%;
    z-index: 3;
    background: transparent url(../images/nav-line.png) no-repeat bottom;
}

.navMid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 1200px;
    height: 105px;
}

.nav .right {
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
    width: 600px;
    height: 107px;
}

.nav .right li {
    width: 90px;
    line-height: 105px;
    text-align: center;
    box-sizing: border-box;
}

.navLiBlue {
    border-bottom: 4px solid rgb(36, 139, 255);
}

.nav .right li:hover {
    border-bottom: 4px solid rgb(36, 139, 255);
    transition: border-bottom 0.3s;
}

.nav .right a {
    color: white;
    font-size: 20px;
}

header .banner {
    height: 550px;
    max-width: 1920px;
    background: url(../images/listbanner.jpg);
    background-size: 100% 100%;
}

header .bannerMid {
    position: relative;
    margin: auto;
    width: 1300px;
    height: 552px;
    color: #EDEDED;
}

header .bannerMid img {
    position: absolute;
    top: 201px;
    left: 107px;
    width: 477px;
    height: 121px;
}

header .bannerMid .news {
    position: absolute;
    top: 201px;
    left: 123px;
    font-size: 43px;
}

header .bannerMid .title {
    position: absolute;
    top: 260px;
    left: 172px;
    font-size: 50px;
    /* font-weight: bold; */
}

/* tab */
.tab {
    /*position: relative;*/
    margin: auto;
    width: 1220px;
}

.tab .line {
    display: block;
     margin: auto;
     /*margin-top: 20px;*/
    width: 1220px;
    height: 2px;
}

.tab .line img{
    width: 100%;
}

.tab .more {
    /*position: absolute;*/
    /*top: 45px;*/
    /*left: 55px;*/
     margin: auto;
         margin-bottom: 12px;
    width: 1220px;
    display: block;
    color: rgb(176, 176, 176);
    font-size: 24px;
    z-index: 2;
}

.box4-1 {
    margin-right: 50px;
    color: rgb(176, 176, 176);
    font-size: 24px;
    z-index: 2;
}

/* content */
.content {
    margin: auto;
    /*padding-top: 19px;*/
    padding-bottom: 96px;
    max-width: 1920px;
    background: url(../images/list.jpg);
    background-size: 100% 100%;
}

.content .mid {
    position: relative;
    margin: auto;
    width: 1300px;
    height: 1066px;
}

/* boxmax */
.content .boxmax {
    position: absolute;
    top: 25px;
    left: 28px;
    padding: 0 10px 5px;
    width: 492px;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
}

.content .boxmax img {
    height: 282px;
    width: 100%;
    border-radius: 6px;
}

.content .boxmax .text {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.content .boxmax .title {
    color: #333;
    font-size: 16px;
}

.content .boxmax .title:hover {
    color: #076ce0;
}

.content .boxmax .con {
    margin-top: 14px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    /* 多行省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

/* box3 */
.boxthree {
    position: absolute;
    top: 25px;
    left: 524px;
    padding: 0 10px 5px;
    height: 431px;
    width: 757px;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
}

.boxthree a {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
}

.boxthree a:last-child {
    border-bottom: none;
}

.boxthree a img {
    width: 182px;
    height: 120px;
    border-radius: 6px;
}

.boxthree a .right {
    padding-left: 26px;
    width: 515px;
}

.boxthree a .right .title {
    color: #333;
    font-size: 16px;
}

.boxthree a .right .title:hover {
    color: #076ce0;
}

.boxthree a .right .con {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
    /* 多行省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

/* boxfour */
.boxfour {
    position: absolute;
    top: 502px;
    left: 20px;
    /*margin: 25px 0;*/
    padding: 0 10px 5px;
    width: 1260px;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
}

.boxfour ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boxfour a {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    margin-bottom: 21px;
    width: 595px;
    height: 154px;
    box-sizing: border-box;
    border-bottom: 1px solid #F0F0F0;
}

.boxfour a .left {
    width: 80px;
    border-right: 1px solid #F0F0F0;
    color: #626971;
}

.boxfour a .left .year {
    font-size: 24px;
}

.boxfour a .left .month {
    margin-top: 5px;
    font-size: 14px;
}

.boxfour a .right {
    padding-left: 20px;
    width: 515px;
}

.boxfour a .right .title {
    color: #333;
    font-size: 16px;
}

.boxfour a .right .title:hover {
    color: #076ce0;
}

.boxfour a .right .con {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 14px;
    /* 多行省略 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

/* footer */
footer {
    margin: auto;
    max-width: 1920px;
    height: 200px;
    background: url(../images/footer.jpg);
    background-size: 100% 100%;
}

.footerMid {
    margin: auto;
    width: 1300px;
    box-sizing: border-box;
}

.footerMid ul {
    display: flex;
    padding-top: 70px;
}

.footerMid li a {
    margin-right: 60px;
    font-size: 16px;
    color: #fff;
}

.dizhi {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.dizhi img {
    width: 25px;
    height: auto;
}

.dizhi span {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
}

.beian {
    margin: auto;
    max-width: 1920px;
    line-height: 75px;
    background-color: #1b1b1b;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.position{
     margin: auto;
     width: 1220px;
     padding-top: 5px;
     line-height: 40px;
     font-size: 14px;
     color: #666;
}

.position a {
    font-size: 14px;
    color: #666;
}