/*头部区域*/

.header {
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
}

.w1330 {
    width: 1330px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    margin-top: 20px;
}

.header .logo img {
    height: 40px;
}


/*导航区域*/

.nav {
    float: right;
}

.nav ul {
    float: left;
    overflow: hidden;
}

.nav li {
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav li a {
    color: #fff;
    padding: 0 20px;
    display: block;
}

.nav .head_dl {
    display: block;
    width: 70px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    float: left;
    margin-top: 22px;
}

.m_nav_icon {
    display: none;
}


/*banner区域*/

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.m_banner {
    display: none;
}


/*快捷区域*/

.quick_list {
    display: table;
    margin: 0 auto;
    margin-top: -34px;
    position: relative;
    z-index: 9;
}

.quick_list li {
    float: left;
    width: 460px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    background: #fff;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.quick_list li:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.quick_list li:last-child {
    margin-right: 0;
}

.quick_list li a {
    display: block;
}

.quick_list li img {
    margin-right: 10px;
}


/*第一块区域*/

.section {
    width: 100%;
}

.section.page1 {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #fff;
}

.section .section_tit {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.section .section_tit h6 {
    font-size: 30px;
    color: #333;
}

.section .section_tit p {
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
    line-height: 24px;
    margin: 10px 0;
}

.about_text {
    width: 100%;
    overflow: hidden;
}

.about_text img,
.about_text p img {
    max-width: 100%;
}

.about_text p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-bottom: 15px;
    /*text-indent: 2em;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.about_text p:last-child {
    margin-bottom: 0;
}


/*第二块区域*/

.section.page2,
.section.page4 {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #f2f2f2;
}

.guest_list {
    margin: 0 -10px;
}

.guest_list li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    float: left;
}

.guest_list li .item_section {
    padding: 12px 10px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 165px;
}

.guest_list li .item_section img {
    width: 100%;
    height: 275px;
}

.guest_list li .item_section .item_cont {
    overflow: hidden;
    margin: 15px 0;
    margin-bottom: 5px;
}

.guest_list li .item_section .item_cont h6 {
    font-size: 18px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guest_list li .item_section .item_cont .item_zw {
    margin: 10px 0;
}

.guest_list li .item_section .item_cont p {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/*第三块区域*/

.section.page3,
.section.page5 {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #fff;
}

.section.page5 {
    padding-top: 50px;
}

.timeline {
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.timeline:before {
    content: "";
    position: absolute;
    left: 17px;
    top: 24px;
    bottom: 0;
    width: 1px;
    background: #e3e5ea;
}

.timeline .timeline_entry {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.timeline .timeline_entry:last-child {
    margin-bottom: 0;
}

.timeline .timeline_entry .timeline_left {
    width: 35px;
    float: left;
    margin-top: 3px;
    position: relative;
}

.timeline .timeline_entry .timeline_left .timeline_icon {
    width: 15px;
    margin: 0 auto
}

.timeline .timeline_entry .timeline_right {
    width: 96%;
    float: right;
}

.timeline .timeline_entry .timeline_right h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.timeline .timeline_entry .timeline_right ul {
    width: 100%;
    overflow: hidden;
}

.timeline .timeline_entry .timeline_right ul li {
    overflow: hidden;
    margin: 0 -10px;
    margin-bottom: 10px;
}

.timeline .timeline_entry .timeline_right ul li:last-child {
    margin-bottom: 0;
}

.timeline .timeline_entry .timeline_right ul li span {
    display: block;
    float: left;
    padding: 0 10px;
    width: 33.33%;
    font-size: 16px;
    color: #333;
}


/*第四块区域*/

.section.page4 {
    padding-bottom: 60px;
}

.address_section {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.address_section .address_left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 67%;
}

#allmap,
.address_section .address_left iframe {
    width: 100%;
    height: 100%;
}

.address_right {
    width: 40%;
    float: right;
    height: 100%;
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
    position: relative;
}

.address_text {
    padding-left: 93px;
    padding-right: 50px;
    padding-top: 20%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.address_text_section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}

.address_text .address_text_section h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.address_text .address_text_section h6 img {
    margin-right: 10px;
}

.address_text .address_text_section p {
    font-size: 16px;
    color: #fff;
}

.address_text .address_text_section li {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

.address_text .address_text_section li lable {
    display: block;
    float: left;
    width: 15%;
    line-height: 30px;
}

.address_text .address_text_section li .item_cont {
    float: right;
    width: 85%;
}


/*友情链接区域*/

.link_slide {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.link_slide .swiper-slide {
    display: table;
    text-align: center;
}

.link_slide .swiper-slide a {
    display: table-cell;
    vertical-align: middle;
}

.link_slide .swiper-slide img {
    max-width: 100%;
    height: 40px;
}
.link_slide ul{
    margin: 0 -10px;
}
.link_slide .link_list2 li{
    float: left;
    width: calc(100% / 6);
    padding: 0 10px;
    margin-bottom: 15px;
    text-align: center;
}
.link_slide .logo_first li{
    display: inline-block;
    width: calc(100% / 6);
    padding: 0 10px;
    margin: 0 -1px;
    margin-bottom: 15px;
    text-align: center;
}
.link_slide li img ,.link_slide .logo_first li{
    max-width: 100%;
    height: 40px;
}

.footer {
    width: 100%;
    overflow: hidden;
    padding: 48px 0;
    text-align: center;
}

.footer p {
    font-size: 16px;
    color: #fff;
}

.page_list_section {
    background: #fff;
    margin-top: -150px;
    min-height: calc(100vh - 432px);
    position: relative;
    z-index: 9;
}

h6.page_title {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin: 30px 0;
}

.first_list li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.first_list li .item_img {
    width: 280px;
    position: relative;
    float: left;
}

.first_list li .item_img img {
    margin-left: 20px;
    max-width: 100%;
    width: 260px;
    height: 160px;
}

.first_list li .item_img .item_time {
    position: absolute;
    top: 15px;
    left: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 7px 0;
}

.first_list li .item_img .item_time span {
    display: block;
    color: #fff;
}

.first_list li .item_img .item_time span.date {
    font-size: 18px;
}

.first_list li .item_img .item_time span.year {
    font-size: 16px;
}

.first_list li .item_cont {
    width: 73%;
    float: right;
    margin-top: 20px;
}

.first_list li .item_cont h6 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.first_list li .item_cont p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.first_list li .item_cont p.more {
    font-size: 14px;
}

.first_list li .item_cont p.m_time {
    display: none;
}

.page_section {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    position: relative;
    z-index: 9;
    margin-top: -150px;
    min-height: calc(100vh - 462px);
    background: #fff;
}

.page_section_title {
    padding: 0 20px;
    overflow: hidden;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.page_cont {
    padding: 0 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.news_text_section {
    padding: 15px 0;
}

.news_text_section p img,
.news_text_section img {
    max-width: 100%;
}

.NewsPages {
    border-top: 1px solid #eee;
}

.NewsPages a {
    display: block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list {
    padding: 0 20px;
    margin-bottom: 20px;
}

.two_list,
.two_list li {
    width: 100%;
    overflow: hidden;
}

.two_list li {
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.two_list li a {
    display: block;
    float: left;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li .time {
    float: right;
    color: #999;
}

.three_list,
.four_list,
.five_list {
    padding: 0 30px;
    margin: 0 -17px;
}

.three_list li,
.four_list li,
.five_list li {
    float: left;
    margin-bottom: 30px;
    padding: 0 17px;
    width: 25%;
}

.five_list li {
    margin-bottom: 20px;
}

.three_list li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.four_list li img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}
.four_list li{
    height: 105px;
}

.four_list li p.item_tit {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.four_list li p.item_info{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.five_list li img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

.five_list li p {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width:0px) and (max-width:1560px) {}

@media screen and (min-width:0px) and (max-width:1410px) {
    .w1330,
    .w1200 {
        width: 90%;
    }
    .nav li a {
        padding: 0 13px;
    }
    .head_dl {
        margin-left: 10px;
    }
    .quick_list li {
        width: auto;
        padding: 0 13px;
    }
}

@media screen and (min-width:0px) and (max-width:1325px) {
    .header {
        height: 65px;
    }
    .header .logo {
        margin-top: 14px;
    }
    .nav li {
        line-height: 65px;
    }
    .nav li,
    .nav .head_dl {
        font-size: 16px;
    }
    .nav li a {
        padding: 0 6px;
    }
    .nav .head_dl {
        width: 60px;
        height: 32px;
        line-height: 32px;
        margin-top: 15px;
    }
    .quick_list li {
        font-size: 20px;
        line-height: 70px;
    }
    .section.page1,
    .section.page2,
    .section.page3,
    .section.page4,
    .section.page5 {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .section .section_tit h6 {
        font-size: 26px;
    }
    .guest_list li .item_section img {
        height: 258px;
    }
    .first_list li .item_cont {
        width: 69%;
    }
    h6.page_title {
        margin: 50px 0;
    }
}

@media screen and (min-width:0px) and (max-width:1305px) {
    .address_text .address_text_section li lable {
        width: 17%;
        font-size: 14px;
    }
    .address_text .address_text_section li .item_cont {
        width: 83%;
    }
    .address_text .address_text_section p {
        font-size: 14px;
    }
}

@media screen and (min-width:0px) and (max-width:1200px) {
    .guest_list li .item_section img {
        height: 243px;
    }
    .address_right {
        width: 45%;
    }
    .first_list li .item_cont {
        width: 65%;
    }
}

@media screen and (min-width:0px) and (max-width:1080px) {
    .header .logo {
        margin-top: 20px;
    }
    .header .logo img {
        height: 30px;
    }
    .nav li,
    .nav .head_dl {
        font-size: 14px;
    }
    .guest_list li .item_section img {
        height: 215px;
    }
}

@media screen and (min-width:0px) and (max-width:1060px) {
    .address_right {
        width: 55%;
    }
    .first_list li .item_cont {
        width: 65%;
    }
}

@media screen and (min-width:0px) and (max-width:990px) {
    .timeline .timeline_entry .timeline_right {
        width: 93%;
    }
}

@media screen and (min-width:0px) and (max-width:950px) {
    .header {
        height: 50px;
    }
    .header .logo {
        margin-top: 12px;
    }
    .header .logo img {
        height: 20px;
    }
    .nav li {
        line-height: 50px;
    }
    .nav li a {
        padding: 0 4px;
    }
    .nav li,
    .nav .head_dl {
        font-size: 12px;
    }
    .nav .head_dl {
        margin-top: 10px;
    }
    .quick_list li {
        font-size: 16px;
        line-height: 65px;
        padding: 0 22px;
    }
    .guest_list li .item_section img {
        height: 185px;
    }
    .first_list li .item_cont {
        width: 58%;
    }
}

@media screen and (min-width:0px) and (max-width:890px) {
    .address_right {
        width: 65%;
    }
    .footer {
        padding: 35px 15px;
    }
    .footer p {
        font-size: 14px;
    }
    .first_list li .item_img {
        width: 30%;
    }
    .first_list li .item_img img {
        width: 91%;
        height: 127px;
    }
    .first_list li .item_cont {
        margin-top: 0;
        width: 66%;
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .w1330 {
        width: 100%;
    }
    .header {
        padding: 0 15px;
        height: 45px;
    }
    .header .logo {
        margin-top: 12px;
    }
    .header .logo img {
        height: 25px;
    }
    .m_nav_icon {
        display: block;
        float: right;
        width: 25px;
        margin-top: 14px;
        position: relative;
    }
    .m_nav_icon img {
        width: 100%;
    }
    .nav {
        display: none;
    }
    .m_nav_list {
        padding: 0 10px;
        position: absolute;
        right: -10px;
        width: 150px;
        top: 25px;
        border-radius: 10px;
        display: none;
    }
    .m_nav_list li {
        padding: 10px 0;
        text-align: center;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .m_nav_list li a {
        display: block;
    }
    .m_nav_list li:last-child {
        border-bottom: 0;
    }
    .pc_banner {
        display: none;
    }
    .m_banner {
        display: block;
    }
    .quick_list {
        width: 100%;
        text-align: center;
        margin-top: -24px;
    }
    .quick_list li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        font-size: 16px;
        margin-right: 4%;
        text-align: center;
    }
    .quick_list li:nth-child(2n+2) {
        margin-right: 0;
    }
    .section.page1,
    .section.page2,
    .section.page3,
    .section.page4,
    .section.page5 {
        padding: 15px 0;
    }
    .section .section_tit h6 {
        font-size: 20px;
    }
    .section .section_tit p {
        font-size: 14px;
        margin: 5px 0;
    }
    .guest_list {
        margin-top: 10px;
    }
    .guest_list li {
        width: 50%;
    }
    .guest_list li .item_section img {
        height: 327px;
    }
    .timeline,
    .address_section {
        margin-top: 5px;
    }
    .address_section {
        height: auto;
    }
    .address_section .address_left {
        position: relative;
        width: 100%;
        /*height: 200px;*/
    }
    .address_right {
        width: 100%;
        float: none;
        height: auto;
        background: #383838;
    }
    .address_text {
        padding: 15px 30px;
        overflow: hidden;
    }
    .address_text_section {
        margin-bottom: 15px;
    }
    .address_text_section:last-child {
        margin-bottom: 0;
    }
    .address_text .address_text_section h6 {
        font-size: 16px;
    }
    .address_text .address_text_section li lable {
        width: 8%;
    }
    .address_text .address_text_section li .item_cont {
        width: 91%;
    }
    .footer {
        padding: 15px;
    }
    .footer p {
        font-size: 12px;
    }
    h6.page_title {
        margin: 25px 0;
        font-size: 20px;
    }
    .page_section,
    .page_list_section {
        margin-top: -100px;
    }
    .page_section{
        min-height: calc(100vh - 175px);
    }
    .two_list {
        padding: 0 15px;
    }
    .two_list li a {
        max-width: 68%;
    }
    .three_list,
    .four_list,
    .five_list {
        padding: 0 15px;
        margin: 0 -10px;
    }
    .three_list li,
    .four_list li,
    .five_list li {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .three_list li img {
        height: 93px;
    }
    .four_list li img {
        height: 112px;
    }
    .four_list li p {
        font-size: 16px;
        line-height: 20px;
    }
    .five_list li img {
        height: 187px;
    }
    .five_list li p {
        font-size: 16px;
        line-height: 20px;
    }
    .link_slide li{
        width: calc(100% / 5);
    }
    .scroll_table {
        overflow-x: auto;
    }
    .scroll_table table td {
        white-space: nowrap;
    }
}

@media screen and (min-width:0px) and (max-width:500px) {
    .guest_list li .item_section img {
        height: 162px;
    }
    .timeline .timeline_entry .timeline_right {
        width: 89%;
    }
    .address_text .address_text_section li lable {
        width: 16%;
    }
    .address_text .address_text_section li .item_cont {
        width: 84%;
    }
    .footer p {
        line-height: 25px;
    }
    .first_list li {
        margin-bottom: 20px;
    }
    .first_list li .item_img {
        width: 40%;
    }
    .first_list li .item_img .item_time {
        display: none;
    }
    .first_list li .item_img img {
        margin-left: 0;
        width: 100%;
        height: 93px;
    }
    .first_list li .item_cont {
        width: 56%;
    }
    .first_list li .item_cont h6 {
        font-size: 14px;
    }
    .first_list li .item_cont p {
        font-size: 12px;
        margin-top: 5px;
        line-height: 23px;
    }
    .first_list li .item_cont p.more {
        display: none;
    }
    .first_list li .item_cont p.m_time {
        display: block;
    }
    .pages {
        margin-bottom: 20px;
    }
    .pages .pagination li {
        width: auto;
        padding: 5px 15px;
        line-height: 25px;
        height: auto;
    }
    .pages .pagination li.prev,
    .pages .pagination li.next {
        width: auto;
        padding: 5px 10px;
        line-height: 25px
    }
    .pages .form {
        display: none;
    }
    .page_section {
        margin: 20px 0;
    }
    .page_section_title {
        line-height: 45px;
    }
    .page_cont {
        padding-bottom: 10px;
    }
    .page_cont .timeline {
        margin-bottom: 15px;
    }
    .TextTitle {
        padding: 10px 0;
    }
    .TextTitle h6 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .TextTitle .news_fx {
        display: none;
    }
    .NewsPages {
        padding-top: 10px;
    }
    .NewsPages a {
        width: 100%;
        max-width: 100%;
        line-height: 35px;
    }
    .timeline .timeline_entry .timeline_right ul li {
        margin: 0;
        margin-bottom: 10px;
    }
    .timeline .timeline_entry .timeline_right ul li span {
        font-size: 14px;
        line-height: 25px;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .timeline .timeline_entry .timeline_right ul li span.huiyi_name {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .timeline .timeline_entry .timeline_right ul li span.huiyi_xm {
        width: 20%;
    }
    .section.page4 .w1200 {
        width: 100%;
    }
    .section.page4 {
        padding: 0;
    }
    .timeline .timeline_entry .timeline_right ul li span.time {
        display: none;
        width: 22%;
    }
    .link_slide ul{
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .link_slide li,.link_slide .logo_first li{
        display: block;
        margin: 0 -2px;
        margin-bottom: 15px;
        width: calc(100% / 3);
        height: 50px;
    }
    .link_slide li a,.link_slide .logo_first li a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    .link_slide li img,
    .link_slide .logo_first img{
        max-width: 100%;
        max-height: 90%;
        height: auto;
    }
    .page_section,
    .page_list_section {
        margin-top: 20px;
    }
    .page_list_section{
        min-height: calc(100vh - 175px);
    }
    .three_list li,
    .five_list li {
        width: 33.33%;
    }
    .three_list li img {
        height: 62px;
    }
    .four_list li{
        width: 50%;
    }
    .four_list li img {
        height: 75px;
    }
    .four_list li p,
    .five_list li p {
        font-size: 14px;
    }
    .five_list li img {
        height: 125px;
    }
}

@media screen and (min-width:0px) and (max-width:375px) {
    .guest_list li .item_section .item_cont h6 {
        font-size: 16px;
    }
    .guest_list li .item_section .item_cont p {
        line-height: 25px;
        font-size: 12px;
    }
    .guest_list li .item_section .item_cont .item_zw {
        margin: 5px 0;
    }
    .guest_list li .item_section img {
        height: 144px;
    }
    .wrap_red .timeline .timeline_entry .timeline_right h6 {
        font-size: 18px;
    }
    .timeline .timeline_entry .timeline_right ul li span {
        font-size: 14px;
    }
    .address_text .address_text_section li lable {
        width: 100%;
        font-size: 14px;
        float: none;
    }
    .address_text .address_text_section li .item_cont {
        float: none;
        width: 100%;
    }
    .address_text .address_text_section p {
        font-size: 12px;
        line-height: 25px;
    }
    .footer p {
        line-height: 20px;
    }
    h6.page_title {
        margin: 15px 0;
        font-size: 18px;
    }
    .timeline .timeline_entry .timeline_right {
        width: 88%;
    }
    .timeline .timeline_entry .timeline_right ul li span:nth-child(1) {
        width: 28%;
    }
}

@media screen and (min-width:0px) and (max-width:350px) {
    .page_section,
    .page_list_section {
        margin-top: 20px;
    }
    .guest_list li .item_section img {
        height: 118px;
    }
    .timeline .timeline_entry .timeline_right {
        width: 85%;
    }
    .timeline .timeline_entry .timeline_right ul li span {
        padding: 0 3px;
    }
    .timeline .timeline_entry .timeline_right ul li span:nth-child(1) {
        width: 30%;
    }
    .three_list li img {
        height: 44px;
    }
    .four_list li,
    .five_list li,
    .three_list li {
        margin-bottom: 10px;
    }
    .four_list li img {
        height: 54px;
    }
    .four_list li p {
        margin-top: 5px;
        height: 36px;
        font-size: 12px;
        line-height: 18px;
    }
    .five_list li img {
        height: 90px;
    }
    .five_list li p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
    }
}
