@charset "utf-8";
/*公共部分*/

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.w1200 {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.h164 {
    height: 164px !important;
}

.red {
    color: red;
}

.bg-white {
    background-color: #ffffff;
}

.title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e7e7e4;
}

.title h2 {
    float: left;
    width: auto;
    display: block;
    font-size: 24px;
    color: #1082da;
}

.title h2 span {
    font-size: 16px;
    color: #999;
    margin-left: 10px;
}


.title h2 a {
    color: #00923f;
}

.title a {
    float: right;
    height: 60px;
    width: 40px;
    display: inline-block;
    padding-right: 20px;
    color: #999999;
    background: url(../images/icon_more.png) no-repeat right center;
}


.listbox {
    position: relative;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.listbox li {
    float: left;
    position: relative;
    width: calc(100% - 12px);
    padding-left: 12px;
}

.listbox li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    display: block;
    background: url(../images/list_bg.png) no-repeat;
    background-position: 0 0;
}

.listbox li:hover::before {
    background-position: -7px 0;
}

.listbox li a {
    float: left;
    height: 32px;
    line-height: 32px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listbox li span {
    float: right;
    width: 44px;
    line-height: 32px;
    color: #999;
}

.listbox .date {
    width: 90px;
    line-height: 40px;
}

.listbox.lst-icon li::before {
    background: url(../images/list_bg2.png) no-repeat;
}

.listbox.lst-icon li a {
    height: 42px;
    line-height: 42px;
}

.listbox.lst-icon li span {
    height: 42px;
    line-height: 42px;
}

/*头部*/
.header {
    height: 160px;
    width: 100%;
    background-color: #fff;
}

.header .main {
    position: relative;
    width: 100%;
    height: 108px;
}

.header .main .logo {
    margin-top: 14px;
}

.header .main .info {
    width: 100%;
}

.header .main_r {
    width: 250px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
}

.header .main_r form {}

.header .main_r form div {
    display: inline-block !important;
    font-size: 0 !important;
    margin-top: 44px !important;
    padding: 0 !important;
    width: 245px !important;
    height: 26px !important;
    background: #fff !important;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #eaeaea;
}

.header .main_r form div input[name="showkeycode"] {
    font-size: 14px !important;
    display: inline-block;
    float: left;
    width: 170px;
    height: 26px;
    line-height: 26px;
    border: 0;
    padding: 0 10px;
    color: #999;
    background-color: #fff;
}

.header .main_r form div input[type="image"] {
    display: inline-block;
    float: left;
    width: 55px;
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.header .main_r .suoxun span {
    margin: 12px;
}

.header .search {
    margin-top: 20px;
    width: 240px;
    height: 40px;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #eaeaea;
}

.header .search .search_txt {
    display: inline-block;
    float: left;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 10px;
    color: #999;
    background-color: #fff;
}

.header .search .search_btn {
    display: inline-block;
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background: url(../images/search_bg.png) no-repeat center center #1082da;
}

.tag {
    height: 52px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e4;
}

.tag li {
    float: left;
    margin-right: 15px;
}

.tag li a {
    padding: 0 10px;
    width: auto;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-top: 16px;
}

.tag .onTag {
    color: #00923f;

}

.tag .onTag a {
    color: #ffffff;
    background-color: #00923f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tagMore {
    position: absolute;
    top: 20px;
    right: 0px;
    color: #999;
}

.tagMore:hover {
    color: #999;
}

/*导航*/
.nav {
    position: relative;
    height: 53px;
    background-color: #f0f9ff;
}

.nav>ul>li {
    position: relative;
    float: left;
    display: block;
    font-size: 16px;
    width: 130px;
    text-align: center;
    margin-right: 2px;
}

.nav>ul>li a span {
    line-height: 18px;
    font-size: 14px;
    margin: 0 10px;
}

.nav>ul>li.current {
    background-color: #1082da;
}

.nav>ul>li.current a {
    color: #fff;
}

.nav>ul>li>a {
    color: #666;
    display: block;
    font-size: 16px;
    padding: 8px 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav>ul>li>a:hover {
    color: #ffffff;
}

.nav>ul>li:hover ul {
    display: block
}

.nav>ul>li ul {
    position: absolute;
    top: 52px;
    z-index: 1000;
    min-width: 100%;
    display: none;
}

.nav>ul>li ul li {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.nav>ul>li ul li a {
    display: block;
    color: #666;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    text-indent: 10px;
}

.nav>ul>li:hover {
    color: #666;
    background-color: #1082da;
}

.nav>ul>li:hover a {
    color: #fff;
}

.nav>ul>li:hover ul>li>a {
    color: #666;
}

.nav>ul>li>a:hover {
    color: #ffffff;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background-color: #1082da;
}

.banner-box table {
    width: 100% !important;
}

#flashBoxu_u3_ {
    width: 100% !important;
}

#flashBoxu_u3_ img {
    width: 100% !important;
}

.focus {
    margin: 0 auto;
    width: 650px;
    position: relative;
    height: 380px;
    background-color: #fff;
}

#kinMaxShow {
    display: none;
}

/* 设置焦点图标题位置、样式等。标题位置、样式完全可以自定义哦 */
#kinMaxShow p.title {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 0;
    line-height: 34px;
    color: #FFF;
    display: block;
    width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    font-size: 16px;
    padding: 0 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
}

