.logo img {
padding-top: 2%;}
.banner1 {
   height: 400px;}

.fullSlide .bd li img {
    height:400px;}



.titlestyle251384{ line-height: 220%; color: #222222; font-size: 9pt; font-weight: bold; text-decoration: none ;}
.summarystyle251384{ line-height: 150%; color: #222222; font-size: 9pt ;}

.newsList li {
    font-size: 18px;}
  .newsList a {
    font-size: 20px;}
  .newsList span {
    font-size: 16px;}
  .newsList li span {
    font-size: 14px; /* 调整日期字体大小 */
    color:#737373;}
  
  .newsList li {
margin-bottom: 20px;}

.c_box16l {
    margin-top: 2%;}
.cont_box01 ul li {
    font-size: 18px;}
  .cont_box01 a {
    font-size: 20px;}
  .cont_box01 span {
    font-size: 16px;}
  
  .cont_box01 li {
margin-bottom: 20px;}


.c { height:auto; overflow:none;}

.cont_rightbox {
    width: 1200px;
    margin-bottom: 20px;}

.c_box08 img:hover {
    width: 94%; 
    height: 94%;}

.c_box08 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;}






.c_box08 dt a {
    color: #333333
;}

.c_box08 dt a:hover {
    color: #009dba;
    text-decoration: none
;}

.c_box08 dt span {
    color: #999;
    font-size: 14px;
    padding-left: 10px;}

.c_box08 dt a:hover span {
    color: #009dba
;}



.c_box08 ul {
    width: 100%;
    display: flex;

    justify-content: space-between;}



.c_box08 dl {
    float: none;
    /* 取消浮动 */
    width: auto;
    /* 调整宽度自适应 */
    flex: 1;}






.c_box08 dt {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    margin: 16px 0 12px;}



.c_box08 dd {
    margin: 9%;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    width: 82%;
    color: #666;}



.c_box08 a.column-a {
    display: block;
    width: 150px;
    height: 150px;
    margin-top: 36px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    margin-right: 0px;
    float: none;
    position: relative;}

.c_box08 img {
    width: 94%;
    height: 94%;
    border-radius: 50%; /* 确保图片是圆形 */
    object-fit: cover;
    transition: all 0.5s ease;

    border: 5px solid #e6f0ff;}

/* .c_box08 img:hover {
    transform: scale(1.1);
    box-shadow: 0 22px 25px rgba(37, 99, 235, 0.3);
    border-color: #bfdbfe;
} */


.mar_b20 {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.1);
    padding: 30px 25px;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
    border: 1px solid #e6f0ff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);}


.mar_b20::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1e40af, #3b82f6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;}







    .mar_b20:hover::before {
    transform: scaleX(1);}

   

    .mar_b20:hover dt > a {
        color: #2563eb;}

       
    .c_box08 li {

        width: 20%;
        height: 350px; /* 增加高度 */
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        overflow: visible;}
    
    .mar_b20 {
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(37, 99, 235, 0.1);
        padding: 30px 25px;
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: auto; /* 自适应高度 */
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        border: 1px solid #e6f0ff;}
    
    .mar_b20:hover {
        transform: translateY(-10px); /* 现在应生效 */
        box-shadow: 0 15px 40px rgba(37, 99, 235, 0.2);}

    /* .mar_b20:hover img {
        transform: scale(1.01);
        box-shadow: 0 220px 25px rgba(37, 99, 235, 0.3);
        border-color: #bfdbfe;
    } */
    .mar_b20:hover img {
        transform: scale(1.01);
        
        /* 调整垂直偏移量和模糊半径 */
        box-shadow: 0 15px 10px rgba(37, 99, 235, 0.3); 
        border-color: #bfdbfe;}


/*  下面是标题的样式  */
.c_titelbg{
     width:100%;background:url(../images/twoline.jpg) left 8px repeat-x; margin-bottom: 13px;}
.c_titel{ background:url(../images/twolineon.jpg) left 8px no-repeat; padding-left:45px; position:relative;padding:0px;}

.c_titel span{ 

        position: relative;
        font-size: 1.5rem;
        font-weight: 600;
        color: #2c3e50;
        padding-left: 1rem;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;}

.c_titel span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: #3498db;
    border-radius: 2px;}



.c_titel a.more{ 
    
        padding: 5px 10px;
        text-decoration: none;
        font-size: 0.9rem;
        color: #3498db;
        border-radius: 4px;
        padding: 0.3rem 0.8rem;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;}
.c_titel a.more::after {
    content: "→";
    margin-left: 0.5rem;
    font-weight: 500;
    transition: transform 0.3s ease;}
.c_titel a.more:hover {
    color: #2980b9;
    background: rgba(52, 152, 219, 0.1);
    transform: translateX(4px);}
