﻿
.banner .w {
    width: 1280px;
    margin: 8px auto;
    text-align: center;
}

.banner_tool {
    border-bottom: 1px solid rgb(237, 237, 237);
    overflow: auto;
    padding-bottom: 10px;
    background-color: #fff;
}

    .banner_tool .w {
        width: 1200px;
        margin: 8px auto;
        text-align: center;
    }

    .banner_tool p {
        float: left;
        font-family: "Microsoft YaHei","simsun","Helvetica Neue";
        border-right: 1px solid #eee;
        width: 398px;
        font-size: 14px;
        line-height: 28px;
        border-bottom: none;
        margin-bottom: 0px;
    }

        .banner_tool p b {
            font-size: 20px;
            color: #2ea7e0;
            font-weight: bold;
        }

.newsbox {
    width: 1280px;
    margin: 0px auto;
    overflow: auto;
    margin-top: 20px;
}

    .newsbox span {
        border-left: 4px solid #2ea7e0;
        padding-left: 12px;
        color: #333;
        font-size: 18px;
    }

        .newsbox span b {
            margin-left: 12px;
            padding-left: 12px;
            color: #999;
            font-size: 12px;
            font-weight: normal;
            border-left: 1px solid #f59a94;
        }

    .newsbox em {
        float: right;
    }

        .newsbox em a {
            color: #999;
            font-size: 14px;
        }

            .newsbox em a:hover {
                color: #ea1300;
            }


.banner {
    width: 550px;
    height: 470px;
    float: left;
    position: relative;
    overflow: hidden;
}

    .banner .banpic p {
        width: 99%;
        height: 38px;
        line-height: 38px;
        text-indent: 1em;
        position: absolute;
        bottom:3px;
        left: 3px;
        margin-bottom:0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    .banner .num {
        overflow: hidden;
        height: 12px;
        position: absolute;
        bottom: 30px;
        right: 10px;
        zoom: 1;
        z-index: 3;
    }

        .banner .num li {
            width: 10px;
            height: 10px;
            background: #1b79c3;
            margin: 1px 3px;
            border-radius: 50%;
            cursor: pointer;
            float: left;
            text-indent: 99px;
            overflow: hidden;
        }

            .banner .num li.on {
                background: #fff;
                border: solid #fff 1px;
                margin: 0 3px;
            }

    .banner .prev {
        opacity: 0;
        width: 40px;
        height: 100px;
        background: url(../images/btn.png) no-repeat;
        position: absolute;
        top: 155px;
        left: 0;
    }

    .banner .next {
        opacity: 0;
        width: 40px;
        height: 100px;
        background: url(../images/btn.png) right no-repeat;
        position: absolute;
        top: 155px;
        right: 0;
    }

    .banner:hover .prev {
        opacity: 0.2;
    }

    .banner:hover .next {
        opacity: 0.2;
    }

    .banner:hover .prev:hover {
        opacity: 0.6;
    }

    .banner:hover .next:hover {
        opacity: 0.6;
    }

.newsbox .mediabbx {
    float: left;
    width: 720px;
}

    .newsbox .mediabbx dt {
        border-left: 4px solid #2ea7e0;
        height: 34px;
        line-height: 24px;
        padding-left: 12px;
        margin-left: 35px;
        color: #333;
        font-size: 18px;
        display: block;
        border-bottom: 3px solid #e9e9e9;
    }

        .newsbox .mediabbx dt s {
            float: left;
            text-decoration: none;
        }

        .newsbox .mediabbx dt a {
            color: #333;
            padding: 0px 6px 10px 6px;
        }

        .newsbox .mediabbx dt .ashow a {
            border-bottom: 3px solid #2ea7e0;
            display: inline-block;
        }

        .newsbox .mediabbx dt a:hover {
            border-bottom: 3px solid #2ea7e0;
            display: inline-block;
        }

        .newsbox .mediabbx dt i {
            background: #2ea7e0;
            width: 1px;
            height: 24px;
            display: inline-block;
            margin: 0px 14px;
            float: left;
        }

        .newsbox .mediabbx dt em a {
            color: #999;
            font-size: 14px;
        }

            .newsbox .mediabbx dt em a:hover {
                border: none;
                color: #2ea7e0;
            }

.newsbox em a:hover {
    color: #2ea7e0;
}

.newsbox .mediabbx dd {
    padding-top: 20px;
    padding-right: 10px;
    height: 390px;
    width: 680px;
    overflow: hidden;
    display: none;
    font-size: 14px;
    line-height: 36px;
}

    .newsbox .mediabbx dd li {
        height: 38px;
        list-style-type: none;
    }

        .newsbox .mediabbx dd li a {
            height: 36px;
            display: inline-block;
            width: 600px;
            padding-left: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-size: 1.12em;
        }

        .newsbox .mediabbx dd li em {
            color: #999;
            font-size: 12px;
        }

.newsbox .mediabbx #tagContent0 {
    display: block;
}

.newsbox .mediabbx .time {
    float: left;
    font-size: 1.12em;
    border: none;
    color:#3059b6;
}



