/*头部样式*/
.bannerList{
    padding: 100px 0;
    background-image: url(https://www.dgylec.com/static/web/images/latest-news.jpg);
}
.bannerList .titleBox .en_title {
    color: #296caf;
    font-family: "Lato", sans-serif;
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.bannerList .titleBox .tw_title {
    color: #373737;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3.04px;
    line-height: 1.47;
    position: relative;
}
.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 94px;
    height: 3px;
    background-color: #296caf;
    margin-top: 30px;
}
.bannerList .txt {
    color: #585858;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.6875;
    max-width: 490px;
}

/*主体*/

.newsInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 992px)
.newsInfoBox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 992px)
.newsInfoBox .dateBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.newsInfoBox .dateBox .date {
    line-height: 1;
    font-family: "Lato", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsInfoBox .dateBox span.txt {
    padding-right: 16px;
}
.newsInfoBox .dateBox span {
    color: #8c8c8c;
    font-size: 14px;
}

.newsInfoBox .dateBox .day {
    color: #505050;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-right: 6px;
}

.newsInfoBox .dateBox span {
    color: #8c8c8c;
    font-size: 14px;
}

.newsInfoBox .classTitle {
    color: #707070;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.3px;
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 7px 16px 8px;
    margin-bottom: 4px;
}
@media (max-width: 992px)
.newsInfoBox .classTitle {
    margin-bottom: 10px;
}
.newsInfoBox .classTitle {
    color: #ffffff;
    background-color: #296caf;
}

.articleTitle {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #dcdcdc;
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.textEditor {
    clear: both;
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.5;
    margin: initial;
    image-rendering: -webkit-optimize-contrast;
    font-family: "Poppins","Noto Sans TC",sans-serif;
}

.pageBox .pageList {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #cecece;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pageBox .pageList.prevnext li.prev {
    margin-right: auto;
}
@media (max-width: 640px)
.pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
}
@media (max-width: 480px)
.pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
}

.pageBox .pageList a {
    border: 1px solid #c2c2c2;
    color: #666;
    display: block;
    font-size: 15px;
}
.pageBox .pageList.prevnext a {
    width: 180px;
    height: 45px;
    font-weight: 300;
    line-height: 43px;
    padding: 0 20px;
    position: relative;
}
@media (max-width: 768px)
.pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
}
@media (max-width: 640px)
.pageBox .pageList.prevnext a {
    width: 100%;
}

.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    position: absolute;
}
.pageBox .pageList a.prevBtn::before {
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
 }
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
    top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn::before {
    left: 15px;
}

.pageBox .pageList.prevnext li.next {
    margin-left: auto;
}
.pageBox .pageList.prevnext a.nextBtn {
    margin-left: auto;
    text-align: left;
}

.pageBox .pageList.prevnext a.prevBtn {
    text-align: right;
}

.pageBox .pageList.prevnext a.nextBtn::before {
    right: 15px;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
    top: calc(50% - 5px);
}
.pageBox .pageList a.nextBtn::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    display: block;
    position: absolute;
}
