/* --二级页bg-- */

.main {
    min-height: 1080px;
    background: url(../images/main-bg.png) no-repeat top center #f2f8ff;
    position: relative;
}


/* --走进科协-- */

.page-enterkx {
    padding-bottom: 50px;
}

.page-enterkx .kx-introduce {
    padding-top: 0px;
}

.page-enterkx .kx-title .more {
    font-size: 15px;
}


/* 科协概况 */

.kx-introduce {}

.kx-introduce .box {
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    justify-content: space-between;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
}

.kx-introduce .box .item {
    height: 424px;
    width: 500px;
}

.kx-introduce .box .kx-info {
    width: 750px;
    background-color: #FFFFFF;
}


/* 简介-章程 */

.kx-introduce .slideTxtBox {
    padding: 36px 0;
    width: 750px;
}


/* tab-head */

.kx-introduce .slideTxtBox .hd {
    padding: 0 12px 20px 12px;
    position: relative;
    color: #333;
}

.kx-introduce.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.kx-introduce .slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    background: url("../images/tab-on-bg.png") no-repeat center bottom;
    background-size: 0 4px;
    transition: all .3s;
}

.kx-introduce .slideTxtBox .hd ul li.on {
    color: #0d2e8b;
    height: 42px;
    background: url("../images/tab-on-bg.png") no-repeat center bottom;
    background-size: 85px 4px;
}


/*tab-body */

.kx-introduce .slideTxtBox .bd ul {
    width: 750px;
    zoom: 1;
}


/* tab-content */

.kx-introduce .slideTxtBox .bd .content {
    padding: 32px;
    overflow: hidden;
}

.kx-introduce .slideTxtBox .bd .content p {
    line-height: 28px;
    text-indent: 2em;
}

.kx-introduce .slideTxtBox .bd .content .more {
    display: block;
    text-align: right;
}


/* right */

.kx-introduce .box .kx-logo,
.kx-introduce .box .kx-ide {
    height: 196px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    padding: 30px 36px;
}

.kx-introduce .box .img {
    width: 88px;
}

.kx-introduce .box .img p {
    padding-top: 12px;
    color: #0d2e8b;
    text-align: center;
}

.kx-introduce .box .text {
    padding-top: 12px;
    padding-left: 40px;
    line-height: 28px;
    width: 340px;
    height: 136px;
}


/* 领导之窗 */

.kx-leader {}

.kx-leader .box {
    background-color: #FFFFFF;
    height: 290px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    padding: 40px 30px;
}

.kx-leader .box .item:nth-child(1),
.kx-leader .box .item:nth-child(2) {
    flex: 1;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    width: 491px;
}

.kx-leader .box .item .img img {
    width: 150px;
    height: 210px;
    transition: all .3s;
}

.kx-leader .box .item .img img:hover {
    opacity: 0.65;
}

.kx-leader .box .item .info {
    padding: 20px 28px;
    width: 330px;
}

.kx-leader .box .item .info .name {
    font-size: 20px;
    padding-bottom: 12px;
}

.kx-leader .box .item .info .name span {
    font-weight: bold;
    margin-right: 12px;
}

.kx-leader .box .item .info .text {
    line-height: 28px;
}

.kx-leader .box .item:last-child {
    border-left: 1px solid #bfd0ff;
    width: 238px;
    padding-left: 30px;
    text-align: right;
}


/*  
.kx-leader .box .item p {
    width: 208px;
}
*/

.kx-leader .box .item:last-child p {
    padding-bottom: 12px;
}

.kx-leader .box .item:last-child p img:hover {
    opacity: .65;
}


/* 组织机构 */

.kx-organize {}

.kx-organize .box {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
}

.kx-organize .box .item {
    width: 232px;
    height: 190px;
}

.kx-organize .box .item a {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: justify;
    border-radius: 3px;
    transition: all .3s;
    background-color: #ffffff;
}

.kx-organize .box .item a .img {
    transition: all .3s;
    transform: translateY(0px);
}

.kx-organize .box .item a .text {
    color: #333;
    font-size: 18px;
    padding-top: 20px;
}

.kx-organize .box .item a:hover {
    background-color: #9cc8ff;
}

.kx-organize .box .item a:hover .img {
    transform: translateY(-3px);
}

.kx-organize .box .item a:hover .text {
    color: #ffffff;
}


/* tab */

.kx-organize .slideTxtBox {
    width: 1280px;
    text-align: left;
}


/* tab-head */

.kx-organize .slideTxtBox .hd {
    height: 56px;
    line-height: 56px;
    padding: 0 10px 0 20px;
    position: relative;
    z-index: 9;
}

.kx-organize .slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 32px;
}

.kx-organize .slideTxtBox .hd ul li {
    float: left;
    padding: 0 36px;
    cursor: pointer;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #dce8f6;
    position: relative;
    border-right: 0;
    border-bottom: 0;
}

.kx-organize .slideTxtBox .hd ul li:last-child {
    border-right: 1px solid #dce8f6;
}

.kx-organize .slideTxtBox .hd ul li:before {
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    background-color: #0d2e8b;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}

.kx-organize .slideTxtBox .hd ul li.on {
    color: #0d2e8b;
    height: 59px;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.kx-organize .slideTxtBox .hd ul li.on:before {
    width: 100%;
}

.kx-organize .slideTxtBox .tempWrap {
    border: 1px solid #dce8f6;
}

.kx-organize .slideTxtBox .bd ul {
    width: 1280px;
    zoom: 1;
    background-color: #ffffff;
    margin-top: 1px;
    height: 266px;
}

.kx-organize .slideTxtBox .bd .content {
    padding: 32px;
    overflow: hidden;
}

.kx-organize .slideTxtBox .bd .content .info {
    width: 100%;
    height: 210px;
    overflow-y: scroll;
}

.kx-organize .slideTxtBox .bd .content .info::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.kx-organize .slideTxtBox .bd .content .info::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.kx-organize .slideTxtBox .bd .content .info::-webkit-scrollbar-thumb {
    background-color: #0c2d8c;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    cursor: pointer;
}

.kx-organize .slideTxtBox .bd .content .info input::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 14px;
}

.kx-organize .slideTxtBox .bd .content .info input::-moz-placeholder {
    color: #b2b2b2;
    font-size: 14px;
}

.kx-organize .slideTxtBox .bd .content .info input::-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 14px;
}

