/*全局*/
*{
    margin: 0;
    padding: 0;
}
div{
    display: block;
}
table{
    border-spacing: 0;
}
input, button{
    border: none;
    outline: none;
}
a{
    color: inherit;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}
ul{
    list-style-type: none;/*清除默认列表样式 ....*/
    margin: 0;
    padding: 0;/*内外边距清除*/
}
body{
    background-color: white;
}
/*全局结束*/
/*导航*/
.top{
    background: url("../image/top_bg.png") no-repeat center;
    height: 126px;
    width: 1500px;
    margin: 0 auto;
}
input[type='image']{
    position: absolute;
    top: -133px;
    left: 88px;
}
.top .wrap{
    display: flex;
}
.logo{
    margin: 30px 0 0 0;
    float: left;
    height: 60px;
}
.logo_line{
    width: 30px;
    height: 50px;
    margin-top: 37px;
    margin-left: 25px;
    border-left: 1px solid black;
}
.menu{
    background: #075db0;
    height: 45px;
    width: 100%;
    min-width: 1500px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.menu>ul{
    width: 100%;
    margin: 0 auto;
}
.menu-li1{
    width: 100%;
    line-height: 45px;
    float: left;
}
.menu-li2{
    width: 300px;
    height: 40px;
    line-height:0;
    float: right;
}
.menu-tag{
    /* margin: 0px 25px; */
    width: 195px;
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    font-size: 22px;
    height: 45px;
    
}
.dropdown {
    height: 45px;
    position: relative;
    display: inline-block;
}
.dropdown-content li{
    padding: 12px;
}
.dropdown-content li:hover {
    background-color: #075db0;
}
.dropdown-content {
    width: 190px;
    display: none;
    position: absolute;
    right: -50px;
    background-color: #075db0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 99999;
    top: 30px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content-line{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    display:none;
}
.querystyle276138{
    position: absolute;
    height: 30px;
    border: 1px solid #075db0;
    margin-top: -140px;
    border-radius: 15px;
    padding-left: 30px;
    left: 80px;
    background: #ffffff00;
}
.menu-search{
    width: 300px;
    height: 40px;
    position: relative;
}
.banner{
    width: 100%;
    min-width: 1500px;
    height: 410px;
    text-align: center;
}
.banner-img-wrap{
    position: relative;/*相对定位 给绝对定位位置参考*/
}
.banner .item{
    display: none;/*隐藏元素*/
    position: absolute;/* 绝对定位*/
    width: 1500px;
    height: 300px;
    transform: translate(-50%);
    left: 50%;
    /* top: 0;
    left: 0; */
}

.lunbo{
    width: 1500px;
    height: 410px;
}
/*圆形按钮属性设定*/
.tab-btn{
    position: relative;
    margin: 0 auto;
    padding-top: 380px;
    width: 170px;
    height: 30px;
}
.tab-btn .btn{
    float: left;
    width: 14px;
    height: 14px;
    background: #868686;
    border: 2px solid #c3c3c3;/*边框*/
    margin-left: 10px;
    border-radius: 50%;
}
/*圆形按钮触碰事件*/
.tab-btn .btn:hover{
    background: #e4e4e4;
    border-color:#7f7f7f;
}
.tab-btn .active{
    background: #e4e4e4;
    border-color:#7f7f7f;
}

.content-background1{
    width: 100%;
    height: 500px;
    background-color: white;
}
.content{
    position: relative;/*相对定位 给绝对定位位置参考*/
    width: 1500px;
    height: 500px;
    background-color: #ffffff;
    margin: 0 auto;
}
.content .content-item{
    display: none;/*隐藏元素*/
    position: absolute;/* 绝对定位*/
    width: 400px;
    height: 300px;
    top: 135px;
    z-index: 10;
    /* left: 50px; */
}

.content-lunbo{
    width: 500px;
    height: 400px;
    float: left;
}
/*圆形按钮属性设定*/
.content-tab-btn{
    position: relative;
    padding-top: 420px;
    padding-left: 400px;
    width: 150px;
    height: 30px;
    float: left;
}
.content-tab-btn .content-btn{
    float: left;
    width: 14px;
    height: 14px;
    background: #868686;
    border: 2px solid #c3c3c3;/*边框*/
    margin-left: 10px;
    border-radius: 50%;
}
/*圆形按钮触碰事件*/
.content-tab-btn .content-btn:hover{
    background: #e4e4e4;
    border-color:#7f7f7f;
}
.content-tab-btn .active{
    background: #e4e4e4;
    border-color:#7f7f7f;
}

.dynamic{
    width: 950px;
    height: 420px;
    /*background-color: aqua;*/
    float: left;
    position: relative;
    top: 50px;
    left: 0px;
}
.dynamic-title{
    height: 58px;
    background: #eee;
    /* border-radius: 5px; */
}
.dynamic-title-img{
    width: 30px;
    height: 30px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 20px;
    float: left;
}
.dynamic-title-span{
    height: 60px;
    position: relative;
    top: 15px;
    font-size: 25px;
    font-weight: bolder;
    font-family: serif;
}
.dynamic-title-more{
    height: 60px;
    position: relative;
    top: 18px;
    right: 5px;
    font-size: 16px;
    float: right;
    color: #868686;
}
.line{
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
    position: relative;
    top: 28px;
    display: none;
}
.line2{
    height: 3px;
    background-color: #075db0;
    position: relative;
    left: 10px;
    width: 100%;
    top: 45px;

}
.dynamic-content{
    width: 480px;
    height: 345px;
    margin-left: 460px;
    margin-top: 10px;
    float: left;
}
.dynamic-content li{
    width: 100%;
    padding-top: 20px;
    float: left;
}
.dynamic-content-img{
    width: 20px;
    height: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
}
.dynamic-content-title .dynamic-content-time{
    height: 60px;
    font-size: 16px;
    font-weight: lighter;
}
.dynamic-content-title{
    margin-top: 10px;
    float: left;
    width:540px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    display:block;
}
.dynamic-content-time{
    margin-top: 10px;
    padding-right: 10px;
    float: right;
    width: 90px;
}
.dynamic-content-line{
    width: 94%;
    border:1px dashed #a2a2a2;
    height:0px;
    margin: 0 auto;
    position: relative;
    top: 7px;
}

.announcement-background{
    width: 100%;
    min-width: 1500px;
    height: 600px;
    background: url(../image/center_bg.png) no-repeat center;
}
.announcement-background>ul{
    width: 1500px;
    height: 400px;
    margin: 0 auto;
}
.announcement{
    position: relative;/*相对定位 给绝对定位位置参考*/
    width: 480px;
    height: 500px;
    margin: 0 auto;
    margin-top: 50px;
    float: left;
    /* background: #ffffff; */
    border-radius: 5px;
    transition:all .1s;
    margin-left: 30px;
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19);
    transform: translate3d(0, -2px, 0);
    transition: all 1s cubic-bezier(.55, 0, .1, 1);
}
.announcement-top{
    position: relative;/*相对定位 给绝对定位位置参考*/
    width: 425px;
    height: 420px;
    margin: 0 auto;
    margin-top: 50px;
    float: left;
    /* background: #ffffff; */
    border-radius: 5px;
    transition:all .1s;
    margin-left: 50px;
    transition: none;
}
.announcement:hover{
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19);
    transform: translate3d(0, -2px, 0);
    transition: all 1s cubic-bezier(.55, 0, .1, 1);
}
.announcement-title{
    height: 58px;
    /* border-radius: 5px; */
    background: #eee;
}
.announcement-title-sec{
    height: 58px;
    /* border-radius: 5px; */
    /* background: #eee; */
}
.announcement-title-img{
    width: 30px;
    height: 30px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 20px;
    float: left;
}
.announcement-title-span{
    height: 60px;
    position: relative;
    top: 15px;
    font-size: 28px;
    font-weight: bolder;
    font-family: serif;
}
.announcement-title-more{
    height: 60px;
    position: relative;
    top: 18px;
    font-size: 16px;
    float: right;
    color: #868686;
    margin-right: 5px;
}
.announcement-line{
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
    position: relative;
    top: 28px;
    display: none;
}
.announcement-line2{
    width: 160px;
    height: 3px;
    background-color: #075db0;
    position: relative;
    top: 23px;
    left: 10px;
}
.announcement-content{
    width: 450px;
    height: 345px;
    float: left;
    margin-left: 15px
}
.announcement-content li{
    width: 100%;
    padding-top: 20px;
    float: left;
}
.announcement-content-img{
    width: 20px;
    height: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    float: left;
}
.announcement-content-title .announcement-content-time{
    height: 60px;
    font-size: 16px;
    font-weight: lighter;
}
.announcement-content-title{
    margin-top: 10px;
    float: left;
    width:310px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    display:block;
}
.announcement-content-time{
    margin-top: 10px;
    padding-right: 10px;
    float: right;
    width: 90px;
}
.announcement-content-line{
    width: 94%;
    border:1px dashed #a2a2a2;
    height:0px;
    margin: 0 auto;
    position: relative;
    top: 7px;
}

