@charset "UTF-8";
/*滚动条整体样式*/
::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #999999;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.wrap1100 {
    width: 1100px;
    margin: 0 auto;
}

.gtop {
    height: 180px;
    background: #3077BF;
}

.gtop .gtop_cont {
    height: 80px;
    padding: 50px 0;
}

.gtop .gtop_cont .gtop_logo {
    width: 500px;
    height: 80px;
}

.gtop .gtop_cont .gtop_logo img {
    width: 100%;
    height: 100%;
}

.gtop .gtop_cont .gtop_search {
    position: relative;
    width: 206px;
    height: 40px;
    margin-top: 20px;
    margin-left: 50px;
}

.gtop .gtop_cont .gtop_search .search_input {
    width: 160px;
    height: 38px;
    padding: 0 32px 0 12px;
    border: 1px solid #DDDDDD;
    background: #fff;
    border-radius: 90px;

}

.gtop .gtop_cont .gtop_search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #3077BF;
}

.gtop .gtop_cont .gtop_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3077BF;
}

.gtop .gtop_cont .gtop_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3077BF;
}

.gtop .gtop_cont .gtop_search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3077BF;
}

.gtop .gtop_cont .gtop_search .search_icon {
    position: absolute;
   font-size: 18px;
    top: 8px;
    right: 12px;
    cursor: pointer;
    color: #3077BF;
}

.gtop .gtop_cont .gtop_user {
    height: 40px;
    margin-top: 20px;
    margin-left: 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.gtop .gtop_cont .gtop_user .gtop_user_name span {
    display: inline-block;
    max-width: 140px;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gtop .gtop_cont .gtop_user .gtop_go {
    display: inline-block;
    width: 124px;
    height: 26px;
    margin-left: 6px;
    line-height: 26px;
    border-radius: 13px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color:#3077BF ;
}

.gtop .gtop_cont .gtop_user .gtop_go span {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}

.gtop .gtop_cont .gtop_user .gtop_exit {
    margin-left: 6px;
    cursor: pointer;
}

.xb_title1 {
    position: relative;
    line-height: 29px;
    font-size: 22px;
    color: #3077BF;
    border-bottom: 1px solid #F0F3F5;
    padding: 15px 0;
    margin-bottom: 20px;
    margin-top: 30px;
}

.xb_title1 .title_en {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #DEE5EB;
    margin-left: 20px;
}

.xb_title1 .more {
    position: absolute;
    top: 25px;
    right: 0;
    line-height: 24px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    color: #8C98A2;
}
.xb_personal_item{
    float: left;
    position: relative;
    width: 178px;
    height: 220px;
    border-radius: 6px;
    margin-right: 40px;
}
.xb_personal_item img{
    display: block;
    width: 100%;
    height: 100%;
}
.xb_personal_item:last-child{
    margin-right: 0;
}
.xb_personal_mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-radius: 6px;
}
.xb_txt{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    text-align: center;
}
.xb_txt h3{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
}

.xb_txt h4{
    font-size: 15px;
    color: #ccc;
    line-height: 20px;
}

.clamp1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imglist_w li {
    width: 242px;
    height: auto;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 40px;
}

.imglist_w li:last-child {
    margin-right: 0;
}

.imglist_w li .Lipic {
    display: block;
    width: 242px;
    height: 142px;
    margin-bottom: 5px;
}

.imglist_w li .Lipic img {
    display: block;
    width: 100%;
    height: 100%;
}

.imglist_w li h3 {
    font-size: 14px;
    color: #43484D;
    line-height: 30px;
    font-weight: bold;
}

.imglist_w li p {
    padding: 0;
}

.imglist_w li p.dd_Name {
    color: #888;
    font-size: 14px;
    line-height: 24px;
}

.imglist_w li p.dd_Time {
    color: #888;
    font-size: 14px;
    line-height: 24px;
}

.gexample{
    margin-bottom: 30px;
}
.gexample .gexe_uls {
    overflow: hidden;
}

.gexample .gexe_uls .gexe_lis {
    width: 474px;
    height: 134px;
    margin-top: 30px;
}

.gexample .gexe_uls .gexe_lis .gexe_left {
    width: 190px;
    height: 134px;
}

.gexample .gexe_uls .gexe_lis .gexe_left img {
    width: 100%;
    height: 100%;
}

.gexample .gexe_uls .gexe_lis .gexe_right {
    width: 266px;
    padding-left: 18px;
}

.gexample .gexe_uls .gexe_lis .gexe_right .gexe_right_name {
    line-height: 24px;
    font-size: 15px;
    color: #43484D;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gexample .gexe_uls .gexe_lis .gexe_right .gexe_right_tip {
    height: 46px;
    margin-top: 18px;
    line-height: 23px;
    font-size: 13px;
    color: #484848;
    overflow: hidden;
}

.gexample .gexe_uls .gexe_lis .gexe_right .gexe_teacher {
    line-height: 17px;
    margin-top: 18px;
    font-size: 13px;
    color: #86939E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gexample .gexe_uls .mr46 {
    margin-right: 46px;
}

.gexample .gexe_uls .gexe_lis:nth-child(2n) {
    margin-right: 0;
}
.xb-con{
    padding:0 0 40px;
}
.xb_footer{
    background: #3077BF;
    padding: 40px 0;
}
.xb_footer_cont ul{
    float: left;
    width: 33%;
    color: #fff;
    font-size: 14px;
}
.xb_footer_cont ul li{line-height: 26px}
.xb_footer_cont ul li a{
    color: #fff;
}
.xb_footer_cont .code{
    float: right;
    width: 33%;
    text-align: right;
}
.xb_footer_cont .code img{
    display: inline-block;
    width: 94px;
    height: 94px;
}
.Wid1004, .xq_box, .submain {
    width: 1100px!important;
    margin: 0 auto;
    overflow: hidden;
}
/*2022.4.7新加导航*/
.gtop .gtop_cont{
    padding:23px 0;
}
.Nav {
    width: 100%;
    height: 53px;
    border-bottom: 1px solid #fff;
    background: #0e59ad;
}
.Nav ul li {
    float: left;
    line-height: 53px;
    font-size: 18px;
    color: #3e7abd;
    text-align: center;
    height: 54px;
    overflow: hidden;
}
.Nav ul li a{
    display:inline-block;
    padding:0 30px;
    font-size:18px;
    color:#fff;}
.Nav ul li a:hover{
    background:url(/_swjtu/images/libg.jpg) repeat-x;
}
.Nav ul li.licur a{
    background:url(/_swjtu/images/libg.jpg) repeat-x;
}

/*快速通道*/
#scrollDiv {
    overflow:hidden;
    width:1100px;
    height:148px;
}

#in_scrollDiv {
    float: left;
    width: max-content;
}
#scrollDiv_con {
    float: left;
}
#scrollDiv_con2 {
    float: left;
}

.kstd_con a{
    display: inline-block;
    float: left;
    width: 268px;
    height: 148px;
    margin-right:3px;
}
.kstd_con a img{
    display:block;
    width: 268px;
    height: 148px;
}