.kx-organize .slideTxtBox .bd .content p {
    line-height: 28px;
    text-indent: 2em;
}

.kx-organize .slideTxtBox .bd .content .list {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
    width: 1280px;
    padding-right: 30px;
}

.kx-organize .slideTxtBox .bd .content .list li {
    float: left;
    margin-right: 46px;
    list-style: disc;
}


/* --走进科协end-- */


/* --信息公开-- */

.page-info-open {
    padding-bottom: 50px;
}


/* 通知公告 */

.kx-notice {}

.kx-notice .kx-title::after {
    display: none;
}

.kx-notice .item-layout {
    background-color: #ffffff;
    position: relative;
}

.kx-notice .item-layout .ul-list {
    margin-left: 42px;
    padding-right: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}

.kx-notice .item-layout .ul-list li {
    color: #cccccc;
    height: auto;
    list-style: none;
    position: relative;
    padding-left: 24px;
}

.kx-notice .item-layout .ul-list .list-time {
    top: -20px;
    height: 24px;
    display: block;
    position: inherit;
}

.kx-notice .item-layout .title {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 30px 0 30px;
}

.kx-notice .item-layout .title .icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: #e9f6ff;
    border-radius: 100%;
    margin-right: 14px;
    text-align: center;
    overflow: hidden;
}

.kx-notice .item-layout .title .icon img {
    vertical-align: middle;
}

.kx-notice .item-layout .title .more {
    float: right;
    font-size: 14px;
    font-weight: normal;
    height: 68px;
    line-height: 48px;
}

.kx-notice .item-layout .title .more a {
    color: #999999;
}

.kx-notice .item-layout .title .more a:hover {
    color: #0d2e8b;
}

.kx-notice .item-layout .ul-list li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 15px;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
}

.kx-notice .ul-list li .icon-circle {
    display: block;
    position: absolute;
    left: 2px;
    top: 15px;
    z-index: 10;
    width: 7px;
    height: 7px;
    background-color: #cccccc;
    border-radius: 100%;
}

.kx-notice .ul-list li h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 200%;
    width: 560px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.kx-notice .ul-list li p {
    font-size: 16px;
    color: #999;
    line-height: 32px;
    height: 32x;
    padding-bottom: 12px;
}

.kx-notice .item-layout .ul-list li:last-child:before {
    height: 50%;
}

.kx-notice .item-layout .ul-list li:hover {
    transform: translateX(0px);
}

.kx-notice .item-layout .ul-list li a {
    font-size: 18px;
    width: 510px;
}


/* 政策法规 */

.kx-policy {
    padding-top: 20px;
}

.kx-policy .article-list-layout .item-layout .kx-title {
    margin-bottom: 19px;
}


/* 财务公开 */

.kx-finance {
    padding-top: 10px;
}

.kx-finance .kx-title {
    margin-bottom: 19px;
}

.kx-finance .item-layout .ul-list {
    padding-left: 0;
}

.kx-finance .item-layout .ul-list li {
    padding-left: 120px;
}

.kx-finance .item-layout .ul-list li:before {
    display: none;
}

.kx-finance .item-layout .ul-list .list-time {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 0;
    color: #163b72;
    font-size: 14px;
    background: url("../images/list-date-bg.png") no-repeat;
}


/* 信息公开end */


/* --要闻动态-- */

.focus-news {}


/* 头条新闻-news-hot */

.focus-news .hot-news {
    position: relative;
    top: 120px;
    border: 1px solid #cddff5;
}

.focus-news .hot-news .img {
    position: absolute;
    top: 0;
    left: 40px;
}


/* ----top轮播---- */

.picBtnTop {
    width: 1280px;
    height: 380px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin-top: 100px;
}

.picBtnTop .head {
    width: 620px;
    height: 380px;
    position: absolute;
    right: 0px;
    overflow: hidden;
}

.picBtnTop .head ul li {
    width: 640px;
    height: 114px;
    background-color: #f9f;
    margin-bottom: 20px;
}

.picBtnTop .head ul li.on {
    background-color: #f4f4f4;
    background-color: #0d2e8b;
}

.picBtnTop .head ul li.on .info .intro,
.picBtnTop .head ul li.on .info .title,
.picBtnTop .head ul li.on .list-time {
    color: #ffffff;
}


/* body */

.picBtnTop .bd {
    width: 620px;
    height: 380px;
    position: relative;
}

