.row {
    display: flex;
    justify-content: space-between;
}

.row .left {
    width: 790px;
}

.inModule {
    width: 1200px;
    margin: 30px auto;
}

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

.inModuleOne {
    width: 380px;
    height: 320px;
}

.a {
    height: 320px;
}

.strategy {
    width: 790px;
    margin-top: 38px;
}

.strategy .strategy-box {
    display: flex;
    justify-content: space-between;
}

.strategy .hotspot {
    width: 380px;
    padding: 25px 0 26px 0;
    border-bottom: 1px dashed #EBEBEB;
}

.strategy .hotspot:last-child {
    border: 0;
}

.strategy .hotspot li {
    margin-top: 16px;
}

.strategy .hotspot li:first-child {
    margin: 0;
}

.strategy .hotspot li:nth-child(1) a {
    display: flex;
    align-items: center;
    position: relative;
}

.strategy .hotspot li:nth-child(1) a div {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 22px;
    width: 38px;
    height: 22px;
    background: #BC0E0E;
    text-align: center;
    margin-right: 14px;
}

.strategy .hotspot li:nth-child(1) a p {
    font-size: 15px;
    color: #BC0E0E;
    line-height: 18px;
    flex: 1;
}

.strategy .hotspot li a img {
    position: absolute;
    left: 10%;
}

.strategy .hotspot li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strategy .hotspot li a div {
    width: 38px;
    height: 22px;
    background: #FFFFFF;
    color: #333333;
    line-height: 22px;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    text-align: center;
    margin-right: 14px;

}

.strategy .hotspot li a p {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin-right: 20px;
    flex: 1;
}

.strategy .hotspot li a span {
    font-size: 13px;
    color: #999999;
    line-height: 15px;
}

.strategy .strategy-img {
    width: 380px;
    margin-top: 20px;
}

.strategy .strategy-img a {
    position: relative;
}

.strategy .strategy-img a img {
    width: 380px;
    height: 210px;
    display: block;
}

.strategy .strategy-img a .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: space-evenly;
}

.strategy .strategy-img a .info div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strategy .strategy-img a .info div p {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
}

.strategy .strategy-img a .info div .date {
    color: #FFFFFF;
    line-height: 14px;
    font-size: 12px;
}

.strategy .strategy-img .info p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
}

.strategy .strategy-img .strategy-img-er {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.strategy .strategy-img .strategy-img-er a {
    position: relative;
    width: 48%;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);

}

.strategy .strategy-img .strategy-img-er a img {
    width: 100%;
    height: 125px;
    display: block;
}

.strategy .strategy-img .strategy-img-er a .info {
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    top: 95px;
}

.lunbo {
    width: 380px;
    height: 240px;
}

.lunbo .swiper-slide {
    width: 380px;
    height: 240px;
    position: relative;
}

.lunbo .swiper-slide img {
    width: 380px;
    height: 240px;
}

.inTwoTxt {
    position: absolute;
    bottom: 0;
    text-indent: 16px;
    width: 380px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}

.inTwoTxt a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    color: #ffffff;
}

.swiper-button-next img {
    width: 20px;
    height: 40px;
}

.swiper-button-prev img {
    width: 20px;
    height: 40px;
}

.swiper-button-prev img {
    transform: rotateY(180deg);
}

.lunbo2 {
    width: 380px;
    margin-top: 20px;
}

.buttonImg {
    width: 380px;
    display: flex;
    justify-content: space-between;
}

.lunbo2 .swiper-slide {
    width: 85px;
    height: 60px;
}

.lunbo2 .swiper-slide img {
    width: 85px;
    height: 60px;
}

.inModuleTwo {
    width: 380px;
}

.inModuleTwo .tabulation-top {
    border-bottom: 1px solid #EBEBEB;
}

.inModuleTwo .tabulation-top li {
    text-align: center;
    padding: 18px 0;
}

.inModuleTwo .tabulation-top li:first-child {
    border: 0;
    padding: 0;
}

.inModuleTwo .tabulation-top li .text a {
    font-size: 19px;
    font-weight: bold;
    color: #BC0E0E;
    line-height: 22px;
}

.inModuleTwo .tabulation-top li .desc {
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    font-size: 14px;
    margin-top: 18px;
}

.tabulation li {
    padding-top: 18px;
}

.tabulation li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabulation li a img {
    width: 6px;
    height: 6px;
    margin-right: 8px;
}

.tabulation li a p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    flex: 1;
}

.tabulation li a span {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
}

.comTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.comTit .titOne {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
}

.comTit .titOne img {
    width: 16px;
    height: 16px;
}

