
body {

}


.focus {
     position: relative;
     height: 522px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;   
    margin: -164px auto 0 auto;
    z-index: 30;
    overflow: hidden;
    
}
.focus::after{
    content:" ";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
     z-index: 40;
    background: linear-gradient(180deg, rgba(0, 78, 152, 1) 0%, rgba(0, 78, 152, 0) 100%);
}

.about_focus {
    background-image: url(../images/inside/about_focus.png);
}

.departments_focus {
    background-image: url(../images/inside/departments_focus.jpg);
}
.teachers_focus {
    background-image: url(../images/inside/teachers_focus.jpg);
}
.news_focus {
    background-image: url(../images/inside/news_focus.jpg);
}
.schools_focus {
    background-image: url(../images/inside/schools_focus.jpg);
}
.works_focus {
    background-image: url(../images/inside/works_focus.jpg);
}
.xuegong_focus {
    background-image: url(../images/inside/xuegong_focus.jpg);
}
.students_focus {
    background-image: url(../images/inside/students_focus.jpg);
}
.searchs_focus {
    background-image: url(../images/inside/searchs_focus.jpg);
}
.quntuan_focus {
    background-image: url(../images/inside/quntuan_focus.jpg);
}

.zhaopin_focus {
    background-image: url(../images/inside/zhaopin_focus.jpg);
}

.zhuanti_focus {
    background-image: url(../images/inside/zhuanti_focus.jpg);
}

.xiaowu_focus {
    background-image: url(../images/inside/xiaowu_focus.jpg);
}

.zhaosheng_focus {
    background-image: url(../images/inside/zhaosheng_focus.jpg);
}

.focus_top {
    position: absolute;
    left:50%;
    bottom:0;
    color: #fff;
    padding:0 76px 0 0;
    margin:0 0 0 -496px;
    width: 400px;
    height: 110px;
    border-radius:0px 140px 0px 0px;
    background-color: rgba(0, 115, 180, 1);
    z-index:200;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 110px;
    color: rgba(255, 255, 255, 1);
    text-align:right;
    transform: translateX(-100%);
}

    .focus_top::before {
        content: " ";
        position: absolute;
        right:76px;
        top: 20px;
        width:65px ;
        height: 8px;
        opacity: 1;
        background-color: rgba(255, 251, 238, 1);
        z-index: 101;
    }
        .focus_top::after {
        content: " ";
        position: absolute;
        right:120px;
        top: 20px;
        width:7px ;
        height: 8px;
        opacity: 1;
        background-color:rgba(0, 115, 180, 1);
        z-index: 101;
    }


.focus_menu,.searchs_panel {
    position: absolute;
    left:50%;
    bottom:0;
    width:100%;
    height:80px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 100;
    transform: translateX(-50%);
}
.focus_menu dl,.searchs_form{
        position: relative;
        margin:0 auto;
        padding:0 0 0 224px;
        width:1218px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content:flex-start;
        align-items: flex-start;
}

    .focus_menu dd {
        display: block;
        margin:0 30px 0 30px;
        height:80px;
        line-height:80px;
    }

        .focus_menu dd a {
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 0px;
            color: rgba(128, 128, 128, 1);
        }

        .focus_menu dd:hover a, .focus_menu dd.hover a {
            color: rgba(0, 115, 180, 1);
        }




.top_nav {
    margin:0 auto;
    height: 86px;
    line-height: 86px;

    padding-left:56px;
    color: rgba(125, 125, 125, 1);
    background-size:30px auto;
    background-position:center left 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221741056897731%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%223808%22%20width%3D%2270%22%20height%3D%2270%22%3E%3Cpath%20d%3D%22M508.8%20576.7c69.3%200%20125.4-56.2%20125.4-125.4S578%20325.9%20508.8%20325.9%20383.4%20382%20383.4%20451.3s56.1%20125.4%20125.4%20125.4z%20m0%20376.2C258%20757%20132.5%20589.8%20132.5%20451.3%20132.5%20243.5%20301%2075%20508.8%2075s376.3%20168.5%20376.3%20376.3c0%20138.5-125.5%20305.7-376.3%20501.6z%22%20p-id%3D%223809%22%20fill%3D%22%230085E4%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
}

    .top_nav {
        color: #7D7D7D;
    }

        .top_nav a {
            color: #7D7D7D;
        }

        .top_nav strong {
            color: #0085E4;
        }