#kinMaxShow .kinMaxShow_button {
    text-align: center;
    width: 100%;
}

#kinMaxShow .kinMaxShow_button li {
    display: inline-block !important;
    float: none !important;
}

.indexMain01 {
    box-sizing: border-box;
    padding: 20px 0 30px;
    background-color: #fff;
    overflow: hidden;
}

.indexMain01 .indexMain01-l {
    width: 815px;
}

.indexMain01 .indexMain01-r {
    width: 360px;
}

.indexMain01 .indexMain01-l .main .main-l {
    width: 390px;
}

.indexMain01 .indexMain01-l .main {
    margin-top: 20px;
}

.indexMain01 .indexMain01-l .main .main-r {
    width: 405px;
    height: 284px;
}

.indexMain01 .indexMain01-l .main .main-r .listbox li a {
    width: 310px;
}

.indexMain01 .indexMain01-r .listbox {
    width: 100%;
}

.indexMain01 .indexMain01-r .listbox li {
    border-bottom: 1px dashed #ccc;
    padding-left: 12px;
    width: calc(100% - 12px);
}

.indexMain01 .indexMain01-r .listbox li:hover {
    border-bottom: 1px dashed #1082da;
}

.indexMain01 .indexMain01-r .listbox li a {
    width: 280px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

.indexMain01 .indexMain01-r .listbox li span {
    height: 50px;
    line-height: 50px;
}

/*indexMain02*/
.indexMain02 {
    box-sizing: border-box;
    padding: 20px 0 30px;
    overflow: hidden;
}

.indexMain02 .item {
    float: left;
    width: 373px;
    margin-right: 40px;
}

.indexMain02 .item .line.listbox li {
    border-bottom: 1px solid #eae9e9;
    padding: 12px 0;
    width: 100%;
}

.indexMain02 .item .line.listbox li a {
    width: 280px;
    float: right;
    font-size: 15px;
}

.indexMain02 .item .line.listbox li::before {
    width: 0;
    height: 0;
}

.indexMain02 .item .line.listbox li span {
    float: left;
    text-align: center;
    background-color: #fff;
    color: #666;
    padding: 2px 10px;
    font-size: 15px;
}

.indexMain02 .item .line.listbox li:hover span {
    background-color: #1082da;
    color: #fff;
}

.indexMain02 .item .line.listbox li:hover a {
    color: #1082da;
}


.indexMain02 .item:last-child {
    margin-right: 0;
}

.indexMain02 .item .listbox li a {
    width: 280px;
    font-size: 15px;
}

.indexMain02 .item .images {
    display: inline-block;
    width: 373px;
    padding: 4px 0 14px;
}

.indexMain02 .item .images img {
    width: 100%;
    height: 180px;
}

/*indexMain03*/
.indexMain03 {
    box-sizing: border-box;
    padding: 30px 0;
    background-color: #fff;
    overflow: hidden;
}

.link {
    margin: 25px 0;
}

.link li {
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 10px;
    background: #f9f9f9;
}

.link li img {
    width: 224px;
    height: 85px;
}



/*网站底部*/
.footer {
    position: relative;
    padding-top: 40px;
    width: 100%;
    height: 110px;
    background: #1082da;
    overflow: hidden;
}

.footer .left {
    width: 850px;
    padding-top: 20px;
}

.footer .left p {
    width: 100%;
    line-height: 30px;
    height: auto;
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.footer .left p a {
    color: #ffffff;
    font-size: 14px;
}

.footer .right {
    padding-top: 20px;
    color: #fff;
}

.footer .right a {
    padding-top: 20px;
    color: #fff;
}

/*分页*/
.page {
    width: 895px;
    text-align: center;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}

.page {
    line-height: 30px !important;
    margin: 0 auto !important;
    text-align: center !important;
    font-size: 14px !important;
}

.page table {
    margin: 0 auto !important;
}

.page table td {
    font-size: 14px !important;
}

.page a {
    background: #efefef !important;
    color: #646464 !important;
    padding: 5px 12px !important;
    border: 1px solid #d3d3d3 !important;
    font-size: 16px !important;
}

.page span {
    background: #efefef !important;
    color: #cfcdcd !important;
    padding: 5px 12px !important;
    border: 1px solid #d3d3d3 !important;
    font-size: 16px !important;
}

.page a.selected,
.page a:hover {
    background-color: #1082da;
    border: 1px solid #1082da;
    color: #FFFFFF;
}


.page a.disable {
    color: #cfcdcd;
    pointer-events: none;
}

.page .defaultButtonStyle {
    background: #efefef !important;
    color: #646464 !important;
    padding: 5px 12px !important;
    border: 1px solid #d3d3d3 !important;
    font-size: 16px !important;
    height: 26px
}

.page .defaultInputStyle {
    height: 21px
}

/*-------------网站内页---------*/

.list-banner {
    text-align: center;
    width: 100%;
    height: 350px;
    background: #e6f3ff no-repeat top center;
}

.sub-nav {
    height: 64px;
    line-height: 64px;
    overflow: hidden;
}

.sub-nav .sub-nav-l li {
    position: relative;
    float: left;
    margin-right: 40px;
}

.sub-nav .sub-nav-l .current::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #1082da;
}

.sub-nav .sub-nav-l .current a {
    color: #1082da;
    cursor: default
}

.sub-nav .sub-nav-l li a {
    font-size: 18px;
    display: block;
}

.sub-nav .sub-nav-r li {
    float: left;
    margin: 0 2px;
    color: #999;
}


.news-list .news-item {
    width: 100%;
    padding: 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .news-item:hover .text .tit {
    color: #1082da;
}

.news-list .news-item .img {
    width: 167px;
    height: 167px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
}

.news-list .news-item .img img {
    width: 167px;
    height: auto;
    max-height: 167px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.news-list .news-item .text {
    display: inline-block;
    width: calc(100% - 167px - 30px);
}

.news-list .news-item .text .tit {
    width: 100%;
    display: inline-block;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    color: #333;
}

.news-list .news-item .text .desc {
    color: #666;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
}

.news-list .news-item .text .time {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}


.down-list .listbox {
    padding: 0 15px;
    margin-bottom: 30px;
}

.down-list .listbox li {
    border-bottom: 1px dashed #ccc;
    padding-left: 25px;
    width: calc(100% - 25px);
}

.down-list .listbox li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    max-width: 1000px;
}

.down-list .listbox li span {
    height: 50px;
    line-height: 50px;
    width: 90px;
    font-size: 16px;
}

.down-list .listbox.down-icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 17px;
    height: 16px;
    display: block;
    background: url(../images/icon_down.png) no-repeat;
    background-position: 0 0;
}

.down-list .listbox.down-icon li:hover::before {
    background-position: -17px 0;
}

.down-list .listbox.down-icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 17px;
    height: 16px;
    display: block;
    background: url(../images/icon_down.png) no-repeat;
    background-position: 0 0;
}