.comTit .titTwo {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    flex: 1;
    margin-left: 10px;
}

.comTit a img {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.comTit a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.release li {
    margin-top: 16px;
}

.release li:first-child {
    margin-top: 20px;
}

.release li .info-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.release li .info-top img {
    width: 6px;
    height: 6px;
    margin-right: 6px;
}

.release li .info-top span {
    font-size: 12px;
    color: #999999;
    line-height: 14px;
}

.release li .info-bot {
    display: flex;
    padding: 14px 10px;
    background: #F9F9F9;
    align-items: center;
    justify-content: space-between;
}

.release li .info-bot div .title {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
}

.release li .info-bot div .desc {
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    margin-top: 9px;
}

.release li .info-bot img {
    width: 70px;
    height: 50px;
    display: block;
}

.course-list li a {
    display: flex;
    margin: 20px 0;
}

.course-list li a .course-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: #F9F9F9;
    padding: 0 15px;
}

.course-list li a .course-info .title {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.course-list li a .course-info .desc {
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    margin: 0px 0 23px 0;
}

.course-list li a .course-info div {
    display: flex;
}

.course-list li a .course-info div img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.course-list li a .course-info div span {
    font-size: 13px;
    color: #999999;
    line-height: 15px;
}

.course-list li a img {
    width: 170px;
    height: 110px;
    display: block;
}

.inModuleBottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.inModuleTwo .inImg {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.inModuleTwo .inImg a {
    display: block;
    width: 180px;
    height: 120px;
    position: relative;

}

.inModuleTwo .inImg img {
    width: 180px;
    height: 120px;
}

.inModuleTwo .inImg a .icon {
    width: 30px;
    height: 30px;
    background: #FF4D00;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inModuleTwo .inImg a .icon img {
    width: 21px;
    height: 21px;
}

.inThree_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inThree_ul li a img {
    width: 6px;
    height: 6px;
}

.inThree_ul li .text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: 15px;
}

.inThree_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 50px;
    text-align: right;
}

.inThree_ul li {
    padding-top: 19px;
}

.inModuleThreee {
    width: 790px;
}

.inModuleThreee ul li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dashed #EBEBEB;
    position: relative;
}

.inModuleThreee ul li:last-child {
    border: 0;
}

.inModuleThreee ul li .text {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.inModuleThreee ul li .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
}

.inModuleThreee ul li .text .title::after {
    content: '';
    width: 57px;
    height: 2px;
    background: #BC0E0E;
    left: 0;
    top: 65px;
    position: absolute;
}

.inModuleThreee ul li .text .desc {
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}

.inModuleThreee ul li .text .icon {
    display: flex;
    align-items: center;
    gap: 24px;
}

.inModuleThreee ul li .text .icon div {
    display: flex;
}

.inModuleThreee ul li .text .icon div img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.inModuleThreee ul li .text .icon div span {
    font-size: 13px;
    color: #999999;
    line-height: 15px;
}

.inModuleThreee ul li .imgs img {
    width: 250px;
    height: 130px;
    display: block;
}

.inModuleFour {
    margin-top: 30px;
}

.inModuleFour ul {
    display: flex;
    margin-top: 15px;
}

.inModuleFour ul li {
    margin-right: 15px;
}

.inModuleFour ul li a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8C8C;
}