/*友情链接部分*/
.friendship-link{
    width: 100%;
    height: 180px;
    background-color: #ffffff;
    margin: 0 auto;
}
.link-title{
    width: 1500px;
    height: 50px;
    margin: 0 auto;
    padding-top: 50px;
}
.link-title-img{
    width: 30px;
    height: 30px;
    padding-right: 10px;
    float: left;
}
.link-title-span{
    font-size: 20px;
    font-weight: bold;
}
.link-line1{
    height: 2px;
    width: 1500px;
    background-color: #e2e2e2;
    position: relative;
    top: 5px;
}
.link-line2{
    height: 3px;
    width: 130px;
    background-color: #075db0;
    position: relative;
    top: 2px;
}
.friendship-link>ul{
    width: 1500px;
    height: 50px;
    margin: 0 auto;
}
.friendship-link-li1{
    width: 200px;
    height: 50px;
    padding-right: 60px;
    float: left;
}
.friendship-link-li2{
    width: 200px;
    height: 50px;
    float: left;
}
.link-img{
    width: 200px;
    height: 50px;
    float: left;
}

.end{
    width: 100%;
    min-width: 1500px;
    height: 40px;
    background-color: #075db0;
    text-align: center;
    margin: 0 auto;
}
.end>span{
    font-size: 16px;
    color: #ffffff;
    position: relative;
    top: 10px;
}


