﻿@media screen and (max-width: 1200px) {
    html {
        width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }
}

html {
    background: #f3f3f3;
}

.id-body {
    width: 100%;
    /* margin: auto; */
}
.footer_iframe {
    display: block;
    width: 100%;
    height: 265px;
    min-width: 1400px;
}

.header_iframe {
    display: block;
    width: 100%;
    height: 282px;
    min-width: 1400px;
}
.id-content {
    width: 1200px;
    margin: 0 auto 0;
}

/*首页切换*/
.notice {
    overflow: hidden;
}
.notice .tab-hd .rap {
    width: 1200px;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    /* background: rgb(1,73,155); */
    height: 60px;
    display: flex;
    margin: 0 auto;
}

.notice .tab-hd {
    position: relative;
    z-index: 1;
    width: 100%;
    background: rgb(1,73,155);
    border-bottom: 2px solid rgb(25, 37, 105);
}

.hj-ul02 {
    display: none;
    padding: 5px 0;
    width: 86px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 64px;
    background: #65abe2;
}

.hj-ul02 ul li {
    float: left;
    width: 100%;
    margin: 6px 0;
    line-height: 24px;
}

.id-nav-btn02 {
    cursor: pointer;
    float: right;
    width: 86px;
    background: #29ac29;
}

.id-nav-btn02.on {
    background: #0163b0;
}

.id-nav-btn02 img {
    display: block;
}

.hj-ul02 ul li a {
    display: block;
    text-align: center;
    color: #FFFFFF;
}

.notice .tab-hd .rap ul {
    display: flex;
}

.notice .tab-hd .rap ul li {
    box-sizing: border-box;
    width: 120px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgb(25, 37, 105);
    cursor: pointer;
}

.notice .tab-hd .rap ul li:last-of-type {
    border-right: 1px solid rgb(25, 37, 105);
}

.notice .tab-hd .rap ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 60px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    /* font-weight: bold; */
}
.notice .tab-hd .rap ul li a span {
    width: 80px;
}

/* .notice .tab-bd {
    background: #FFFFFF;
} */

.notice .tap-box {
    display: flex;
    background-color: #f5f5f5;
}

/*首页*/
.id-new-top {
    text-align: center;
    height: 106px;
    overflow: hidden;
}

.id-new-top h1 {
    margin-top: 15px;
    font-weight: 600;
    line-height: 44px;
    font-size: 28px;
    display: block;
    color: #343434;
}

.id-new-top h1 a {
    color: #343434;
}

.id-new-top h1 {
    margin-top: 15px;
    font-weight: 600;
    line-height: 44px;
    font-size: 28px;
    display: block;
    color: #343434;
}

.id-new-top h1 a {
    color: #343434;
}

.id-new-top h1 a:hover {
    color: #0577d1;
}

.id-new-top p {
    margin-top: 6px;
    line-height: 24px;
    display: block;
    color: #888888;
}

.id-new-top p a {
    color: #888888;
}

.id-new-top p a:hover {
    color: #0577d1;
}
.focusBox {
    position: relative;
    width: 460px;
    height: auto;
    text-align: left;
    background: white;
}

.focusBox .pic a {
    width: 460px;
    height: 310px;
    display: block;
    overflow: hidden
}

.focusBox .pic img {
    width: 460px;
    height: 310px;
    display: block;
}

.focusBox .txt-bg {
    /* position: absolute;
    bottom: 0;
    z-index: 1; */
    width: 100%;
    background: #fff;
    filter: alpha(opacity=40);
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid rgb(223, 220, 220);
    display: flex;
    height: 86px;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}

.focusBox .txt-bg .date {
    width: 110px;
    color: #aaa;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid rgb(223, 220, 220);
}
.focusBox .txt-bg .date .year {
    font-size: 14px;
}

/* .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 40px;
} */

.focusBox .txt li {
    position: absolute;
    bottom: -80px;
    width: 330px;
    /* cursor: pointer; */
}