.about_title {
    margin: 0 160px 0 160px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 40px;
    color: rgba(0, 133, 228, 1);
    text-align: center;
}
.pdf_contents {
    margin: 40px auto 0 auto;
    width:1100px;
    height:900px;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-all;
    text-align:center;
}
.pdf_contents iframe{
    width:100%;
    height:100%;
}
.about_contents {
    margin: 40px 160px 0 160px;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-all;
}

    .about_contents .image figcaption {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about_contents img {
        margin-bottom: 10px;
        max-width: 100%;
    }

    .about_contents p {
        margin-bottom: 10px;
    }

.contents{
    opacity: 1;
    border-radius: 10px;
}




    .lingdao_list {
        margin:40px 80px 0 80px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:space-between;
        align-items: flex-start;

    }

    .lingdao_list .lingdao_list_item {
        margin: 0 0 50px 0;
        width: 620px;
        height: 230px;
        background-color:rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        border: 1px solid rgba(229, 229, 229, 1);
        border-right-width:6px ;
        overflow:hidden;
    }

    .lingdao_list .item_lefts {
        width: 180px;
        height: 230px;
    }

        .lingdao_list .item_lefts img {
            width: 100%;
            height: 100%;
        }

    .lingdao_list .item_rights {
        position: relative;
        margin:25px 40px 0 0;
        width: 356px;


    }

    .lingdao_list .item_name {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.33px;
        height: 32px;
        line-height: 32px;
        
    }
        .lingdao_list .item_name a {
            color: rgba(42, 130, 228, 1);
        }


    .lingdao_list .item_desc {
        margin:8px 0 0 0;
         font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        line-height: 30px;
        color: rgba(0, 0, 0, 1);
    }

    .video_player{
        margin: 20px auto 0 auto;
        width:800px;
        height:500px;

    }


    .departments_list {
        margin: 0 auto 0 auto;
    }

    .departments_list dl {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .departments_list dd {
        position: relative;
        display: block;
        margin: 32px 0 0 0;
        width: 690px;
        height: 80px;
        line-height: 80px;
        background: #fff;
        text-align: left;
      
    }

        .departments_list dd a {
            display:block;
              border-left:6px solid rgba(229, 229, 229, 1);
            padding-left:46px;
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0px;
            color: rgba(56, 56, 56, 1);
            background-repeat: no-repeat;
    background-size:36px auto;
    background-position:right 30px center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221740722323368%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%228332%22%20width%3D%2270%22%20height%3D%2270%22%3E%3Cpath%20d%3D%22M386.640017%20196.405191%20687.536947%20487.723004c13.840827%2013.408717%2013.840827%2035.135036%200%2048.543753s-36.293132%2013.408717-50.156485%200L336.483532%20244.948944c-13.840827-13.408717-13.840827-35.135036%200-48.543753S372.777687%20182.996474%20386.640017%20196.405191z%22%20fill%3D%22%23E5E5E5%22%20p-id%3D%228333%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M336.483532%20779.073583l300.895906-291.351603c13.863354-13.408717%2036.316683-13.408717%2050.156485%200%2013.840827%2013.408717%2013.840827%2035.135036%200%2048.543753L386.640017%20827.617336c-13.863354%2013.408717-36.316683%2013.408717-50.156485%200S322.642705%20792.437246%20336.483532%20779.073583z%22%20fill%3D%22%23E5E5E5%22%20p-id%3D%228334%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");

        }
        .departments_list dd a:hover {
            border-left:6px solid rgba(0, 133, 228, 1);
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221740722323368%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%228332%22%20width%3D%2270%22%20height%3D%2270%22%3E%3Cpath%20d%3D%22M386.640017%20196.405191%20687.536947%20487.723004c13.840827%2013.408717%2013.840827%2035.135036%200%2048.543753s-36.293132%2013.408717-50.156485%200L336.483532%20244.948944c-13.840827-13.408717-13.840827-35.135036%200-48.543753S372.777687%20182.996474%20386.640017%20196.405191z%22%20fill%3D%22%230073B4%22%20p-id%3D%228333%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M336.483532%20779.073583l300.895906-291.351603c13.863354-13.408717%2036.316683-13.408717%2050.156485%200%2013.840827%2013.408717%2013.840827%2035.135036%200%2048.543753L386.640017%20827.617336c-13.863354%2013.408717-36.316683%2013.408717-50.156485%200S322.642705%20792.437246%20336.483532%20779.073583z%22%20fill%3D%22%230073B4%22%20p-id%3D%228334%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        }

        /*
        .departments_list dd::after {
            content: " ";
            position: absolute;
            left: 0;
            top: 0;
            width: 6px;
            height: 54px;
            opacity: 1;
            background: rgba(0, 133, 228, 1);
        }
            */

        
.news_list {
    margin: 0 auto 0 auto;
      
}

    .news_list dl {
        position: relative;
        margin: 0 0 20px 0;
        padding: 35px 0 35px 0;
  
        
        
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;

        overflow: hidden;
               border-radius: 6px;
 
            box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.2);
        background-color:rgba(255, 255, 255, 0.5);
    }

    .news_list dt {
        margin-left:35px;
        display: block;
        width: 370px;
       

    }

        .news_list dt img {
            width: 100%;
            max-height: 260px;
            border-radius:5px;
    
        }

    .news_list dd {
       
        margin-left:35px;
        width: 856px;
    }

        .news_list dd h4 {
            display: block;
            font-size: 22px;
            font-weight: 700;
            line-height: 32px;
            color: rgba(0, 133, 228, 1);
        }


        .news_list dd p {
            display: block;
            padding: 6px 0 6px 0;
            font-size: 16px;
            font-weight: 400;
            line-height:26px;
            color: rgba(125, 125, 125, 1);
        }

        .news_list dd label {
            padding-left: 5px;
            color: #0085E4;
        }

        .news_list dd span {
            position: absolute;
            right: 35px;
            top: 50%;
            width: 90px;
            height: 90px;
            border-radius: 3px;
            background:#A6A6A6;
            color: #fff;
            text-align: center;
            transform:translateY(-50%);
        }

        .news_list dd i {
            position: relative;
            display: block;
            padding: 0 0 0px 0;
            font-size: 44px;
            line-height: 1;
    
            line-height:60px;
            font-style: normal;
        }



        .news_list dd strong {
            display: block;
            padding-top: 3px;
            color: #4b4948;
        }

    .news_list dl:hover {
                border-radius: 6px;
        background: #fff;
            box-shadow: 0px 2px 6px  rgba(0, 0, 0, 0.2);
    }
      .news_list dl:hover span  {
            background: #0085E4;
        }
        .news_list dl:hover h4, .news_list dl:hover strong,.news_list dl:hover p  {
            color: #0085E4;
        }

.details_container {
    margin: 0 100px 0 100px;
}

        
.details_top {

    text-align: center;
}
.details_top h1 {
    display:block;
    font-size: 32px;
font-weight: 500;

}
.details_top .details_author_views {
    font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 32px;
color: rgba(128, 128, 128, 1);
}

.details_contents {
    margin: 20px auto 0 auto;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-all;
}

    .details_contents .image figcaption {
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .details_contents img {
        margin-bottom: 10px;
        max-width: 100%;
    }

    .details_contents p {
        margin-bottom: 10px;
    }
    .details_contents a{text-decoration:underline}
    .previous_next {
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.previous, .next {
    padding: 12px 18px;
    border: #0085E4 solid 2px;
}

.previous {
    color: #0085E4;
    background-color: #fff;
}

    .previous a {
        color: #0085E4;
    }

.next {
    background-color: #0085E4;
    color: #fff;
}

    .next a {
        color: #fff;
    }


    
.photo_list {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

    .photo_list dl {
        margin: 0 0 20px 0;
        display: block;
        width: 690px;
        box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
        background-color: #fff;
        
    }

        .photo_list dl dt {
            padding:20px 20px 0  20px;           
            height: 400px;
            border-radius: 0 0 0 0;
            cursor:pointer;
            text-align:center;
        }

        .photo_list dl img {
            max-width: 650px;
            height: 100%;
            border-radius: 0 0 0 0;
        }

    .photo_list dd {
        display: block;
        padding: 22px 0 22px 42px;
        border-radius: 0 0 0 0;
    }

        .photo_list dd h4 {
            padding: 0 0 0 0;
            display: block;
            font-size: 22px;
            font-weight: 400;
        }


.searchs_form {

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content:flex-start;
        align-items: center;
        

}

  .searchs_panel .searchs_item{
      margin:15px 0 0 20px;
      position:relative;
      border-bottom: 2px solid #dedede;
  }
 .searchs_form .searchs_item input[type="text"],.searchs_form .searchs_item .input_text, .searchs_form .searchs_item select{
     display:inline-block;
    padding-left:0;
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: left;
    border:none;
    cursor:pointer;
    background-color:transparent;
}

 .select_time .input_text{
    width:300px !important
}
 .searchs_form .searchs_item select {
     width:auto;
     max-width:220px;
    padding: 0 40px 0 0;
    -webkit-appearance: none; /* 移除iOS上的默认外观 */
    -moz-appearance: none; /* 移除Firefox上的默认外观 */
    appearance: none; /* 为了自定义箭头移除默认下拉箭头 */

    background-repeat: no-repeat;
    background-size:24px auto;
    background-position:right 10px center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221671500187843%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%225332%22%20width%3D%22120%22%20height%3D%22120%22%3E%3Cpath%20d%3D%22M927.804%20352.193l-415.804%20415.632-415.803-415.632%2063.616-63.445%20352.209%20352.017%20352.102-352.017z%22%20fill%3D%22%23bfbfbf%22%20p-id%3D%225333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");

    
}


 .searchs_form .searchs_item::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: rgba(0, 115, 180, 1);
    left: 0;
    bottom: -1px;
    transition: 0.4s;
}
.searchs_form .searchs_item:hover::before, .searchs_form .searchs_item.hover::before{ width: 100%;}





.searchs_form .searchs_item.up::after{ position:absolute; right:25px; top:50%; margin-top:-5px;content:" "; width:0; height:0; border-radius:0;border-bottom:1rem solid #303030;border-left:1rem solid transparent;border-right:1rem solid transparent;}

.searchs_form .searchs_item.down::after{ position:absolute; right:25px; top:50%; margin-top:-5px;content:" "; width:0; height:0; border-radius:0;border-top:1rem solid #303030;border-left:1rem solid transparent;border-right:1rem solid transparent;}

  .searchs_form .searchs_item.up:hover::after, .searchs_form .searchs_item.up:active::after, .searchs_form .searchs_item.up.hover::after{ border-bottom-color:rgba(0, 115, 180, 1);}
 .searchs_form .searchs_item.down:hover::after, .searchs_form .searchs_item.down:active::after, .searchs_form .searchs_item.hover::after{ border-top-color:rgba(0, 115, 180, 1);}

  .searchs_form .select_list{ display:none; position:absolute; left:-1px;top:510px; width:100%; background-color:#fff; max-height:225px; /*overflow-y: scroll;*/ z-index: 10;
    border: 1px solid #d5d5d5;overflow-y: scroll; }

.searchs_form .select_list dd{ display:block; text-align:center; color: #666666; font-size: 1.8rem; line-height: 6rem; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; transition: 0.4s; padding:  0 1rem; cursor:pointer;}
.searchs_form .select_list dd:hover{ color: rgba(0, 115, 180, 1); background: #e9edf5; }

.searchs_form .select_list::-webkit-scrollbar { width: 10px;}
.searchs_form .select_list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);  background-color: #f0f0f0;}
.searchs_form .select_list::-webkit-scrollbar-thumb{background-color:rgba(0, 115, 180, 1);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}


.searchs_form .s_time {
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: center right 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221688000289072%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%224981%22%20width%3D%2260%22%20height%3D%2260%22%3E%3Cpath%20d%3D%22M704%20160C704%20142.08%20689.92%20128%20672%20128%20654.08%20128%20640%20142.08%20640%20160L640%20192l64%200L704%20160zM384%20160C384%20142.08%20369.92%20128%20352%20128S320%20142.08%20320%20160L320%20192l64%200L384%20160zM832%20192l-128%200%200%2096C704%20305.92%20689.92%20320%20672%20320%20654.08%20320%20640%20305.92%20640%20288L640%20192%20384%20192l0%2096C384%20305.92%20369.92%20320%20352%20320S320%20305.92%20320%20288L320%20192%20192%20192C121.6%20192%2064%20249.6%2064%20320l0%20512c0%2070.4%2057.6%20128%20128%20128l640%200c70.4%200%20128-57.6%20128-128L960%20320C960%20249.6%20902.4%20192%20832%20192zM352%20768l-64%200C270.08%20768%20256%20753.92%20256%20736%20256%20718.08%20270.08%20704%20288%20704l64%200C369.92%20704%20384%20718.08%20384%20736%20384%20753.92%20369.92%20768%20352%20768zM352%20640l-64%200C270.08%20640%20256%20625.92%20256%20608S270.08%20576%20288%20576l64%200C369.92%20576%20384%20590.08%20384%20608S369.92%20640%20352%20640zM544%20768l-64%200C462.08%20768%20448%20753.92%20448%20736%20448%20718.08%20462.08%20704%20480%20704l64%200C561.92%20704%20576%20718.08%20576%20736%20576%20753.92%20561.92%20768%20544%20768zM544%20640l-64%200C462.08%20640%20448%20625.92%20448%20608S462.08%20576%20480%20576l64%200C561.92%20576%20576%20590.08%20576%20608S561.92%20640%20544%20640zM736%20768l-64%200c-17.92%200-32-14.08-32-32%200-17.92%2014.08-32%2032-32l64%200c17.92%200%2032%2014.08%2032%2032C768%20753.92%20753.92%20768%20736%20768zM736%20640l-64%200C654.08%20640%20640%20625.92%20640%20608S654.08%20576%20672%20576l64%200C753.92%20576%20768%20590.08%20768%20608S753.92%20640%20736%20640zM864%20448l-704%200C142.08%20448%20128%20433.92%20128%20416%20128%20398.08%20142.08%20384%20160%20384l704%200C881.92%20384%20896%20398.08%20896%20416%20896%20433.92%20881.92%20448%20864%20448z%22%20p-id%3D%224982%22%20fill%3D%22%231A1A1A%22%20data-spm-anchor-id%3D%22a313x.7781069.0.i2%22%20class%3D%22selected%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.searchs_form .searchs_item.s_time:hover, .searchs_form .searchs_item.s_time:active, .searchs_form .searchs_item.s_time.hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221688000289072%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%224981%22%20width%3D%2260%22%20height%3D%2260%22%3E%3Cpath%20d%3D%22M704%20160C704%20142.08%20689.92%20128%20672%20128%20654.08%20128%20640%20142.08%20640%20160L640%20192l64%200L704%20160zM384%20160C384%20142.08%20369.92%20128%20352%20128S320%20142.08%20320%20160L320%20192l64%200L384%20160zM832%20192l-128%200%200%2096C704%20305.92%20689.92%20320%20672%20320%20654.08%20320%20640%20305.92%20640%20288L640%20192%20384%20192l0%2096C384%20305.92%20369.92%20320%20352%20320S320%20305.92%20320%20288L320%20192%20192%20192C121.6%20192%2064%20249.6%2064%20320l0%20512c0%2070.4%2057.6%20128%20128%20128l640%200c70.4%200%20128-57.6%20128-128L960%20320C960%20249.6%20902.4%20192%20832%20192zM352%20768l-64%200C270.08%20768%20256%20753.92%20256%20736%20256%20718.08%20270.08%20704%20288%20704l64%200C369.92%20704%20384%20718.08%20384%20736%20384%20753.92%20369.92%20768%20352%20768zM352%20640l-64%200C270.08%20640%20256%20625.92%20256%20608S270.08%20576%20288%20576l64%200C369.92%20576%20384%20590.08%20384%20608S369.92%20640%20352%20640zM544%20768l-64%200C462.08%20768%20448%20753.92%20448%20736%20448%20718.08%20462.08%20704%20480%20704l64%200C561.92%20704%20576%20718.08%20576%20736%20576%20753.92%20561.92%20768%20544%20768zM544%20640l-64%200C462.08%20640%20448%20625.92%20448%20608S462.08%20576%20480%20576l64%200C561.92%20576%20576%20590.08%20576%20608S561.92%20640%20544%20640zM736%20768l-64%200c-17.92%200-32-14.08-32-32%200-17.92%2014.08-32%2032-32l64%200c17.92%200%2032%2014.08%2032%2032C768%20753.92%20753.92%20768%20736%20768zM736%20640l-64%200C654.08%20640%20640%20625.92%20640%20608S654.08%20576%20672%20576l64%200C753.92%20576%20768%20590.08%20768%20608S753.92%20640%20736%20640zM864%20448l-704%200C142.08%20448%20128%20433.92%20128%20416%20128%20398.08%20142.08%20384%20160%20384l704%200C881.92%20384%20896%20398.08%20896%20416%20896%20433.92%20881.92%20448%20864%20448z%22%20p-id%3D%224982%22%20fill%3D%22%23254fa1%22%20data-spm-anchor-id%3D%22a313x.7781069.0.i2%22%20class%3D%22selected%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}


      .searchs_form .searchs_btn button{
          display:block;margin:15px 0 0 20px;padding:0 20px 0 60px; border:0px; border-radius:0; 
         
          height:52px;  border-radius: 52px;  
          
          font-size: 24px;
    font-weight: 500;
    color: #fff;

                             background-color:rgba(0, 115, 180, 1);
                                 background-repeat: no-repeat;
    background-size: 25px auto;
    background-position:center left 20px;
    cursor:pointer;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221686112396013%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222387%22%20width%3D%2260%22%20height%3D%2260%22%3E%3Cpath%20d%3D%22M756.565333%20697.258667c2.133333%201.493333%204.224%203.157333%206.101334%205.12l241.664%20241.621333c16.256%2016.256%2016.512%2043.52-0.128%2060.16a42.453333%2042.453333%200%200%201-60.202667%200.170667l-241.664-241.664a41.429333%2041.429333%200%200%201-5.034667-6.101334A424.917333%20424.917333%200%200%201%20426.666667%20853.333333C191.018667%20853.333333%200%20662.314667%200%20426.666667S191.018667%200%20426.666667%200s426.666667%20191.018667%20426.666666%20426.666667c0%20102.698667-36.266667%20196.949333-96.768%20270.592zM426.666667%20768a341.333333%20341.333333%200%201%200%200-682.666667%20341.333333%20341.333333%200%200%200%200%20682.666667z%22%20fill%3D%22%23ffffff%22%20p-id%3D%222388%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    -webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;
    }

      .searchs_list{
          padding:40px 40px;
          border-radius: 10px;

      }
      .searchs_list .searchs_list_item{
              margin-bottom: 20px;
      }


      .searchs_list .item_title{
             font-size: 18px;
            line-height: 22px;
            margin-bottom:10px;
      }
       .searchs_list .item_title a{
           color: #2440b3;
           text-decoration: underline;
      }
       .searchs_list .item_title a em,.searchs_list .item_desc em{
           font-style:normal;
           color: #f73131;
       }

       .searchs_list .item_contents{
         position:relative;
              display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content:flex-start;
        align-items: flex-start;
       }

       .searchs_list .item_img{
            margin-right:20px;
          
       }
       .searchs_list .item_img img{
       width:128px;
           height:85px;
           border-radius: 6px;
       }
       .searchs_list .item_details{
        flex-grow: 1;
        flex: 1;
       }
  

       .searchs_list .item_desc{
               word-break: break-all;
               word-wrap: break-word;
            color: #333;
            font-size:13px;
            line-height:21px;

       }
       .searchs_list .item_class{
           margin-top:4px;
            color: #9195a3;
       }