@charset "utf-8";

/* 文字进入式下划线 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#166742, #166742);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 1s;
    font-weight: inherit;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

a:hover .titline {
    color: #166742;
}

/* 组件ID */
#info_list_1600_004 {
    font-size: 16px;
}

/* 组件样式 */
.info_list_1600_004 {
    background: #F7FAFD;
    padding: 60px 0;
}

.info_list_1600_004 .infolist16_4_wid {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.info_list_1600_004 .infolist16_4_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.info_list_1600_004 .infolist16_4_tit h2 {
    display: flex;
    align-items: center;
}

.info_list_1600_004 .infolist16_4_tit h2 span {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
    margin-left: 15px;
}

.info_list_1600_004 .infolist16_4_tit a {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #666666;
    padding-right: 20px;
}

.info_list_1600_004 .infolist16_4_l .infolist16_4_tit a {
    background-position: right center;
}

.info_list_1600_004 .infolist16_4_r .infolist16_4_tit a {
    background-position: right center;
}

.info_list_1600_004 .infolist16_4_l {
    width: 65.8%;
}

.info_list_1600_004 .infolist16_4_lc {
    display: flex;

}

.info_list_1600_004 .infolist16_4_ll {
    width: 465px;
    margin-right: 30px;
}

.info_list_1600_004 .infolist16_4_ll ul li a {
    display: block;
}

.info_list_1600_004 .infolist16_4_ll ul li a .modulepics {
    position: relative;
}

.info_list_1600_004 .infolist16_4_ll ul li a .modulepics .modulepic {
    padding-top: 66.59%;
}

.info_list_1600_004 .infolist16_4_ll ul li a .modulepics p {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #ffbb78;
    padding: 15px 5px;
}

.info_list_1600_004 .infolist16_4_ll ul li a .modulepics p b {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 5px;
}

.info_list_1600_004 .infolist16_4_ll ul li a .modulepics p span {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #FFFFFF;
}

.info_list_1600_004 .infolist16_4_ll ul li a .moduleinfo h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}

.info_list_1600_004 .infolist16_4_ll ul li a:hover .moduleinfo h3 {
    color: #AA361E;
}

.info_list_1600_004 .infolist16_4_lr {
    flex: 1;
    min-width: 0;
}

.info_list_1600_004 .infolist16_4_lr ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 18px;
    background: url(/images/infolist16_4_icon5.png) no-repeat;
    background-position: left center;
    position: relative;
}


.info_list_1600_004 .infolist16_4_lr ul li a p {
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    letter-spacing: 0em;
    color: #333333;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_list_1600_004 .infolist16_4_lr ul li a span {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #9E9E9E;
    margin-left: 15px;
}

.info_list_1600_004 .infolist16_4_lr ul li a:hover {
    background: url(/images/infolist16_4_icon6.png) no-repeat;
    background-position: left center;
}

.info_list_1600_004 .infolist16_4_lr ul li a:hover p {
    color: #AA361E;
}

.info_list_1600_004 .infolist16_4_lr ul li a:hover span {
    color: #9E9E9E;
}

.info_list_1600_004 .infolist16_4_r {
    width: 31.125%;
}

.info_list_1600_004 .infolist16_4_r ul {}

.info_list_1600_004 .infolist16_4_r ul li {
    position: relative;
}

.info_list_1600_004 .infolist16_4_r ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(/images/h1rbg.png) no-repeat center right/100% 100%;
    transition: all .6s;
}

.info_list_1600_004 .infolist16_4_r ul li:hover:after {
    width: 100%;
}

.info_list_1600_004 .infolist16_4_r ul li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 25px;
    z-index: 9;
    transition: all 0.6s;
}



.info_list_1600_004 .infolist16_4_r ul li .moduledate {
    position: relative;
    width: 65px;
    text-align: center;
    margin-right: 30px;
    z-index: 9;
}

.info_list_1600_004 .infolist16_4_r ul li .moduledate b {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    color: #AA361E;
    transition: all .6s;
}

.info_list_1600_004 .infolist16_4_r ul li .moduledate span {
    display: block;
    border: 1px solid #D6D6D6;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    color: #9E9E9E;
    margin-top: 5px;
    transition: all .6s;
}

.info_list_1600_004 .infolist16_4_r ul li .moduleinfo {
    flex: 1;
    min-width: 0;
}

.info_list_1600_004 .infolist16_4_r ul li .moduleinfo h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    max-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333333;
    transition: all .6s;
}

.info_list_1600_004 .infolist16_4_r ul li .moduleinfo h3 span {
    color: #A52F17;
}

.info_list_1600_004 .infolist16_4_r ul li:hover .moduleinfo h3 span {
    color: #FFBB78;
}

.info_list_1600_004 .infolist16_4_r ul li:hover {
    /* background: url(/images/h1rbg.png) no-repeat right center/100% 100%; */
}

.info_list_1600_004 .infolist16_4_r ul li:hover .moduledate b {
    color: #fff;
}

.info_list_1600_004 .infolist16_4_r ul li:hover .moduledate span {
    color: #fff;
    border-color: #fff;
}

.info_list_1600_004 .infolist16_4_r ul li:hover .moduleinfo h3 {
    color: #fff;
    /* font-weight: 600; */
}