.down-list .listbox.lst-icon li {
    border-bottom: 1px dashed #ccc;
    padding-left: 15px;
    width: calc(100% - 15px);
}

.content {
    background: #fff;
}

.content .details-main .details-tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.content .details-main .details-tit .details-tit-t {
    margin: 20px auto 0;
    padding-bottom: 10px;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    width: 100%;
    color: #333333;
}

.content .details-main .details-tit .details-tit-b {
    text-align: center;
}

.content .details-main .details-tit .details-tit-b span {
    margin-right: 20px;
    color: #999;
}

.content .details-main .details-con {
    width: 100%;
    padding: 20px 0 10px;
    line-height: 30px;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    color: #555;
}

.content .details-main .details-con table {
    width: 100% !important;

}

.content .details-main .details-con img {
    max-width: 100%;
}

.content .download-item {
    padding: 20px 0;
    font-size: 14px;
    line-height: 28px;
}


.content .download-item ul {
    float: left;
    width: 100%;
}

.content .download-item ul a {
    color: #007dc6;
    text-decoration: underline;
    letter-spacing: 1px;
}

.content .download-item ul a:hover {
    font-weight: bold;
}

.content .map-box {
    max-width: 100%;
}

.leading-list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}

.leading-list .item {
    width: calc((100% - 90px) / 6);
    margin-right: 15px;
    margin-bottom: 30px;
}