.body_position {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.body_position span {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.body_position span a {
    color: #999999;
    text-decoration: none;
}

.listModule {
    width: 1200px;
    margin: 0 auto;
}

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

.listOne_ul li {
    width: 385px;
    height: 230px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

.listOne_ul li .one {
    display: flex;
    align-items: center;
}

.listOne_ul li .one .time{
    color: #666;
   font-size: 14px
}

.listOne_ul li .img {
    width: 80px;
    height: 80px;
}

.listOne_ul li .img img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.listOne_ul li .info {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 20px;
}

.listOne_ul li .name {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
}

.listOne_ul li .date {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}

.listOne_ul li .score {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
}

.listOne_ul li .score img {
    width: 10px;
    height: 10px;
    margin-right: 2px
}

.listOne_ul li .two {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 28px;
    margin: 10px 0 11px 0;
}

.listOne_ul li .click {
    border-top: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BC0E0E;
}

.pagination {
    margin: 50px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px solid #DDDDDD;
    color: #555;
}

.pagination .active span {
    background-color: #BC0E0E;
    color: #fff;
}

.pagination .page-item:hover {
    background-color: #BC0E0E;
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent;
}

.pagination li a {
    display: inline-block;
    color: #666;
}

.pagination li a:hover {
    background-color: #BC0E0E;
    color: #fff;
    border: 1px solid #BC0E0E;
}

.infoModule {
    width: 1200px;
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: space-between;
}

.infoLeft {
    width: 790px;
}

.gameDetaOne {
    width: 790px;
    display: flex;
}

.areaImg img {
    width: 130px;
    height: 130px;
}

.arreaTXt {
    flex: 1;
    margin-left: 20px;
}

.arreaTXt h1 a {
    display: block;
    width: 300px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}

.arreaTxtOne {
    display: flex;
    justify-content: space-between;
    width: 640px;
    margin-top: 20px;
}

.arreaTxtOne div {
    width: 210px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.arreaBtn {
    display: flex;
    margin-top: 20px;
}

.arreaBtn a {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #BC0E0E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.arreaBtn a:last-child {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background-color: #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 30px;
}

.btnImg img {
    width: 21px;
    height: 24px;
    vertical-align: middle;
    margin-right: 20px;
}

.code {
    position: relative;
}

.code img {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: -100px;
    left: -140px;

}

.btnA:hover+.code img {
    display: block;
}

.arreaTxtOne img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.infoTwo {
    margin-top: 30px;
}

.article {
    padding: 15px 0;
}
.article h3 {
    margin: 15px 0
}
.article p {
    font-size: 16px;
    color: #777;
    line-height: 30px;
    font-family: Microsoft YaHei;
    text-indent: 32px;
    margin: 15px 0
}

.article p img {
    width: auto !important;
    max-width: 68%;
    height: auto;
    margin: 15px auto;
    display: block
}

.scrImg {
    width: 790px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

#prev img {
    transform: rotate(180deg);
}

.infoRight {
    width: 380px;
}

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

.newG_ul li {
    margin: 20px 0 5px 0;
    margin-right: 20px;
}

.newG_ul li:nth-of-type(4n+0) {
    margin-right: 0;
}

.newFlex {
    width: 68px;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.newImg {
    width: 68px;
    height: 68px;
}

.newImg img {
    width: 68px;
    height: 68px;
}

.newTxt {
    text-align: center;
    width: 68px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #2F2F2F;
}

.newFlex .click {
    width: 58px;
    height: 28px;
    background: #FFF5F5;
    border-radius: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BC0E0E;
    line-height: 30px;
    text-align: center;
}

.gameModule {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.detatitle {
    padding: 40px 0;
    margin-bottom: 10px;
    background: #F9F9F9;
}

.detatitle h1 {
    margin-bottom: 35px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.detainfo {
    display: flex;
    justify-content: space-around;
}

.detainfo div {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.switch {
    display: flex;
    justify-content: space-between;
}

.switch div a {
    width: 380px;
    height: 45px;
    line-height: 45px;
    text-indent: 32px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #999;
    background: #F8F8F8;
    border-radius: 5px;
}

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

.infoTwo_ul li a {
    display: flex;
    justify-content: space-between;
}

.infoTwo_ul li {
    width: 365px;
    margin-top: 20px;
}

.infoTwo_ul li .img {
    width: 95px;
    height: 60px;
}

.infoTwo_ul li .img img {
    width: 95px;
    height: 60px;
}

.infoTwo_ul li .info {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 19px;
    width: 100%;
}

.infoTwo_ul li .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
}

.infoTwo_ul li .date {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.strategy .hotspot {
    width: 380px;
    padding: 25px 0 26px 0;
    border-bottom: 1px dashed #EBEBEB;
}

.strategy .hotspot:last-child {
    border: 0;
}

.strategy .hotspot li {
    margin-top: 16px;
}

.strategy .hotspot li:first-child {
    margin: 0;
}

.strategy .hotspot li:nth-child(1) a {
    display: flex;
    align-items: center;
    position: relative;
}

.strategy .hotspot li:nth-child(1) a div {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 22px;
    width: 38px;
    height: 22px;
    background: #BC0E0E;
    text-align: center;
    margin-right: 14px;
}

/*  */
.infoTwo .hotspot {
    width: 380px;
    padding: 20px 0 24px 0;
    border-bottom: 1px dashed #EBEBEB;
}

.infoTwo .hotspot li {
    padding-top: 16px;
}

.infoTwo .hotspot li:first-child {
    padding-top: 0;
}

.infoTwo .hotspot:last-child {
    border: 0;
}

.infoTwo .hotspot li:nth-child(1) a {
    display: flex;
    align-items: center;
    position: relative;
}

.infoTwo .hotspot li:nth-child(1) a div {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 22px;
    width: 38px;
    height: 22px;
    background: #BC0E0E;
    text-align: center;
    margin-right: 14px;
}

.infoTwo .hotspot li:nth-child(1) a p {
    font-size: 15px;
    color: #BC0E0E;
    line-height: 18px;
}

.infoTwo .hotspot li a img {
    position: absolute;
    left: 37px;
}

.infoTwo .hotspot li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoTwo .hotspot li a div {
    width: 38px;
    height: 22px;
    background: #FFFFFF;
    color: #333333;
    line-height: 22px;
    font-size: 12px;
    border: 1px solid #D9D9D9;
    text-align: center;
    margin-right: 14px;
}

.infoTwo .hotspot li a p {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    margin-right: 20px;
    flex: 1;
}

.infoTwo .hotspot li a span {
    font-size: 13px;
    color: #999999;
    line-height: 15px;
}

/*  */
table {
    border-collapse: collapse;
    letter-spacing: 1px;
    font-family: sans-serif;
    margin-bottom: 30px;
}

td {
    border: 1px solid #D9D9D9;
    /* padding: 10px 30px; */
    height: 70px;
}

th {
    width: 1200px;
    padding: 0 60px;
    height: 60px;
}

td {
    text-align: center;
}

tr:nth-child(1) {
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
}

tr:nth-child(3) {
    background: #FFF9D1;
}

tr:nth-child(2),
tr:nth-child(4),
tr:nth-child(5),
tr:nth-child(6) {
    background: #FFF4F4;
}

table tr .date {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

table tr .info .body img {
    width: 44px;
    height: 44px;
    margin-right: 9px;
}

table tr .info .body {
    padding-left: 14px;
    display: flex;
    align-items: center;
}

table tr .info .body .text {
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

table tr .info .body .text div {
    display: flex;
}

table tr .info .body .text div img {
    width: 28px;
    height: 12px;
    margin-left: 8px;
}

table tr .info div .title {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}

table tr .info div .desc {
    font-size: 12px;
    color: #999999;
    line-height: 14px;
    text-align: left;
}

table tr .distinguish {
    font-size: 14px;
    color: #666666;
    line-height: 16px;
}

table tr .Android {
    color: #666666;
    line-height: 16px;
    font-size: 14px;

}

table tr .jiuyou {
    color: #666666;
    line-height: 16px;
    font-size: 14px;
}

table tr .download a {
    width: 110px;
    height: 36px;
    border: 1px solid #BC0E0E;
    font-size: 14px;
    color: #BC0E0E;
    line-height: 16px;
    padding: 9px 26px;
}

table tr .download a:hover {
    background: #BC0E0E;
    color: #FFFFFF;
}


.region {
    width: 1200px;
    margin: 0 auto 30px auto;
}

.region .region-top {
    background: url(/themes/default/common_cms/pc/assets/images/3568.png) no-repeat;
    background-size: 100%;
    padding-left: 42px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.region .region-top .title {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.region .region-top .title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}

.region .region-top .title span {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 19px;
}

.region .region-top .desc {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.region .region-top .desc img {
    width: 12px;
    height: 12px;
    padding-right: 8px;
}

.region .region-top .desc span {
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}

/*  */
/*  */
/*  */
/*  */
.inFour_ul li a {
    display: flex;
    justify-content: space-around;
}

.inFour_ul li .Time {
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    width: 100px;
    box-sizing: border-box;
    align-content: space-around;
    border-right: 1px solid #eee;
}

.inFour_ul li .date {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BC0E0E;
    text-align: center;
    width: 100%;
    padding-top: 10px;

}

.inFour_ul li .year {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
}

.inFour_ul li .info {
    width: 530px;
    height: 80px;
    position: relative;
    flex-wrap: wrap;
    align-content: space-between;
}

.inFour_ul li .title {
    width: 530px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333;
}

.inFour_ul li .text {
    width: 530px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #666;

}

.inFour_ul li .click {
    position: absolute;
    line-height: 25px;
    bottom: 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BC0E0E;
    background-color: #fff;
    width: 120px;
    text-align: right;
    right: 0;
}

.inFour_ul li .img {
    width: 130px;
    height: 80px;
}

.inFour_ul li .img img {
    width: 130px;
    height: 80px;
    border-radius: 5px;
}

.inFour_ul li {
    padding: 26px 0;
    border-bottom: 1px dashed #eee;
}

.inFour_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.inImgs{
    display: flex;
    justify-content:space-between;
    margin-top: 20px;
}
.inImgs .img{
    width: 48%;
}
.inImgs .img img{
    width: 100%;
    height: 150px;
}