* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #f2f2f2;
}

.main {
    margin-top: 25px;
}


/* silder1 */

.silder1 {
    margin-bottom: 20px;
}

.silder1 .slideBox {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 440px;
}

.silder1 .slideBox .bd {
    position: relative;
}

.silder1 .slideBox li img {
    width: 785px;
    height: 440px;
    float: left;
}

.silder1 .slideBox li .shadow {
    float: left;
    box-sizing: border-box;
    padding: 40px;
    width: 415px;
    height: 440px;
    background: #fff;
}

.silder1 .slideBox li .shadow .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.silder1 .slideBox li .shadow p {
    font-size: 26px;
    font-weight: 600;
}

.silder1 .slideBox li .shadow .text {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
}

.silder1 .slideBox .bd .prev,
.silder1 .slideBox .bd .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 345px;
    right: 40px;
    width: 53px;
    padding: 10px 0;
    line-height: 70px;
    color: #666;
    cursor: pointer;
    font: 600 45px / 60px 宋体;
    text-decoration: none;
    transition: background 1s ease 0s;
    border-radius: 10px;
    text-align: center;
}

.silder1 .slideBox .bd .shadow {
    position: relative;
}

.silder1 .slideBox .bd .page {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
}

.silder1 .slideBox .bd .page i {
    font-size: 25px;
}

.silder1 .slideBox .bd .icon .time {
    float: right;
    font-size: 14px;
    color: #aaa;
}

.silder1 .slideBox .bd .prev {
    right: 320px;
}

.slideBox .hd {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 785px;
    z-index: 999;
    text-align: right;
}

.slideBox .hd ul {
    overflow: hidden;
    padding: 13px 0 13px 135px;
    zoom: 1;
    float: right;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-align: center;
    background: #9d9c9c;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}


/* slideTxtBox */

.slideTxtBox .left {
    width: 870px;
}

.slideTxtBox .hd {
    width: 632px;
    height: 40px;
    margin-bottom: 20px;
}

.slideTxtBox .hd ul {
    border-radius: 10px;
    overflow: hidden;
}

.slideTxtBox .hd li {
    float: left;
    padding: 10px 20px;
    width: 25%;
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
}

.slideTxtBox .hd li .icon_1,
.slideTxtBox .hd li .icon_2 {
    float: left;
    margin-right: 5px;
}

.slideTxtBox .hd li .icon_2 {
    display: none;
}

.slideTxtBox .hd .on {
    background-color: #4cb5e3;
    color: #fff;
}

.slideTxtBox .hd .on .icon_1 {
    display: none;
}

.slideTxtBox .hd .on .icon_2 {
    display: block;
}

.slideTxtBox .bd li {
    background: #fff;
}

.slideTxtBox .bd li a {
    display: block;
    margin: 0 10px;
    padding: 20px;
    border-bottom: 1px solid #f6f6f6;
}

.slideTxtBox .bd li a img {
    float: left;
    width: 246px;
    height: 154px;
    border-radius: 10px;
    margin-right: 20px;
}

.slideTxtBox .bd li .info {
    position: relative;
    float: left;
    width: 550px;
    height: 154px;
}

.slideTxtBox .bd li .info h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.slideTxtBox .bd li .info p {
    font-size: 14px;
    line-height: 25px;
}

.slideTxtBox .bd li .info .icon {
    position: absolute;
    bottom: 5px;
    font-size: 14px;
    color: #aaa;
}

.slideTxtBox .bd li .info .time {
    margin-right: 40px;
}

.slideTxtBox .bd li .info .editor {
    margin-right: 22px;
}


/* slideTxtBox--> right 右侧导航 */

.tab_box {
    margin-bottom: 25px;
}

.tab_box .right {
    width: 307px;
}

.tab_box .right .kf {
    display: block;
    margin-top: 60px;
    margin-bottom: 12px;
}

.tab_box .right .notice {
    width: 307px;
    height: 40px;
    background: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-bottom: 17px;
}

.tab_box .right .notice_info {
    width: 100%;
}

.tab_box .right .notice_info .img_box {
    position: relative;
}

.tab_box .right .notice_info img {
    display: block;
    width: 100%;
    height: 203px;
}

.tab_box .right .notice_info p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #000;
    opacity: 0.5;
}

.tab_box .right .notice_text {
    width: 100%;
    background-color: #fff;
    padding: 20px 0 10px 0;
    margin-bottom: 12px;
}

.tab_box .right .notice_text p {
    line-height: 25px;
    padding: 0 5px;
    font-size: 16px;
}

.tab_box .right .notice_text .text {
    font-size: 14px;
    color: #666;
}

.map {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.map img {
    width: 100%;
    height: 160px;
}


/* 卡片 */

.card .title {
    border-bottom: 1px solid #ddf0f7;
    margin-bottom: 30px;
}

.card .title p {
    display: inline-block;
    height: 46px;
    font-size: 27px;
    font-weight: 600;
    color: #87cdec;
}

.card .title p a {
    padding: 0 25px;
}

.card .title i {
    float: right;
    color: #aaa;
    line-height: 47px;
    cursor: pointer;
}

.card .title span {
    margin-top: 8px;
    height: 8px;
    display: block;
    background-color: #4cb5e4;
}

.card_main {
    position: relative;
    margin-bottom: 10px;
}

.card .card_main .card_main_box {
    /* position: absolute; */
    display: block;
    float: left;
    width: 384px;
    padding-bottom: 15px;
    background-color: #fff;
    margin: 0 24px 29px 0;
}

.card .card_main .card_main_box:nth-child(3n) {
    margin-right: 0;
}

.card .card_main .card_main_box img {
    width: 100%;
    height: 218px;
    margin-bottom: 10px;
}

.card .card_main .card_main_box .card_info_box {
    padding: 0 10px;
}

.card .card_main .card_main_box h4 {
    font-size: 20px;
    margin-bottom: 28px;
    margin-top: 15px;
}

.card .card_main .card_main_box .line {
    font-size: 18px;
    line-height: 38px;
    color: #666;
    margin-bottom: 20px;
}

.card .card_main .card_main_box .editor {
    margin-right: 15px;
}

.card .card_main .card_main_box .time {
    margin-left: 15px;
}

.card .card_main .card_main_box .icon {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
}

.card .card_main .card_main_box .icon img {
    width: 100%;
    height: 100%;
    margin: 0;
}


/* 旋转 加载更多 */

.load .left {
    width: 44px;
    height: 44px;
}

.load .left span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #4cb5e3;
}

.turn {
    width: 100px;
    height: 100px;
    background: aqua;
    animation: turn 1s linear infinite;
    margin: 100px auto;
}


/* 
    turn : 定义的动画名称
    1s : 动画时间
    linear : 动画以何种运行轨迹完成一个周期
    infinite :规定动画应该无限次播放
   */

@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.loader {
    text-align: center;
    margin-bottom: 100px;
}

.loader-inner {
    transform: translate(500px, 50px);
    display: none;
}

.loader-inner div {
    background-color: #4cb5e3 !important;
}

.tooltip {
    line-height: 100px;
}

.tooltip p {
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    color: #666;
}

.crow1,
.crow2 {
    width: 408px;
    float: left;
}

.crow3 {
    width: 384px;
    float: left;
}