﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: "Microsoft YaHei",Arial, "SimSun";
    word-wrap: break-word;
    background-color: #f9f9f9;
    color: #555;
}

a {
    text-decoration: none;
    color: #555;
}

    a:hover {
        color: #29ABE2;
    }

img {
    border: 0;
}

.right {
    position: relative;
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
    clear: both;
    width: 1000px;
    overflow: hidden;
    height: auto;
    position: relative;
    border: 0;
    margin: 0 auto;
}

.noborder {
    border: 0 !important;
}

.border2 {
    border-top: 2px solid #06407d;
    height: 5px;
}

.tabs {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d9d9d9;
}

    .tabs li {
        padding-left: 10px;
    }

.important {
    color: #29ABE2 !important;
}

.button {
    display: inline-block;
    text-decoration: none;
    padding: 2px 20px;
    border: 1px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Microsoft Yahei', Arial;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    border: 1px solid #f80 !important;
    background: #f80;
}

    .button:hover {
        border: solid 1px #27a9e3;
        background: #27a9e3;
        color: #fff;
    }




/* 标题 */


.top {
    height: 30px;
    background-color: #157ad4;
    color: #c2d9f8;
    border-bottom: 1px solid #156dcf;
}

.info {
    color: #c2d9f8;
    width: 1000px;
    line-height: 30px;
    margin: auto;
}

    .info .d {
        float: left;
        display: block;
        margin-left: 20px;
    }

    .info .l {
        float: right;
        display: block;
        cursor: pointer;
        margin-right: 20px;
        color: #c2d9f8;

    }
    .info .l  a{
      
        color: #c2d9f8;

    }

.titlecotainer {
    height: 70px;
    width: 1000px;
    overflow: hidden;
    color: white;
    line-height: 70px;
    font-size: 26px;
    font-weight: bold;
    background-color: #1d7ad9;
}

.logo {
    width: 60px;
    height: 60px;
    float: left;
    margin-left: 30px;
}

.titlename {
    float: left;
    width: 300px;
    color: #fff;
}

.search {
    width: 270px;
    overflow: hidden;
    float: right;
    font-weight: normal;
}

    .search > div {
        font-size: 14px;
        padding-left: 5px;
        line-height: 25px;
        color: #555;
        border: 1px solid #d9d9d9;
        height: 27px;
        width: 240px;
        margin: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #fff url('../images/search.png') no-repeat center right;
    }

.login {
    margin-top: 8px;
    width: 300px;
    overflow: hidden;
    float: right;
    font-weight: normal;
    text-align: right;
}

    .login td {
        font-size: 14px;
        color: #2e2e2e;
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
        padding-left: 5px;
    }

    .login input, .login select {
        width: 80px;
        border: 1px solid #109AD9;
    }

.navi {
    background-color: #1368c0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

    .navi li {
        list-style: none;
    }

        .navi li.item {
            height: 100%;
            float: left;
            margin-left: -1px;
        }

        .navi li.cur {
            background-color: #135dbc;
            font-weight: bold;
        }

    .navi .item a {
        padding: 0 20px;
        height: 100%;
        cursor: pointer;
        color: #fff;
        display: inline-block;
        position: relative;
        text-decoration: none;
    }

        .navi .item a:hover {
            background-color: #5892ce;
        }

    .navi .item .line {
        position: absolute;
        display: inline-block;
        width: 1px;
        height: 18px;
        right: 0;
        top: 50%;
        margin-top: -9px;
        font-size: 0;
        border: 0;
        outline: 0;
        background-color: #5892ce;
    }


/* work 工作导航区*/
.workcontainer {
    font-size: 14px;
    color: #555;
    overflow: hidden;
    line-height: 26px;
    padding: 15px 0px 5px 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    border: 1px solid #ddd !important;
    background-color: #f9f9f9;
}

    .workcontainer span {
        display: inline-block;
        padding: 2px 10px;
        width: 220px;
    }

.work {
    width: 310px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #eee;
    padding-left: 15px;
}

    .work dt {
        color: #444;
        font-size: 16px;
        font-weight: bold;
        padding-left: 8px;
        display: block;
    }

        .work dt span {
            display: block;
            width: 200px;
            overflow: hidden;
            float: left;
            margin-left: 5px;
        }

    .work dd {
        margin: 0;
        padding-left: 10px;
        width: 145px;
        float: left;
        cursor: pointer;
        line-height: 23px;
    }

    .work img {
        height: 40px;
        width: 40px;
        float: left;
        margin: 5px;
    }

.maincontainer {
    width: 1000px;
    overflow: hidden;
}

.mainleft {
    width: 765px;
    float: left;
    overflow-x:hidden;
    margin-bottom:1px;
}

.mainright {
    width: 230px;
    float: right;
}

.notecontainer {
    width: 765px;
    overflow: hidden;
    margin-bottom: 5px;
}
/*slider 相关*/
.slider {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    float: left;
}

    .slider .hd {
        height: 25px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 1;
    }

        .slider .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
            height: 25px;
            left: 15px;
            bottom: 12px;
        }

            .slider .hd ul li {
                float: left;
                margin-right: 5px;
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                color: #FFFFFF;
                background: #444444;
                cursor: pointer;
                border-radius: 50%;
            }

                .slider .hd ul li.on {
                    background: #FF7700;
                    color: #fff;
                }

    .slider .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slider .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .slider .bd img {
            width: 100%;
            height: 300px;
            display: block;
        }

    .slider .prev, .slider .next {
        width: 40px;
        height: 100px;
        background: url(../images/btn.png) no-repeat;
        position: absolute;
        top: 50%;
        display: block;
        filter: alpha(opacity=30);
        opacity: .3;
    }

    .slider .prev {
        left: 0;
    }

    .slider .next {
        right: 0;
        background-position: right;
    }

        .slider .prev:hover, .slider .next:hover {
            filter: alpha(opacity=100);
            opacity: .7;
        }

    .slider .prevStop {
        display: none;
    }

    .slider .nextStop {
        display: none;
    }


