﻿
    h2.min_title {
    height: 90px;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-left: 32px;
    border-left: 8px solid #1E3E90;
    margin-bottom: 48px;
}
.main .main_content {
    width: 1200px;
    margin: 0 auto 40px;
}
.wrap_main .banner {
    display: none;
}
.min_1_con {
    display: flex;
    justify-content: space-between;
}
.model_img {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 40%);
    z-index: 2;
    top: 0;
    left: 0;
        display: flex;
    justify-content: center;
    align-items: center;
}


.min_1_con>a.img_box {
    display: block;
    width: 600px;
    margin-right: 30px;
    flex-shrink: 0;
}

.min_1_con>a.img_box img {
    width: 100%;
}

.min-center {
    width: 1492px;
    margin: 0 auto;
}

.Min {
    padding: 48px 0;
    position: relative;
    z-index: 1;
}

h2.min_title a {
    font-size: 46px;
    color: #000000;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

h2.min_title span {
    font-size: 62px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 90px;
    width: 100%;
}

.Min_1 h2.min_title span::after {
  content: "SYNOPSIS";
    width: 100%;
    height: 72px;
    background: linear-gradient(180deg, rgba(30, 62, 144, 0.2) 0%, rgba(30, 62, 144, 0) 100%);
    z-index: 1;
    position: absolute;
    left: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -15px;
}
.Min_3 h2.min_title span::after {
  content: "RESEARCH PROGRESS";
    width: 100%;
    height: 72px;
    background: linear-gradient(180deg, rgba(30, 62, 144, 0.2) 0%, rgba(30, 62, 144, 0) 100%);
    z-index: 1;
    position: absolute;
    left: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -15px;
}
.Min_2 h2.min_title span::after {
  content: "LATEST NEWS";
    width: 100%;
    height: 72px;
    background: linear-gradient(180deg, rgba(30, 62, 144, 0.2) 0%, rgba(30, 62, 144, 0) 100%);
    z-index: 1;
    position: absolute;
    left: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    bottom: -15px;
}
.min_1_con li a.title_type {
    display: none;
}

.min_1_con li {
    /* display: flex; */
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}

.min_1_con li a.img_box {
    width: 644px;
    height: 361px;
    display: block;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 64px;
    float: left;
}

.min_1_con li a.img_box img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.min_1_con li p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-indent: 2em;
}
.min_2_con {
    background: #FFFFFF;
    box-shadow: 0px 0 50px 0px rgba(30,62,144,0.05);
    padding: 40px 48px;
}

.min_2_con_top li {
    overflow: hidden;
}

.min_2_con_top li a.img_box {
    float: right;
    width: 578px;
    height: 312px;
    overflow: hidden;
    margin-left: 64px;
}

.min_2_con_top li a.img_box img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.min_2_con_top li a.title_type {
    font-weight: 600;
    font-size: 28px;
    /* color: #000000; */
    line-height: 33px;
    margin-bottom: 24px;
    /* display: inline-block; */
}

.min_2_con_top li p {font-weight: 400;font-size: 16px;color: #000000;line-height: 30px;margin-top: 20px;}

.min_2_con_top {
    margin-bottom: 48px;
}

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

.min_2_con_bottom ul li {
    width: 32%;
}

.min_2_con_bottom ul li a.title_type {
    font-weight: 600;
    font-size: 18px;
    /* color: #000000; */
    line-height: 23px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}

.min_2_con_bottom ul li p {
    font-weight: 400;
    font-size: 14px;
    color: #6B7176;
    line-height: 19px;
    word-break: break-all;
}
.min_3_con li .img_box {
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
}

.min_3_con li .img_box img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.min_3_con li a.title_type {
  font-weight: bold;
  font-size: 16px;
  /* color: #000000; */
  line-height: 21px;
  margin: 16px 0 71px;
  display: block;
  min-height: 42px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  position: relative;
  word-break: break-all;
}


.min_3_con li p {
    font-weight: 400;
    font-size: 16px;
    color: #6B7176;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swiper-container_5 {
    height: auto;
    overflow: hidden;
}
.Min a.details {
    display: block;
    margin-top: 40px;
    color: #1E3E90;
    transition: all 0.2s;
}
.Min_1 a.details {
    margin-top:20px;
}
.htmlContent {

}
.Min a.details:hover {
    font-weight: bold;
}
.min_3_con li a span.span_date {
    /* display: block; */
    position: absolute;
    bottom: -36px;
    left: 0;
    font-size: 16px;
    color: #1E3E90;
    line-height: 21px;
}

.min_3_con li a span.span_date::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    background: #1E3E90;
    bottom: -20px;
    left: 0;
}
.Min_4{
  background: url(/Sites/Uploaded/UserUpLoad/20240527/20240527163346.png) no-repeat;
  background-size: cover;
  height: 210px;
  position: relative;
  z-index: 1;
}
.Min_4 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 600;
    font-size: 32px;
    color: #1E3E90;
}