.newsbox .mediabbx {
    float: left;
    width: 720px;
}

    .newsbox .mediabbx dt {
        border-left: 4px solid #2ea7e0;
        height: 34px;
        line-height: 24px;
        padding-left: 12px;
        margin-left: 35px;
        color: #333;
        font-size: 18px;
        display: block;
        border-bottom: 3px solid #e9e9e9;
    }

        .newsbox .mediabbx dt s {
            float: left;
            text-decoration: none;
        }

        .newsbox .mediabbx dt a {
            color: #333;
            padding: 0px 6px 10px 6px;
        }

        .newsbox .mediabbx dt .ashow a {
            border-bottom: 3px solid #2ea7e0;
            display: inline-block;
        }

        .newsbox .mediabbx dt a:hover {
            border-bottom: 3px solid #2ea7e0;
            display: inline-block;
        }

        .newsbox .mediabbx dt i {
            background: #2ea7e0;
            width: 1px;
            height: 24px;
            display: inline-block;
            margin: 0px 14px;
            float: left;
        }

        .newsbox .mediabbx dt em a {
            color: #999;
            font-size: 14px;
        }

            .newsbox .mediabbx dt em a:hover {
                border: none;
                color: #2ea7e0;
            }

.newsbox em a:hover {
    color: #2ea7e0;
}

.newsbox .mediabbx dd {
    padding-top: 20px;
    padding-right: 10px;
    height: 390px;
    width: 680px;
    overflow: hidden;
    display: none;
    font-size: 14px;
    line-height: 50px;
}

    .newsbox .mediabbx dd li {
        height: 52px;
        list-style-type: none;
        border-bottom: 1px solid #ececec;
    }

        .newsbox .mediabbx dd li a {
            height: 50px;
            display: inline-block;
            width: 600px;
            padding-left: 20px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-size: 1.12em;
        }

        .newsbox .mediabbx dd li em {
            color: #999;
            font-size: 12px;
        }

.newsbox .mediabbx #tagContent0 {
    display: block;
}

.newsbox .mediabbx .time {
    float: left;
    font-size: 1.12em;
    border: none;
    color:#3059b6;
}


.content_xhdt {
    background-color: #f4f8fb;
    height: 430px;
}

.content_xhdt .xhdt_box{
    width:1280px;
    margin:0 auto;
    padding-top:20px;
}
.content_xhdt .xhdtbx {
    float: left;
    width: 820px;
}

.content_xhdt .xhdtbx dt {
    border-left: 4px solid #2ea7e0;
    height: 34px;
    line-height: 24px;
    padding-left: 12px;
    color: #333;
    font-size: 18px;
    display: block;
    border-bottom: 3px solid #e9e9e9;
}

    .content_xhdt .xhdtbx dt s {
        float: left;
        text-decoration: none;
    }

    .content_xhdt .xhdtbx dt a {
        color: #333;
        padding: 0px 6px 10px 6px;
    }

    .content_xhdt .xhdtbx dt .ashow a {
        border-bottom: 3px solid #2ea7e0;
        display: inline-block;
    }

    .content_xhdt .xhdtbx dt a:hover {
        border-bottom: 3px solid #2ea7e0;
        display: inline-block;
    }

    .content_xhdt .xhdtbx dt i {
        background: #2ea7e0;
        width: 1px;
        height: 24px;
        display: inline-block;
        margin: 0px 14px;
        float: left;
    }

    .content_xhdt .xhdtbx dt em a {
        color: #999;
        font-size: 14px;
    }

    .content_xhdt .xhdtbx dt em a:hover {
        border: none;
        color: #2ea7e0;
    }

.content_xhdt em a:hover {
    color: #2ea7e0;
}

.content_xhdt .xhdtbx dd {
    padding-top: 20px;
    height: 320px;
    width: 820px;
    overflow: hidden;
    display: none;
    font-size: 14px;
    line-height: 50px;
    float:left;
}

.content_xhdt .xhdtbx dd li {
    height: 50px;
    list-style-type: none;
    border-bottom: 1px solid #dad7d7;
}

.content_xhdt .xhdtbx dd li a {
    height: 50px;
    display: inline-block;
    width: 720px;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.12em;
}

.content_xhdt .xhdtbx dd li em {
    color: #999;
    font-size: 12px;
}

.content_xhdt .xhdtbx #tagaContent3 {
    display: block;
}

.content_xhdt .xhdtbx .time {
    float: right;
    font-size: 1.12em;
    border: none;
    color: #999;
}

.content_xhdt .sys_box{
    width:420px;
    float:right;
}
.content_xhdt .sys_box div{
    height:100px;
    text-align:center;
    padding-top:20px;
}

.image_wrapper{
    width:100px;
    height:100px;
    perspective:800px;
    margin-left:50px;
}
.image{
    width:100%;
    height:100%;
    object-fit:contain;
    transform-style:preserve-3d;
    transition:transform 1s;
}
.image_wrapper:hover .image:hover{
    transform:rotateY(180deg)
}