.focusBox .txt li a {
    position: absolute;
    z-index: 4;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    width: 330px;
    margin-left: 10px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.focusBox .prev,
.focusBox .next {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 122px;
    z-index: 3;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .prev {
    background-image: url(../images/index.png);
    background-position: -140px 0;
    left: 4px;
}

.focusBox .next {
    background-image: url(../images/index.png);
    background-position: -171px 0;
    right: 4px;
}

.notice-li02 {
    box-sizing: border-box;
    width: 470px;
    height: 396px;
    background-color: #fff;
    border: 1px solid rgb(223, 220, 220);
    border-left: none;
    padding: 20px;
    position: relative;
}

.notice-li02-title {
    width: 100px;
    height: 40px;
    color: #fff;
    background: url(../images/news_title_bg.png) no-repeat;
    background-size: 100% 100%;
    border-left: 2px solid #cecb00;
    padding-left: 10px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
}

.notice-li02-more {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #333;
    cursor: pointer;
    line-height: 40px;
}

.notice-li02 .tab-hd-li02 {
    height: 42px;
    line-height: 42px;
}

/*首页切换结束*/
/*第一排*/
.tab-pal-li02 .id-list ul li:first-of-type {
    margin-top: 10px;
    border-top: none;
}

.tab-pal-li02 .id-list ul li {
    border-top: 1px dotted #d1d1d1;
    width: 100%;
}
.id-list ul li a::before {
    content: '';
    display: inline-block;
    background-color: rgb(225, 63, 56);
    width: 4px;
    height: 4px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 16px;
}

.id-list ul li a {
    display: block;
    font-size: 14px;
    color: #343434;

    line-height: 40px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.id-list ul li span {
    float: right;
    color: #999999;
    margin-right: 10px;
}

.id-list ul li a:hover {
    color: rgb(225, 63, 56);
    font-size: 16px;
}

.notice-li03 {
    box-sizing: border-box;
    margin-left: 15px;
    padding: 20px;
    height: 396px;
    background-color: #fff;
    border: 1px solid rgb(223, 220, 220);
    width: 255px;
    position: relative;
    overflow: hidden;
}

.notice-li-title {
    font-size: 20px;
    font-weight: 600;
    color: rgb(225, 63, 56);
    line-height: 40px;
    border-bottom: 1px solid rgb(223, 220, 220);
}

.notice-li03 .tab-bd-li03 li {
    display: flex;
    height: 76px;
    box-sizing: border-box;
    padding: 5px 0;
    border-bottom: 1px dashed rgb(223, 220, 220);
}
.notice-li03 .tab03-list li::before {
    content: '';
    display: inline-block;
    background-color: rgb(225, 63, 56);
    width: 4px;
    height: 4px;
    line-height: 40px;
    border-radius: 50%;
    margin: 6px 10px 0 0;
}
.notice-li03 .tab03-list a::before {
    content: none;
}
.notice-li03 .tab03-list a {
    cursor: pointer;
    color: #343434;
    display: block;
    height: 56px;
    line-height: 28px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    white-space: initial;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*第一排结束*/
/* 第二排 */
.notice-li04 {
    box-sizing: border-box;
    width: 460px;
    background-color: #fff;
    border: 1px solid rgb(223, 220, 220);
    position: relative;
    padding: 20px;
    border-top: 3px solid rgb(0, 49, 144);
}
.notice-li04-title {
    font-size: 18px;
    font-weight: 600;
    color: rgb(225, 63, 56);
    line-height: 40px;
    border-bottom: 1px solid rgb(223, 220, 220);
    padding-bottom: 5px;
}
.line {
    border-left: 4px solid rgb(225, 63, 56);
    padding-left: 15px;
}
.notice-li04 .id-list li {
    position: relative;
    border-top: 1px solid #eee;
}
.notice-li04 .id-list a {
    width: 305px;
    line-height: 38px;
}
.notice-li04 .id-list ul li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
}
.notice-li06 {
    box-sizing: border-box;
    width: 255px;
    margin-left: 15px;
    background-color: #fff;
    border: 1px solid rgb(223, 220, 220);
    position: relative;
    border-top: 3px solid rgb(0, 49, 144);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.notice-li06-ul li {
    padding: 0 20px;
    height: 88px;
    line-height: 88px;
}
.notice-li06-ul li span {
    display: block;
    width: 110px;
}
.notice-li06-ul li a{
    font-size: 20px;
    font-weight: 600;
    color: rgb(225, 63, 56);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(223, 220, 220);
}
.notice-li06-ul li:first-of-type a {
    border-top: none;
}
/*第二排结束*/
.middle-img {
    cursor: pointer;
}
/* 第四排 */
.notice-li07 {
    box-sizing: border-box;
    width: 390px;
    background-color: #fff;
    border: 1px solid rgb(223, 220, 220);
    position: relative;
    padding: 20px;
    border-top: 3px solid rgb(0, 49, 144);
}
.notice-li07 .id-list li {
    position: relative;
    border-top: 1px solid #eee;
}
.notice-li07 .id-list a {
    width: 245px;
    line-height: 38px;
}
.notice-li07 .id-list ul li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 38px;
}
/* 第四排结束 */
/* 友情链接 */
.friendshipLink {
    width: 100%;
    border-bottom: 3px solid rgb(8, 68, 102);
    margin-top: 15px;
}
.friendshipLink-title {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background-color: rgb(8, 68, 102);
    color: #fff;
}
.link-ul {
    display: flex;
    height: 70px;
    background-color: #fff;
    padding: 10px;
}
.link-ul a {
    color: #6E6E6E;
    margin-right: 20px;
}
/* 友情链接结束 */

/*浮动窗*/

.hy-flow {
    padding-bottom: 24px;
    background: url("../images/bg06.png");
    position: fixed;
    right: 0;
    top: 50px;
    width: 86px;
    z-index: 99999;
    text-align: center;
}

.hy-flow a {
    cursor: pointer;
    position: relative;
    z-index: 10;
    margin-top: 24px;
    display: block;

}

.hy-flow a img {
    z-index: 100;
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 86px;
    z-index: 10;
    top: 0;
}

.hy-flow a:hover img {
    display: block;
}

.hy-flow a span {
    margin-top: 7px;
    line-height: 24px;
    display: block;
}

.hy-flow a i {
    background: url("../images/pn.png");
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.hy-flow a.li02 i {
    background: url("../images/pn.png") 0 -50px;
}

.hy-flow a.li03 i {
    background: url("../images/pn.png") 0 -100px;
}

.hy-flow a.li04 i {
    background: url("../images/pn.png") 0 -150px;
}

.hy-foot .text a {
    color: #FFFFFF;
}

/*浮动窗结束*/