.Min_4 a img {
    margin-right: 10px;
}
.min_1_con li a.img_box:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.min_2_con_top li a.img_box:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.min_3_con li .img_box:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.swiper-button_5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 37px;
    height: 103px;
    cursor: pointer;
}

.swiper-button-prev_5 {
    left: -50px;
    background: url(/Content/Areas/Common/images/left1.png) no-repeat center;
}

.swiper-button-next_5 {
    right: -50px;
    background: url(/Content/Areas/Common/images/right1.png) no-repeat center;
}

.min_3_con {
    position: relative;
}

.swiper-button-next_5:hover{
    right: -50px;
    background: url(/Content/Areas/Common/images/right2.png) no-repeat center;
}
.swiper-button-prev_5:hover {
    left: -50px;
    background: url(/Content/Areas/Common/images/left2.png) no-repeat center;
}
.goBack{display: block !important;}
@media only screen and (max-width: 1680px) {
    .min_1_con li p.hide1660 {
    display: none;
}
    .model_img img{
    width:80%;
}
    .min-center {
    width: 1200px;
}

.min_1_con li a.img_box {
    width: 46%;
}

.min_2_con_top li a.img_box {
    width: 50%;
}
    .min_3_con li .img_box {
    height: 172px;
}
    .min_1_con li p {
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 9; */
    /* -webkit-box-orient: vertical; */
}

.min_2_con_top li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.Min {
    padding: 24px 0;
}
.swiper-button-prev_5 {
    left: -25px;
}

.swiper-button-next_5 {
    right: -25px;
}

.swiper-button_5 {
    width: 15px;
    height: 65px;
    background-size: 100% 100%;
}

.swiper-button-prev_5:hover {
    left: -25px;
    background-size: 100% 100%;
}

.swiper-button-next_5:hover {
    right: -25px;
    background-size: 100% 100%;
}

}
@media only screen and (max-width: 768px) {
    .main .main_content {
    width: 100%;
    margin: 0 auto 40px;
}
    .min_2_con {
    padding: 20px;
}

.min_2_con_top li a.title_type {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: 19px;
}

.min_2_con_bottom ul li a.title_type {
    font-size: 16px;
    margin-bottom: 10px;
}

.min_2_con_top li p {
    font-size: 14px;
    color: #6B7176;
    line-height: 19px;
}
    .swiper-button_5 {
    display: none;
}

    h2.min_title a {
    font-size: 30px;
}

h2.min_title {
    height: 60px;
}

.Min h2.min_title span::after {
    height: 70px;
    font-size: 28px;
}

h2.min_title {
    margin-bottom: 20px;
}
    .min-center {
    width: 100%;
}

.min_1_con {
    flex-direction: column;
}

.min_1_con>a.img_box {
    width: 100%;
    margin-bottom: 10px;
}

.Min {
    padding: 20px;
}

.min_2_con_top li a.img_box {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.min_2_con_bottom ul li {
    width: 100%;
    margin-bottom: 25px;
}

.min_2_con_bottom ul {
    flex-direction: column;
}

.Min a.details {
    margin-top: 10px;
}
}