.content2{
    min-height:550px;
    margin: 0 auto;
}
.content2-title{
    width: 1400px;
    height: 50px;
    margin: 0 auto;
    padding-top: 50px;
}
.content2-title>span{
    float: left;
    font-size: 20px;
    font-weight: bolder;
}
.content2-title-navigation{
    width: 300px;
    float: right;
    margin-bottom: 10px;
    clear: right;
}
.content2-title-navigation>a{
    float: right;
}
.content2-title-navigation>p{
    float: right;
}

.content2-content{
    width: 1400px;
    margin: 0 auto;
}
.content2-content::after{
    content: "";
    background: url(background2.jpg);
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}
.content2-content li{
    width: 100%;
    padding-top: 20px;
}
.content2-content-img{
    width: 20px;
    height: 40px;
    padding-left: 20px;
    padding-right: 10px;
    float: left;
}
.content2-content-title .content2-content-time{
    height: 60px;
    font-size: 16px;
    font-weight: lighter;
}
.content2-content-title{
    margin-top: 10px;
    float: left;
    width:1100px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    display:block;
}
.content2-content-time{
    margin-top: 10px;
    padding-right: 10px;
    float: right;
    width: 90px;
}
.content2-content-line{
    width: 97%;
    border:1px dashed #a2a2a2;
    height:0;
    margin: 0 auto;
    position: relative;
    top: 7px;
}
.article{
    width: 80%;
    margin: 0 auto;
    overflow:hidden;
    margin-top: 25px;
}
.article>h2{
    text-align: center;
}
.article>h3{
    text-align: center;
}
.dowuload-center-item{
    position: relative;
    margin: 25px 0px;
}
.dowuload-center-img{
    width: 90%;
    margin-left: 5%;
}
.dowuload-center-text{
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    top: 0px;
}
.dowuload-center-link{
    position: relative;
    display: flex;
}
.dowuload-center-link-line{
    width: 40%;
    border-top: 1px solid;
    margin: 12px;
}
.dowuload-center-link-text{
    width: 20%;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.dowuload-center-bottom{
    display: flex;
}
.dowuload-center-bottom-item{
    margin: 0px;
}
.dowuload-center-bottom-img{
    margin: 0px;
}
.dowuload-center-bottom-text{
    margin: 0px;
}
/*翻页*/
.PrevDisabled{
    padding: 5px 10px !important;
    margin: 0px 5px 0px 5px !important;
    font-size: 14px !important;
    color: #ccc !important;
    border-radius: 5px !important;
}
.NextDisabled{
    padding: 5px 10px !important;
    margin: 0px 5px 0px 5px !important;
    font-size: 14px !important;
    color: #ccc !important;
    border-radius: 5px !important;
}
.this-page{
   padding: 5px 10px !important;
    margin: 0px 5px 0px 5px !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #003678 !important;
    border-radius: 5px !important;
    border: solid 1px #003678 !important;
}
.PrevDisabled~a{
    padding: 5px 10px !important;
    margin: 0px 5px 0px 5px !important;
    font-size: 14px !important;
    color: #003678 !important;
    border-radius: 5px !important;
    border: solid 1px #003678 !important;
}
.Prev{
    padding: 5px 10px !important;
    margin: 0px 5px 0px 5px !important;
    font-size: 14px !important;
    color: #003678 !important;
    border-radius: 5px !important;
    border: solid 1px #003678 !important;}

.Prev~a{
    padding: 5px 10px !important;
    margin: 0px 5px 0px 5px !important;
    font-size: 14px !important;
    color: #003678 !important;
    border-radius: 5px !important;
    border: solid 1px #003678 !important;
}
tr[valign='middle'] td[width='1%']{
    display:none;
}
.break{
    font-size:20px !important;
}
#vsb_newscontent{
    min-height:500px;
}
.tooltip {
     position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    height: 40px;
    line-height: 40px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* 定位 */
    position: absolute;
    z-index: 1;
    right: 100%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext:hover {
    visibility: visible;
}
.winstyle52971>tbody>tr:last-child{
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: end;
}