.leading-list .item .img {
    width: 135px;
    height: 175px;
    overflow: hidden;
}

.leading-list .item .img img {
    width: 100%;
    height: 100%;
}

.leading-list .item .inof {
   height: 57px;
}

.leading-list .item .titr {
    position: relative;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.leading-list .item .titr span {
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leading-list .item .tit {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.leading-list .item .tit::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 27px;
    height: 14px;
    display: block;
    background: url(../images/icon_right.png) no-repeat;
    background-position: 0 0;
}

.leading-list .item .tit span {
    width: 220px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leading-list .item:hover .tit {
    border-bottom: 1px solid #1082da;
}

.leading-list .item:hover .tit {
    color: #1082da;
}

.leading-list .item:hover .tit::before {
    background-position: -27px 0;
}
.leading-list .item:hover inof {
    color: #666;
}
.leading-list .item:hover titr span {
    color: #1082da;
}

.index_contact {
    margin-bottom: 30px;
    min-height: calc(100vh - 510px);
}

/*栏目导航*/
.left-sub-nav {
    float: left;
    width: 285px;
    position: relative;
    min-height: 273px;
    background: #fff;
}

.left_nav {
    clear: both;
}

.left_h2 {
    margin: 0px;
    display: none;
    padding: 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #D8D8D8;
}

.left_h2 span {
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 22px;
}

.left_nav_ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.left_nav_ul>li {
    position: relative;
    padding: 8px 15px 8px 15px;
}

.left_nav_ul>li>a {
    display: block;
    font-size: 16px;
    color: #060606;
    text-decoration: none;
}

.left_nav_ul>li:hover,
.left_nav_ul li.left_active {
    background: #1082da;
}

.left_nav_ul>li:hover a,
.left_nav_ul li.left_active a {
    color: #fff;
}

.right-content {
    float: right;
    width: 895px;
    position: relative;
    min-height: 500px;
}

.list_h2 {
    color: #060606;
    margin: 0px;
    display: block;
    padding: 15px 15px 15px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #D8D8D8;
}

.list_h2 span {
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: unset;
}

.details-main {
    padding-right: 15px;
    padding-left: 15px;
}

.pages {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.page-link {
    width: 48%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 会议年份切换-css */
.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    height: 32px;
}

.slideTxtBox .bd ul {
    padding: 10px 0;
    zoom: 1;
}


.huiyi-btn {
    display: inline-block;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 3px 10px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #0000006b;
    border-radius: 4px;

}

.huiyi-btn.on,
.huiyi-btn:active {
    color: #ffffff !important;
    background-color: #be050a !important;
    border-color: #be050a !important;
}

.inpage {
}

.inpage .huiyi_title {
    color: #a40005;
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.inpage p {
    line-height: 22px;
    color: #000000;
    font-size: 12px;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.inpage p a {
    color: #337ab7;
    text-decoration: none;
}

.inpage .time {
    color: #8f8f8f;
}

.inpage .row {
    color: #000000;
    font-size: 12px;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.inpage .bt_lan {
    font-size: 16px;
    font-weight: bold;
    color: #337ab7;
}

.in_news {
    padding: 0px 5px 0px 5px;
}

.in_news li {
    background-image: url(../images/icon_dot_hong.png);
    background-repeat: no-repeat;
    background-position: 2px 10px;
}

.in_news li .news_txt {
    display: block;
    padding-left: 15px;
    font-size: 12px;
    color: #000000;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.kinMaxShow_image_box {
height: 284px;
}
.kinMaxShow_image_item {

}