.picBtnTop .bd li {
    height: 380px;
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.picBtnTop .bd li .pic {
    height: 327px;
    position: relative;
    z-index: 0;
}

.picBtnTop .bd li .pic img {
    width: 620px;
    height: 327px;
}

.picBtnTop .bd li .title {
    width: 580;
    height: 90px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.picBtnTop .list {}

.picBtnTop .list .item {
    height: 108px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.picBtnTop .list .item .list-time {
    width: 64px;
    height: 66px;
    border: 1px solid #6b89dd;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #0d2e8b;
    display: block;
}

.picBtnTop .list .item .list-time h3 {
    border-bottom: 1px solid #6b89dd;
    line-height: 42px;
    font-size: 24px;
}

.picBtnTop .list .item .list-time h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.picBtnTop .list .item .info {
    padding: 0 10px 0 24px;
    flex: 1;
}

.picBtnTop .list .item .info .title {
    padding-top: 6px;
    padding-bottom: 12px;
    font-size: 18px;
}

.picBtnTop .list .item .info .intro {
    color: #666;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 480px;
}

.picBtnTop .news-date {
    width: 85px;
    height: 91px;
    padding: 19px 12px;
    background-image: url(../images/banner-time-bg.png);
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 24px;
    z-index: 999;
    text-align: center;
    color: #fff;
}

.picBtnTop .news-date h3 {
    font-size: 26px;
    line-height: 26px;
    border-bottom: 1px solid #52b3fd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.picBtnTop .news-date span {
    font-size: 14px;
}

.picBtnTop .text {
    display: block;
    width: 100%;
    height: 44px;
    padding-left: 130px;
    line-height: 44px;
    position: absolute;
    bottom: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 领导动态 */

.kx-dynamic {
    padding-bottom: 20px;
}

.kx-dynamic .article-list-layout .item-layout {
    width: 400px;
    height: 160px;
    padding: 40px 30px;
    background: url("../images/dynamic-bg.png") no-repeat;
    transition: all .3s;
    cursor: pointer;
}

.kx-dynamic .article-list-layout .item-layout:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.kx-dynamic .article-list-layout .item-layout a {
    font-size: 18px;
    line-height: 24px;
    display: block;
}

.kx-dynamic .article-list-layout .item-layout .list-time {
    color: #999;
    font-size: 16px;
    margin-top: 12px;
    display: block;
}


/* 切换-盟市科协旗县科协 */

.area-kx {}

.ms-kx-title::after {
    width: 48% !important;
    left: 270px;
}

.area-kx .slideTxtBox {}

.area-kx .slideTxtBox .hd {
    padding: 0 12px 20px 0px;
    position: relative;
}

.area-kx .hd ul {
    float: left;
    position: absolute;
    left: 0px;
    top: -1px;
    height: 32px;
    width: 620px;
}

.area-kx .slideTxtBox .hd ul li {
    float: left;
    padding-right: 15px;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
}

.area-kx .slideTxtBox .hd ul li.on {
    color: #0d2e8b;
    height: 42px;
}

.area-kx .slideTxtBox .more {
    position: absolute;
    top: 0;
    right: 0;
}

.area-kx .slideTxtBox .more a {
    font-size: 14px;
    color: #999;
}

.area-kx .slideTxtBox .bd {
    overflow: hidden;
    width: 620px;
    /* background-color: #0d2e8b; */
}

.area-kx .slideTxtBox .text {
    color: #333;
}

.area-kx .slideTxtBox .kx-title::after {
    width: 48% !important;
    left: 270px;
    margin-left: 4px;
}


/* 视频之窗 */

.kx-video .article-list-layout {
    flex-wrap: wrap;
    /* 混合版语法：IE 10 */
    -ms-flex-wrap: wrap;
}

.kx-video {
    padding-bottom: 50px;
}

.kx-video .kx-title .img {
    margin-right: 14px;
}

.kx-video .kx-title::after {
    width: 81%;
    left: 190px;
}

.kx-video .item-layout {
    width: 300px;
}

.kx-video .item-layout .img {
    width: 300px;
    height: 168px;
    overflow: hidden;
    cursor: pointer;
}

.kx-video .item-layout .img:hover img {
    transform: scale(1.2, 1.2);
    opacity: .85;
}

.kx-video .item-layout .img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.kx-video .item-layout .title {
    font-size: 18px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    padding-left: 12px;
    padding-right: 12px;
}

.kx-video .item-layout .list-time {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background: url("../images/video-time-bg.png") no-repeat;
}

.kx-video .item-layout p {
    height: 42px;
    line-height: 42px;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* --要闻动态end-- */


/* --服务平台-- */

.service-desk {
    min-height: auto;
}


/* title */

.service-desk .title {
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 136px;
    width: 1280px;
}

.service-desk .title .bg-line {
    display: block;
    flex: 1;
    /* 混合版本语法: IE 10 */
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    <!-- background: url("../images/kx-title-bg.png") center center repeat-x;
    -->
}

.service-desk .title .text {
    padding-left: 28px;
    padding-right: 28px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #333;
}

.service-desk .title .text .cn {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: -10px;
    text-align: center;
}

.service-desk .title .text .en {
    color: #e2e9f5;
    display: block;
}

.service-desk .title .text::after {
    content: '';
    display: block;
    width: 54px;
    height: 6px;
    border-radius: 3px;
    background-color: #ff9e01;
    margin: 0 auto;
    transform: translateY(12px);
}


/* 列表 */

.service-desk .list {
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}

.service-desk .list .item {
    border-radius: 10px;
    background: #ffffff;
    transition: all .3s;
    width: 406.6px;
    height: 210px;
    margin-bottom: 29px;
    /* margin-right: 37.5px; */
}

.service-desk .list .item .icon {
    width: 100%;
    text-align: center;
}

.service-desk .list .item .text {
    font-size: 20px;
    padding-top: 30px;
    margin: 0 auto;
}

.service-desk .list .item a {
    text-align: center;
    transition: all .3s;
}


/* 政务云 */

.government {
    padding-bottom: 10px;
}

.government .list .item:hover {
    background: url("../images/service-platform-icon-bg.png") no-repeat;
    background-size: 100%;
}

.government .list .item a {
    width: 226px;
    height: 211px;
}

.government .list .item a:hover {
    color: #ffffff;
}

.government .list .service-video .text {
    width: 120px;
    text-align: center;
    line-height: 24px;
}

.government .list .item .icon {
    padding-top: 40px;
}


/* 科普云 */

.popularize {
    padding-bottom: 50px;
}

.popularize a:hover {
    opacity: 0.65;
}

.popularize .text {
    font-weight: bold;
    padding-bottom: 30px;
}

.popularize .list .item {
    border-radius: 10px;
    background: #ffffff;
    transition: all .3s;
    width: 298px;
    height: 295px;
}

.popularize .list .item a {
    width: 298px;
    height: 212px;
}


/* --服务平台end-- */


/* --网站地图-- */

.site-map {
    padding-bottom: 50px;
}

.site-map .list {
    display: flex;
    flex-direction: column;
}

.site-map .list .item {
    width: 100%;
    background: #ffffff;
    border: 1px solid #cddff5;
    margin-bottom: 30px;
}

.site-map .list .item:last-child {
    margin-bottom: 0;
}

.site-map .list .item .title {
    background-color: #eaf4ff;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 26px;
    position: relative;
    color: #333333;
}

.site-map .list .item .title::before {
    content: '';
    display: inline-block;
    background: url("../images/sitemap-title-style.png") no-repeat;
    width: 5px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 15px;
}

.site-map .list .item .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 18px;
}

.site-map .list .item .info .link {
    font-size: 18px;
    width: 158px;
    margin-left: 24px;
    line-height: 42px;
    padding-left: 20px;
    background: url("../images/sitemap-item-icon.png") left center no-repeat;
}


/* --领导之窗-- */

.leader {
    padding-top: 50px;
    padding-bottom: 30px;
}

.leader .sidebar {
    height: 947px;
}

.leader .list {}

.leader .kx-content .list .item {
    height: 208px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    padding: 20px;
    border: 1px solid #dce8f6;
    margin-bottom: 20px;
    background: url("../images/leader-list-item-bg.png") right center no-repeat #ffffff;
}

.leader .kx-content .list .item .info {
    padding: 20px 40px;
    width: 808px;
}

.leader .kx-content .list .item .info .name {
    padding-bottom: 20px;
    font-size: 20px;
}

.leader .kx-content .list .item .info .name span {
    font-weight: bold;
    margin-right: 12px;
}

.leader .kx-content .list .item .info .intro {
    color: #666;
    font-size: 16px;
    line-height: 32px;
}


/* --领导之窗end-- */


/* --科协简介-- */

.kx-introduce {
    padding-top: 50px;
}

.kx-introduce .kx-title::after {
    display: none;
}

.kx-introduce .kx-content-info {
    padding: 48px;
    background-color: #ffffff;
    min-height: 844px;
}

.kx-introduce .kx-content-info p {
    line-height: 32px;
    /* text-indent: 2em; */
    min-height: 24px;
}

.kx-introduce .kx-content-info td,
.kx-introduce .kx-content-info th {
    padding: 5px 10px;
    border: 1px solid #dddddd;
}


/* --科协简介end-- */


/* --通用概览-- */

.currency {
    padding-top: 50px;
}

.currency .kx-content .kx-title::after {
    display: none;
}

.currency .list {}

.currency .kx-content .list .item {
    /* height: 108px; */
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.currency .kx-content .list .item .list-time {
    width: 64px;
    height: 66px;
    border: 1px solid #6b89dd;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #0d2e8b;
    display: block;
}

.currency .kx-content .list .item .list-time h3 {
    border-bottom: 1px solid #6b89dd;
    line-height: 42px;
    font-size: 24px;
}

.currency .kx-content .list .item .list-time h2 {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}

.currency .kx-content .list .item .info {
    padding: 0 24px;
    flex: 1;
}

.currency .kx-content .list .item .info .title {
    padding-top: 6px;
    padding-bottom: 12px;
    font-size: 18px;
}

.currency .kx-content .list .item .info .intro {
    width: 818px;
    color: #666;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}


/* --通用概览end-- */


/* --视频之窗-- */

.pages-video {
    padding-top: 50px;
}

.pages-video .article-list-layout {
    flex-wrap: wrap;
    /* 混合版语法：IE 10 */
    -ms-flex-wrap: wrap;
}

.pages-video .article-list-layout .item-layout {
    margin-bottom: 12px;
}


/* --视频之窗end-- */


/* --重要文章-- */

.page-article {
    padding-top: 50px;
}

.page-article .kx-content .kx-title::after {
    display: none;
}

.page-article .article-list-layout {
    display: block;
}

.page-article .item-layout {
    width: 100%;
}

.page-article .item-layout .ul-list li:nth-child(5n) {
    margin-bottom: 31px;
}

.page-article .item-layout .ul-list li:nth-child(5n)::after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    border-top: 1px dashed #b7b7b7;
    margin-top: 15px;
}


/* --重要文章end-- */


/* --专题专栏--*/

.page-special {
    padding-bottom: 50px;
}


/* 标题样式 */

.page-special .kx-title::after {
    width: 89%;
}


/* 轮播 */

.page-special .swiper {
    width: 1280px;
    height: 292px;
    margin: 0 auto;
    position: relative;
}

.page-special .swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.page-special .swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 720px;
    height: 180px;
    position: absolute;
    top: 27px;
    left: 50%;
    margin-left: -380px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
}

.page-special .swiper .pic li img {
    width: 100%;
    height: 100%;
}

.page-special .swiper .pic li.now {
    width: 692px;
    height: 180px;
}

.page-special .now {
    z-index: 9;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.page-special .next {
    z-index: 6;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
}

.page-special .prev {
    z-index: 6;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

.page-special .swiper .cricle {
    height: 16px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-special .swiper .cricle li {
    float: left;
    width: 10px;
    height: 10px;
    background-color: #bfd9fb;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.page-special ._bg {
    width: 28px !important;
    border-radius: 5px !important;
    background: url(../images/prompt-bg.png) no-repeat;
}

.page-special .swiper .btns {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 38px;
    z-index: 9;
}

.page-special .swiper .btns .leftbtn,
.page-special .swiper .btns .rightbtn {
    height: 100%;
    width: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.page-special .swiper .btns .leftbtn::after,
.page-special .swiper .btns .rightbtn::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}

.page-special .swiper .btns .leftbtn::after {
    -webkit-transform: translate(16px, 12px) rotate(-45deg);
    -moz-transform: translate(16px, 12px) rotate(-45deg);
    -o-transform: translate(16px, 12px) rotate(-45deg);
    -ms-transform: translate(16px, 12px) rotate(-45deg);
    transform: translate(16px, 12px) rotate(-45deg);
}

.page-special .swiper .btns .rightbtn::after {
    -webkit-transform: translate(8px, 12px) rotate(135deg);
    -moz-transform: translate(8px, 12px) rotate(135deg);
    -o-transform: translate(8px, 12px) rotate(135deg);
    -ms-transform: translate(8px, 12px) rotate(135deg);
    transform: translate(8px, 12px) rotate(135deg);
}

.page-special .leftBox,
.page-special .rightBox {
    height: 189px;
    position: absolute;
    top: 30px;
    z-index: 99;
    cursor: pointer;
}

.page-special .leftBox {
    width: 182px;
    left: 0;
}

.page-special .rightBox {
    width: 222px;
    right: 0;
}


/* 专题专栏 */

.page-special .spe-column {
    display: flex;
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    flex-wrap: wrap;
    /* 混合版语法：IE 10 */
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
    padding-top: 50px;
}

.page-special .spe-column .item {
    width: 625px;
    height: 220px;
    background-color: #ffffff;
    margin-bottom: 24px;
    overflow: hidden;
}

.page-special .spe-column .item .img {
    width: 625px;
    height: 163px;
    overflow: hidden;
}

.page-special .spe-column .item .img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
    cursor: pointer;
}

.page-special .spe-column .item .text {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.page-special .spe-column .item img:hover {
    opacity: .75;
    transform: scale(1.1, 1.1);
}

.page-special .article-list-layout .item-layout {
    width: 100%;
}

.page-special .article-list-layout .item-layout .ul-list {
    flex-direction: row;
    display: flex;
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    flex-wrap: wrap;
    /* 混合版语法：IE 10 */
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
}

.page-special .article-list-layout .item-layout .ul-list li {
    width: 625px;
}


/*--专题专栏end--*/


/* --留言需知-- */

.page-message {
    padding-top: 50px;
}

.page-message .message-box {
    padding: 0 32px 64px 32px;
    border-bottom: 1px dashed #e6e6e6;
}

.page-message .message-box p {
    line-height: 28px;
}

.page-message .clause {
    text-align: center;
    padding-top: 40px;
}

.page-message .btn-checkbox {
    margin-top: -2px;
    margin-right: 4px;
}

.page-message .btn-container {
    text-align: center;
    margin-top: 40px;
}

.page-message .btn {
    width: 156px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    transition: all .3s;
    background-color: #ccc;
}

.page-message .active {
    background-color: #0c2d8c;
}


/* --留言需知--end */


/* --我要留言-- */

.page-message .form {
    display: flex;
    flex-direction: column;
}

.page-message .form-item {
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    margin-bottom: 20px;
    align-items: center;
    -ms-flex-align: center;
}

.page-message .form-label {
    margin-right: 12px;
    width: 88px;
    text-align: right;
    display: block;
    display: inline-block;
}

.page-message .form-item .input.code-input {
    width: 206px;
}

.page-message .form-item .input {
    width: 791px;
    height: 48px;
}

.page-message .red-color {
    margin-left: 4px;
}

.verificationcode {
    display: inline-block;
}

.page-message .verificationcode img {
    vertical-align: middle;
    margin: 0 24px;
}

.kx-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical
}


/* --我要留言end-- */


/* --信件查询结果 --*/

.message-letter {
    padding-bottom: 50px;
}

.message-letter .message-count {
    width: 970px;
    height: 130px;
    border-radius: 3px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    background: url("../images/letter-title-bg.png") no-repeat;
}

.message-letter .message-count .item {
    width: 263px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    position: relative;
    margin-top: 27px;
}

.message-letter .message-count .item:first-child {
    width: 180px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 32px;
    color: #ffffff;
    margin-top: 54px;
}

.message-letter .message-count .item::after {
    content: '';
    width: 1px;
    height: 60px;
    background-color: #e5e5e5;
    position: absolute;
    top: 10px;
    right: 50px;
}

.message-letter .message-count .item:first-child::after {
    width: 0;
}

.message-letter .message-count .item:last-child::after {
    width: 0;
}

.message-letter .message-count .item .icon {
    width: 74px;
    height: 74px;
}

.message-letter .message-count .item .text {
    padding-top: 12px;
    padding-left: 22px;
}

.message-letter .message-count .item .text .number,
.message-letter .message-count .item .text .title {
    display: block;
}

.message-letter .message-count .item .text .number {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.message-letter .message-count .item .text .title {
    padding-top: 12px;
    color: #666666;
}

.message-letter .msg-search {
    padding: 40px;
}

.message-letter .msg-search .red-color {
    margin-right: 12px;
}

.message-letter .msg-search .input {
    width: 260px;
    height: 48px;
}

.message-letter .msg-search .btn {
    height: 48px;
    width: 140px;
    font-size: 18px;
    margin-left: 16px;
}

.message-letter .content {
    padding-top: 24px;
    padding-bottom: 23px;
}

.message-letter .content p {
    text-align: center;
    color: #999;
}


/* 表格 */

.kx-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.kx-table thead tr {
    height: 50px;
}

.kx-table tbody tr {
    height: 48px;
    position: relative;
}

.kx-table tr th {
    background: #f3f6ff;
    text-align: center;
    font-weight: inherit;
    background-clip: padding-box;
    position: relative;
}

.kx-table td,
.kx-table th {
    position: relative;
    font-family: "Microsoft YaHei", 微软雅黑, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB" !important;
}

.kx-table td,
.kx-table th {
    border-width: 1px;
    border-style: solid;
    border-color: #d8e2ff;
    font-size: 16px;
    line-height: 26px;
    background-clip: padding-box;
    position: relative;
}

.kx-table tr td {
    min-width: 90px;
}

.kx-table table[hui-skin=nob] td,
.kx-table table[hui-skin=nob] th {
    border: none
}

.kx-table thead tr {
    background-color: #ffffff;
    color: #0d2e8b;
}

.kx-table .see {
    color: #ff9e01;
}

.kx-table .see:hover {
    color: #0d2e8b;
}

.kx-table .see img {
    vertical-align: middle;
    margin-right: 4px;
}

.kx-table .see.disabled {
    color: #999999;
}

.message-letter .kx-table table tr td:nth-child(2) {
    text-align: left;
}


/* --信件查询结果end --*/


/* --信件选登-- */

.table-xjxd {}

.table-xjxd .article-list-layout {
    display: block;
}

.table-xjxd .article-list-layout .item-layout {
    width: 100%;
}

.table-xjxd .article-list-layout .item-layout .ul-list li {
    width: 100%;
    color: #cccccc;
}

.table-xjxd .article-list-layout .item-layout .ul-list.table-hd li:before {
    display: none;
}


/* table-hd */

.table-xjxd .table-hd {
    background-color: #ffffff;
    margin-bottom: 14px;
}

.table-xjxd .item-layout .table-hd li {
    list-style: none;
    overflow: hidden;
}

.table-xjxd .table-hd li span {
    color: #0c2d8c;
}

.table-xjxd .table-hd li .theme {
    float: left;
}

.table-xjxd .table-hd li .situation,
.table-xjxd .table-hd li .reply {
    width: 140px;
    text-align: center;
    float: right;
}

.table-xjxd .item-layout .ul-list li:hover {
    transform: translateX(0);
    color: #0d2e8b;
}

.table-xjxd .item-layout .ul-list.table-bd {
    padding-left: 20px;
}

.table-xjxd .item-layout .ul-list li a {
    width: 648px;
}

.table-xjxd .item-layout .ul-list .list-time {
    width: 140px;
    text-align: center;
}

.table-xjxd .item-layout .ul-list .list-handle {
    position: absolute;
    top: 0;
    right: 140px;
    color: #999;
    font-size: 16px;
    width: 140px;
    text-align: center;
}

.table-xjxd .item-layout .ul-list .list-time {
    width: 140px;
    text-align: center;
}

.table-xjxd .article-list-layout .item-layout .ul-list li:nth-child(5n) {
    margin-bottom: 31px;
}

.table-xjxd .article-list-layout .item-layout .ul-list li:nth-child(5n)::after {
    content: '';
    height: 10px;
    width: 100%;
    display: block;
    border-top: 1px dashed #b7b7b7;
    margin-top: 15px;
}


/* --信件选登end-- /*

/* --信件回复-- */

.kx-table.reply table {}

.kx-table.reply table td {
    text-align: left;
    padding-left: 20px;
    background-color: #ffffff;
}

.kx-table.reply table th {
    width: 126px
}


/* --信件回复-end-- */


/* --详情细览页-- */

.details-cont {
    background-color: #fff;
    border: 1px solid #dce8f6;
    margin-top: 50px;
    position: relative;
}

.details-page {
    width: 1040px;
    position: relative;
    padding: 60px 0 60px 60px;
}


/* 文章标题 */

.details-page .details-header {
    padding-bottom: 24px;
    background: url("../images/kx-title-bg.png") center bottom repeat-x;
    margin-right: 60px;
}

.details-page .details-title {
    font-size: 28px;
    text-align: center;
    width: 790px;
    line-height: 36px;
    margin: 0 auto;
    font-weight: bold;
}

.details-page .details-info {
    font-size: 16px;
    padding-top: 42px;
    color: #999999;
    margin: 0 auto;
    text-align: center;
}

.details-page .details-info .time,
.details-page .details-info .click {
    margin-right: 30px;
    display: inline-block;
}

.details-page .details-info .source {
    display: inline-block;
}

.zrbj {
    max-width: 95%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #dce8f6;
    text-align: right;
    margin: 0 auto;
    margin-top: 40px;
}


/* 文章内容 */

.details-page .details-body {
    min-height: 600px;
    border-right: 1px solid #dce8f6;
    padding-right: 60px;
    padding-top: 30px;
    box-sizing: border-box;
}

.details-page .details-body p {
    line-height: 36px;
    text-align:justify;
}

.details-page .details-body * {
    line-height: 36px;
}

.details-page .details-body img {
    max-width: 90%;
}


/* 分享功能 */

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.fontSize14 * {
    font-size: 14px !important;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize18 * {
    font-size: 18px !important;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 3px;
    line-height: 32px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

.details-right {
    position: absolute;
    top: 166px;
    right: 0;
    background-color: #ffffff;
    width: 240px;
    font-size: 14px;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #dce8f6;
}

.details-right .box {
    width: 100%;
}

.details-right .block1 a {
    text-align: center;
    padding-top: 30px;
    display: block;
    font-size: 14px;
    color: #999999;
    margin-bottom: 25px;
    position: relative;
}

.details-right .block1 .a1 {
    background: url(../images/tyxl_xin_img1.png) no-repeat center top;
}

.details-right .block1 .a2 {
    background: url(../images/tyxl_xin_img2.png) no-repeat center top;
}

.details-right .block1 .a3 {
    background: url(../images/tyxl_xin_img3.png) no-repeat center top;
}

.details-right .block1 .a4 {
    background: url(../images/tyxl_xin_img9.png) no-repeat center top;
}

.details-right .block1 a:hover {
    color: #0d2e8b;
}

.details-right .block1 .a1:hover {
    background: url(../images/tyxl_xin_img1_1.png) no-repeat center top;
}

.details-right .block1 .a2:hover {
    background: url(../images/tyxl_xin_img2_1.png) no-repeat center top;
}

.details-right .block1 .a3:hover {
    background: url(../images/tyxl_xin_img3_1.png) no-repeat center top;
}

.details-right .block1 .a4.on,
.details-right .block1 .a4:hover {
    background: url(../images/tyxl_xin_img10.png) no-repeat center top;
}

.details-right .block2:before {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    margin: 0 auto;
    background-color: #e6e6e6;
    margin-bottom: 30px;
}

.details-right .block2 span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999999;
    background: url(../images/tyxl_xin_img4.png) no-repeat center center;
    margin-bottom: 25px;
}

.details-right .bshare-custom {
    display: block;
}

.details-right .bshare-custom a {
    display: block;
    padding: 0;
    width: 44px;
    height: 45px;
    margin: 0 auto 20px;
}

.details-right .bshare-custom a.bshare-weixin {
    background: url(../images/tyxl_xin_img5.png) no-repeat center;
}

.details-right .bshare-custom a.bshare-sinaminiblog {
    background: url(../images/tyxl_xin_img6.png) no-repeat center;
}

.details-right .bshare-custom a.bshare-qzone {
    background: url(../images/tyxl_xin_img7.png) no-repeat center;
}

.details-right .block3 a {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 45px;
}


/* --细览页end-- */


/* --检索页-- */


/* retrieval-nav */

.retrieval-nav {
    background: none;
    float: right;
    margin-top: 17px;
}

.retrieval-nav .nav-list li {
    width: 96px !important;
}

.retrieval-nav .nav-list .nav-item {
    text-align: right;
}

.retrieval-nav .nav-list .nav-item a {
    color: #333;
    font-size: 18px;
}

.retrieval-nav .nav-list .nav-item.on a {
    color: #0d2e8b;
}

.retrieval-nav .nav-list .nav-item.on::after {
    width: 0;
}

.retrieval-nav .nav-list .nav-item a:hover {
    color: #0d2e8b;
    font-weight: bold;
}


/* retrieval */

.retrieval {
    background: url("../images/retrieval-bg.png") top center no-repeat #f2f8ff;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 1050px;
}


/* search */

.retrieval .search-box {
    width: 1280px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    position: relative;
    margin-left: 240px;
}

.search-box .input-search {
    width: 520px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    border: none;
    margin: 0;
    padding-left: 70px;
}

.search-box .search-btn {
    border-radius: 0;
    width: 22px;
    height: 22px;
    top: 20px;
    left: 20px;
    background: url("../images/retrieval-search-icon.png") no-repeat;
}

.search-box .search-btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 34px;
    width: 1px;
    height: 20px;
    background-color: #ccc;
}

.search-box .kx-search-btn {
    border: none;
    width: 130px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: all .3s;
    background: url("../images/retrieval-btn-bg.png") no-repeat;
}

.search-box .kx-search-btn:hover {
    opacity: 0.65;
}

.search-box .senior-btn {
    background: url("../images/retrieval-screen-btn-bg.png") no-repeat;
    margin-left: 20px;
}


/* 弹出窗 */

.layer-senior-search {
    position: absolute;
    top: 120px;
    left: -240px;
    width: 1280px;
    height: 396px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(61, 112, 195, .3);
    padding: 50px 100px;
    overflow: hidden;
    display: none;
    animation: hui-scale .3s both;
}

.layer-senior-search .form {
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    flex-wrap: wrap;
    /* 混合版语法：（换行）IE 10 */
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
}

.layer-senior-search .form-item {
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    width: 530px;
    margin-bottom: 20px;
    align-items: center;
    height: 48px;
    line-height: 48px;
}

.layer-senior-search .form-label {
    margin-right: 12px;
    font-size: 18px;
    color: #333;
    width: 150px;
    text-align: right;
}

.layer-senior-search .form-item .input {
    width: 350px;
    height: 48px;
}

.layer-senior-search .btn-container {
    padding-top: 60px;
    text-align: center;
}

.layer-senior-search .kx-btn {
    width: 118px;
    height: 48px;
}

.layer-senior-search .input-block label {
    margin-right: 12px;
}

.layer-senior-search .input-block label input {
    margin-right: 4px;
    margin-top: -2px;
}

.layer-close-btn {
    width: 100px;
    height: 100px;
    background-color: #e8eeff;
    border-radius: 100%;
    position: absolute;
    top: -30px;
    right: -20px;
    color: #0d2e8b;
    cursor: pointer;
    text-align: center;
}

.layer-close-btn:active {
    background-color: #0d2e8b;
    color: #ffffff;
}

.layer-close-btn img {
    width: 18px;
    height: 18px;
    display: block;
    margin: 40px auto 10px;
}


/* mian */

.retrieval-content {
    background-color: #ffffff;
    margin-top: 60px;
    padding: 40px;
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
}


/*left*/

.retrieval-list {
    flex: 1;
    padding-right: 68px;
}

.retrieval-list .list-head {
    display: flex;
    /* 混合版本语法: IE 10 */
    display: -ms-flexbox;
    justify-content: space-between;
    /* 混合版本语法:（两端对齐） IE 10 */
    -ms-flex-pack: justify;
    color: #666;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 24px;
}

.retrieval-list .list-head .sort-btn span {
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.retrieval-list .list-head .sort-btn .on {
    background-color: #ecf7ff;
    color: #0d2e8b;
}

.retrieval-list .content-box {
    padding-top: 24px;
}

.retrieval-list .content-box .toast {
    font-size: 15px;
    color: #666
}

.retrieval-list .content-box .item {
    padding-top: 50px;
}

.retrieval-list .content-box .item .title {
    font-weight: bold;
    font-size: 18px;
}

.retrieval-list .content-box .item .date {
    color: #999;
    font-size: 15px;
    padding-top: 20px;
}

.retrieval-list .content-box .item .date .time {
    background: url("../images/retrieval-icon-time.png") no-repeat left center;
    padding-left: 24px;
}

.retrieval-list .content-box .item .date .source {
    margin-left: 55px;
    background: url("../images/retrieval-icon-source.png") no-repeat left center;
    padding-left: 24px;
}

.retrieval-list .content-box .item .intro {
    width: 879px;
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 32px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.retrieval-list .content-box .item .intro a {
    color: #666;
    transition: all .3s;
}

.retrieval-list .content-box .item .intro a:hover {
    color: #0d2e8b;
}

.retrieval-list .content-box .item .link {
    margin-top: 10px;
    height: 34px;
    line-height: 34px;
    background-color: #ecf7ff;
    font-size: 15px;
    padding-left: 12px;
    transition: all .3s;
}

.retrieval-list .content-box .item .link:hover {
    background-color: #ffffff;
}

.retrieval-list .content-box .item .link a {
    color: #0d2e8b;
    transition: all .3s;
}

.retrieval-list .content-box .item .link a:hover {
    color: #333;
}


/* right */

.retrieval-sort {
    width: 236px;
}

.retrieval-sort .title {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #0d2e8b;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}

.retrieval-sort .list {
    padding-top: 12px;
}

.retrieval-sort .list .item {
    height: 44px;
    line-height: 44px;
    padding-right: 30px;
    background: url("../images/sidebar-item-title-bg.png") no-repeat;
    background-size: 0 100%;
    transition: all .3s;
}

.retrieval-sort .list .item:hover {
    background-size: 150% 100%;
}

.retrieval-sort .list .item :hover {
    color: #0d2e8b;
}

.retrieval-sort .list .item a {
    font-size: 18px;
    display: block;
    width: 100%;
    transition: all .3s;
}

.retrieval-sort .list .item a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #dde6ff;
    margin-right: 14px;
    border-radius: 100%;
    transition: all .3s;
}


/* 检索页end */


/* 云上科普 */

.yskp {
    height: auto;
    background: url(../images/yskpbj.jpg) center center no-repeat;
}

.yskp img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.yq {
    min-height: 845px;
    background: #ffffff;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.yq_con {
    width: 860px;
    margin: 0 auto;
    overflow: hidden;
}

.yq_con h3 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #0d2e8b;
    font-weight: 700;
    margin-top: 25px;
}

.yq_con ul li {
    width: 270px;
    height: 55px;
    line-height: 55px;
    float: left;
    background: #eff6ff;
    box-sizing: border-box;
    padding: 0 30px;
    margin-right: 20px;
    margin-top: 20px;
}

.yq_con ul li:nth-child(3n) {
    margin-right: 0;
}

.yq_con ul li a {
    display: block;
    background: url(../images/xy_wzdt_img.png) right center no-repeat;
}

.yq_con ul li a span {
    display: block;
    max-width: 90%;
    height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.yq_con ul li p {
    background: url(../images/xy_wzdt_img.png) right center no-repeat;
}

.yq_con ul li p span {
    display: block;
    max-width: 90%;
    height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*试运行弹窗*/

.testRun {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 285px;
    transition: height .3s;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 20px 20px;
    z-index: 99999;
}

.testRun .testRun_close {
    height: 20px;
}

.testRun .testRun_close span {
    float: right;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: -15px;
    cursor: pointer;
    font-size: 25px;
    color: #67696a;
}

.testRun_cont a {
    display: block;
}

.testRun_cont p {
    font-size: 15px;
    color: #222;
    line-height: 22px;
    margin-top: 10px;
}

.testRun_cont>a>img {
    width: 254px;
    height: 144px;
}

.testRun .bot a {
    font-size: 12px;
    color: #015293;
    margin-top: 15px;
    display: inline-block;
}

.testRun .bot a:hover {
    color: red;
}

.testRun.hide {
    height: 0;
    overflow: hidden;
    transition: height .3s;
}


/*试运行弹窗 end*/


/*大广告图*/

.app_d_bannar {
    width: 100%;
    height: 700px;
    background: url(../images/app_bannar_bg.png) no-repeat;
    background-size: 100% 582px;
    position: relative;
}

.app_d_bannar .app_d_yinying {
    width: 100%;
    height: 9px;
    background: url(../images/app_bannar_bg_yinying.png) repeat-x top;
    display: block;
    position: absolute;
    top: 0px;
}

.app_d_bannar .app_d_box {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.app_d_bannar .app_d_box .app_d_mobi {
    width: 517px;
    height: 649px;
    margin-top: 53px;
    margin-left: 55px;
    display: block;
    position: absolute;
}

.app_d_bannar .app_d_box .app_d_txt {
    width: 655px;
    height: 227px;
    margin-top: 137px;
    display: block;
    position: absolute;
    right: 0px;
}

.app_d_bannar .app_d_box .app_d_an {
    width: 520px;
    height: 150px;
    background: url(../images/app_pg_az_bg.png) no-repeat;
    display: block;
    position: absolute;
    overflow: hidden;
    right: 92px;
    top: 400px;
}

.app_d_bannar .app_d_an_2wm {
    float: left;
    width: 125px;
    height: 125px;
    margin-left: 4px;
}

.app_d_bannar .app_d_an_2wm p {
    padding-left: 12px;
    padding-top: 12px;
}

.app_d_bannar .app_d_an_down {
    float: right;
    width: 365px;
    overflow: hidden;
    margin-top: 12px;
}

.app_d_bannar .app_d_an_down ul {
    width: 400px;
}

.app_d_bannar .app_d_an_down a {
    width: 166px;
    height: 61px;
    float: left;
    margin-right: 15px;
}

.app_d_bannar .app_d_an_down .app_anzhuo {
    background: url(../images/app_anzhuo.png) no-repeat;
}

.app_d_bannar .app_d_an_down .app_anzhuo:hover {
    background: url(../images/app_anzhuo_bg.png) no-repeat;
}

.app_d_bannar .app_d_an_down .app_pingguo {
    background: url(../images/app_pingguo.png) no-repeat;
}

.app_d_bannar .app_d_an_down .app_pingguo:hover {
    background: url(../images/app_pingguo_bg.png) no-repeat;
}

.app_d_bannar .app_d_an_down p {
    clear: both;
    padding-top: 12px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.app_d_bannar .app_gxrz {
    clear: both;
    width: 520px;
    display: block;
    position: absolute;
    right: 92px;
    top: 600px;
}

.app_d_bannar .app_gxrz li {
    list-style: none;
    line-height: 35px;
}

.app_d_bannar .app_gxrz a:hover {
    color: #06C;
}