.note {
    width: 300px;
    overflow: hidden;
    float: right;
    overflow: hidden;
    border: 1px solid #eee;
    height: 300px;
}

.notes {
    padding: 5px;
    font-size: 13px;
    padding-left: 10px;
}

    .notes li {
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 24px;
        white-space: nowrap;
    }

.hot {
    background: red url('../images/news/hot.png');
    height: 65px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

.catscontainer {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    margin-bottom: 8px;
}

.cattitle {
    font-size: 15px;
    line-height: 35px;
}

    .cattitle .cattitletab {
        border-top: 3px solid #ff8c00;
        float: left;
        overflow: hidden;
        zoom: 1;
        text-align: center;
        margin-top: -1px;
    }

        .cattitle .cattitletab li {
            float: left;
            display: inline;
            list-style: none;
        }

            .cattitle .cattitletab li a {
                width: 91px;
                height: 35px;
                float: left;
                border-right: 1px solid #dedede;
                border-bottom: 1px solid #e4e4e4;
                text-align: center;
                text-decoration: none;
                font-weight: bold;
                background-color: #fff;
                border-bottom: 1px solid #fff;
                color: #eb6a01;
            }

    .cattitle .more {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: right;
    }

        .cattitle .more span {
            display: inline-block;
            padding-right: 20px;
            font-size: 14px;
        }

.cats {
    overflow: hidden;
    padding-bottom: 5px;
}

.cat {
    width: 380px;
    float: left;
    font-size: 13px;
}

    .cat h3 {
        height: 20px;
        background: url('bk.png') no-repeat;
        font-size: 14px;
        font-weight: bold;
        margin: 10px;
        padding-left: 20px;
        line-height: 20px;
    }

        .cat h3 .more {
            padding-right: 25px;
            line-height: 20px;
            font-size: 12px;
        }

    .cat ul {
        padding-left: 15px;
        width: 350px;
    }

    .cat li {
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 25px;
        white-space: nowrap;
        background: url('li.png') no-repeat;
        padding-left: 12px;
    }

    .cat img {
        width: 150px;
        height: 80px;
        float: left;
        margin-left: 20px;
    }

    .cat ul.bimg {
        padding-left: 10px;
        line-height: 20px;
        width: 170px;
        float: left;
    }

    .cat ul li a:hover {
        text-decoration: underline;
    }

.cat1 .list {
    padding-left: 15px;
}

    .cat1 .list li {
        background: url('../images/li.png') no-repeat;
        text-align: left;
        overflow: hidden;
        line-height: 25px;
        padding-left: 12px;
    }

.apps {
    border: 1px solid #ff9b06;
    color: #3c3c3c;
    background-color: #fff;
    overflow: hidden;
    font-weight: bold;
}

    .apps .tabs {
        background-color: #ff9b06;
        color: #fff;
        border: 1px solid #ff9b06;
    }

.apps {
    padding-bottom: 10px;
}

.tlogin {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

    .tlogin th {
        width: 60px;
        padding: 5px;
        text-align: right;
        vertical-align: middle;
    }

    .tlogin td {
        width: 150px;
        padding: 5px;
        vertical-align: middle;
        text-align: left;
    }

        .tlogin td input {
            width: 130px;
        }


.linkcontainer {
    border: 1px solid #ddd;
    margin-top: 10px;
}

.link {
    line-height: 25px;
}

    .link span {
        display: block;
        border: 1px solid #eee;
        width: 170px;
        margin: 10px;
        padding-left: 20px;
    }

.mobilecontainer {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .mobilecontainer p {
        display: block;
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
        color: #109AD9;
    }

    .mobilecontainer img {
        width: 150px;
        height: 150px;
    }

.footcontainer {
    width: 998px;
    text-align: center;
    overflow: hidden;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    background-color: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #ccc;
    margin-top:5px;
}


.mainleft .dtitle {
    text-align: center;
    line-height: 40px;
}

.mainleft .date {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.details p {
    font-size: 13px;
    line-height: 25px;
}

.cms-title {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
}

.cms-time {
    font-size: 13px;
    line-height: 25px;
    text-align: center;
}

.cms-content {
    font-family: FangSong,宋体;
    font-size: 16px;
    line-height: 30px;
    color: rgb(51, 51, 51);
}

.cms-link {
    font-size: 13px;
    line-height: 32px;
    /*background-color: #f0f0f0;*/
    color: #135dbc;
    height: 32px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom:1px solid #f0f0f0;
}

.cms-new a {
    color: #ee8c00;
    font-weight: bold;
}

.catview {
    width: 730px;
    margin-top: 10px;
}

    .catview ul {
        width: 730px;
        line-height: 30px;
    }

        .catview ul li {
            line-height: 30px;
        }



.white a {
    color: white;
}
