* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 15px;
    color:#333;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333333;
}
    a:hover {
        color:#165aa1;
    }

div {
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.head {
    width: 100%;
    min-width: 1200px;
    height: 212px;
    font-size: 15px;
}
    .head .headtop {
        background-color: #f6f6f6;
        width: 1200px;
        height: 32px;
        margin: 0 auto;
    }
        .head .headtop .flink {
            width: 900px;
            height: 32px;
            line-height: 32px;
            float:left;
        }
            .head .headtop .flink > a {
                display: inline-block;
                color: #777;
            }
            .head .headtop .flink > span {
                display: inline-block;
                margin: 0 11px;
                color: #ddd;
            }
        .head .headtop .search{
            width: 300px;
            height: 32px;
            line-height: 32px;
            float:left;
            text-align: right;
        }
    .head .logo {
        background-color: #165aa1;
        height: 180px;
    }
        .head .logo .logobgimg {
            width: 1200px;
            height: 180px;
            margin: 0 auto;
            background: url(/jwc/dfiles/jwc202006/Content/Image/logo.jpg) no-repeat center;
            background-size: 1200px 180px;
        }
            .head .logo .logobgimg .logobottom {
                width: 1200px;
                height: 47px;
                margin: 0 auto;
                padding-top:133px;
            }
    .head .logomiddle {
        height: 2px;
        border-top: 1px solid #0b3c74;
        border-bottom: 1px solid #2b84de;
        margin-top: -50px;
    }

.menu {
    border-bottom: 1px solid #175aa1;
    height: 60px;
    line-height: 75px;
}
    .menu .mline {
        border-left: 4px solid #175aa1;
        height:15px;
    }
    .menu .name {
        display: inline-block;
        font-family: STHeiti;
        letter-spacing: 2px;
        height: 32px;
        line-height: 32px;
        padding: 0px 10px;
        font-size: 17px;
        color: #165aa1;
        font-weight: 700;
    }
    .menu .nameline {
        display: inline-block;
        font-family: STHeiti;
        letter-spacing: 2px;
        height: 45px;
        line-height: 45px;
        padding: 0px 10px;
        font-size: 20px;
        font-weight: 700;
    }
        .menu .nameline font {
            color: #bababa;
            font-size: 15px;
            font-weight: 500;
        }
    .menu .on {
        display: inline-block;
        font-weight: 700;
        font-family: STHeiti;
        font-size: 17px;
        letter-spacing: 2px;
        height: 36px;
        line-height: 36px;
        padding: 0px 10px;
        background-color: #165aa1;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }
    .menu .more {
        margin-top: 35px;
        float: right;
        padding-right:5px;
        font-weight: 200;
        height: 16px;
        line-height: 13px;
        font-size:13px;
    }
        .menu .more a {
            color: #333;
        }
            .menu .more a:hover {
                color: #165aa1;
            }
    .menu .button{
        cursor: pointer;
    }
    .menu .rfont {
        color: #bababa;
        font-size: 15px;
        font-weight: 500;
        float: right;
        padding-right:138px;
        letter-spacing: 2px;
    }
.lanmuimg {
    width: 100%;
    height: 300px;
    background: url(/jwc/dfiles/jwc202006/Content/Image/banner3.jpg) center;
    background-size: 100% 300px;
}
.homemenu {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    line-height: 80px;
    text-align: right;
    margin: 0 auto;
    padding-top: 10px;
    border-bottom: 2px solid #e1e1e1;
}
    .homemenu .centers {
        width: 1200px;
        height: 100%;
        margin:0 auto;
    }
        .homemenu .centers .menuname {
            width: 50%;
            height: 36px;
            line-height: 36px;
            border-left: 5px solid #006ca0;
            text-align: left;
            float: left;
            font-size: 22px;
            font-weight: 500;
            color: #333;
            padding-left: 20px;
            margin-top: 20px;
        }
        .homemenu .centers .daohang {
            margin-top: 20px;
            width: 50%;
            height: 50px;
            line-height: 50px;
            text-align: right;
            float: left;
        }
            .homemenu .centers .daohang img {
                margin-right: 5px;
            }
            .homemenu .centers .daohang font {
                padding: 0 6px;
            }
.newsallinfo {
    width: 1200px;
    height:auto;
    margin: 0 auto;
}
    .newsallinfo .nibg {
        width: 100%;
        height: auto;
        overflow:hidden;
    }
    .newsallinfo .nibg .leftinfo {
        width: 900px;
        float: left;
    }
        .newsallinfo .nibg .leftinfo .titles {
            width: 100%;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #165aa1;
            padding-top: 35px;
        }
        .newsallinfo .nibg .leftinfo .datetime {
            width: 100%;
            height: 60px;
            line-height: 45px;
            text-align: center;
            border-bottom: 1px solid #ccc;
        }
            .newsallinfo .nibg .leftinfo .datetime span {
                padding: 0 15px;
            }
        .newsallinfo .nibg .leftinfo .content {
            padding:25px 8px;
        }
        .newsallinfo .nibg .rightaction {
            width: 300px;
            float: left;
            background-color: #eee;
            margin-bottom:-99999px;
            padding-bottom:99999px;
        }
        .newsallinfo .nibg .fx {
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding-left: 15px;
            background-color:rgb(233, 152, 57);
            color: #fff;   
        }
        .newsallinfo .nibg .fx img{
            margin-right:10px;
            vertical-align:-2px;
        }
        .newsallinfo .nibg .fxlink {
            padding-left: 50px;
            height:60px;
            line-height:70px;
            border-bottom: 1px solid #ccc;
        }
            .newsallinfo .nibg .fxlink img{
                padding-right: 10px;
            }
            .newsallinfo .nibg .fj .fjtitle {
                background-color:#165aa1;
                color:#fff;
                height:40px;
                line-height:40px;
                padding-left:15px;
            }
            .newsallinfo .nibg .fj .fjtitle img{
                margin-right:10px;
            }
        .newsallinfo .nibg .fj .fjmulu {
            padding: 5px 0px 0px 0px;
            border-bottom: 1px solid #ccc;
        }
            .newsallinfo .nibg .fj .fjmulu .fjfile {
                line-height: 23px;
                padding: 10px 10px 10px 10px;
                color: #777;
                border-bottom: 1px dotted #ccc;
            }
            .newsallinfo .nibg .fj .fjmulu .fjfile i {
                margin-right: 10px;
            }
        .newsallinfo .nibg .prv {
            height: 100px;
            line-height: 100px;
        }
        .newsallinfo .nibg .next {
            height: 101px;
            line-height: 100px;
            border-top: 1px dotted #ccc;
            border-bottom: 1px solid #ccc;
        }
        .newsallinfo .nibg .prvlink {
            width: 50px;
            background-color: #3488e2;
            color: #fff;
            padding-top: 11px;
            padding-left: 15px;
            float: left;
            height: 100px;
            line-height: 100px;
        }
        .newsallinfo .nibg .prvlink:hover  {
            cursor:pointer;
        }
                .newsallinfo .nibg .prvlink i {
                    font-size: 50px;
                }
            .newsallinfo .nibg .prvnews {
                width: 250px;
                float: left;
                display: inline-block;
            }
                .newsallinfo .nibg .prvnews .article-head {
                    width: 230px;
                    height: 40px;
                    line-height: 45px;
                    padding: 0px 10px;
                    float: left;
                    display: inline-block;
                }
                .newsallinfo .nibg .prvnews .article-title {
                    width: 230px;
                    height: 50px;
                    line-height: 23px;
                    padding: 0px 10px;
                    float: left;
                    color: #777;
                    display: inline-block;
                    text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }
                    .newsallinfo .nibg .prvnews .article-title a{
                         color:#165aa1;
                    }
        .newsallinfo .nibg .button {
            height: 101px;
            line-height: 100px;
            border-top: 1px dotted #ccc;
        }
            .newsallinfo .nibg .button .anniu {
                width: 90px;
                height: 24px;
                line-height: 24px;
                border: 1px solid #bababa;
                border-radius: 3px;
                font-size: 14px;
                background-color: #fff;
                display: inline-block;
                padding: 3px 20px;
                margin-left: 10px;
            }
            .newsallinfo .nibg .button .anniu img{
                margin-right:12px;
            }
                .newsallinfo .nibg .button .anniu:hover {
                    border: 1px solid #3488e2;
                    border-radius: 3px;
                    background-color: #3488e2;
                    display: inline-block;
                    color: #fff;
                    cursor: pointer;
                }
                    .newsallinfo .nibg .button .doPrint:hover img{
                        content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/print_2.jpg);
                    }
                    .newsallinfo .nibg .button .doClose:hover img{
                        content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/close_2.jpg);
                    }
.listype {
    padding-top: 40px;
    width: 1200px;
    margin: 0 auto;
}
    .listype .menulist {
        width: 230px;
        margin-bottom:30px;
        float:left;
    }
        .listype .menulist .menuname {
            width: 100%;
            height: 80px;
            line-height: 80px;
            background-color: #165aa1;
            color: #fff;
            font-size: 28px;
            font-weight: 600;
            font-family: STHeiti;
            text-align: center;
        }
        .listype .menulist .dul {
            width: 100%;
        }
        .listype .menulist .dul .li {
            width: 100%;
            height: 56px;
            line-height: 56px;
            text-align: center;
            border-top: 1px solid #eeeeed;
            background-color: #f6f6f5;
        }
            .listype .menulist .dul .li .dvmenu{
                height:56px;
            }
             .listype .menulist .dul .li .dvitem{
                width:100px;margin-left:100px;height:30px;line-height:20px;text-align:center;font-size:14px;
            }
            .listype .menulist .dul .li:hover{
                width: 100%;
                height: 56px;
                line-height: 56px;
                text-align: center;
                border-top: 1px solid #eeeeed;
                background-color: #fff;
                border-left: 3px solid #165aa1;
                cursor: pointer;
            }
            .listype .menulist .dul .li:hover a{
                color: rgb(233, 152, 57);
            }
            .listype .menulist .dul .on{
                width: 100%;
                height: 56px;
                line-height: 56px;
                text-align: center;
                border-top: 1px solid #eeeeed;
                background-color: #fff;
                border-left: 3px solid #165aa1;
            }
            .listype .menulist .dul .on a{
                color: rgb(233, 152, 57);
            }
        .listype .menulist .xyimg{
            width:300px; height:300px; margin:30px auto; position:relative; overflow:hidden;
        }
            .listype .menulist .xyimg li{
                position:absolute; top:0; left:0;
            }
                .listype .menulist .xyimg li img{
                    width:230px;
                    height:290px;
                }
    .listype .listfy {
        width: 920px;
        float: left;
        margin-left:50px;
    }
    .listype .listfy .nowsite {
            width: 100%;
            height: 46px;
            line-height: 46px;
            border-bottom: 1px solid #165aa1;
            margin-bottom: 5px;
        }
            .listype .listfy .nowsite .menunamelist {
                width: 50%;
                height: 34px;
                line-height: 32px;
                border-left: 5px solid #006ca0;
                text-align: left;
                float: left;
                font-size: 22px;
                font-weight: 500;
                color: #333;
                padding-left: 20px;
            }
            .listype .listfy .nowsite .menudhlist {
                width: 50%;
                height: 50px;
                line-height: 50px;
                text-align: right;
                float: left;
            }
                .listype .listfy .nowsite .menudhlist img {
                    margin-right: 8px;
                }
                .listype .listfy .nowsite .menudhlist font {
                    padding: 0 6px;
                }
            .listype .listfy .menucontent{
                margin-top: 15px;
                padding-bottom: 30px;
                line-height: 30px;
            }
                .listype .listfy .menucontent p{
                     text-indent:2em;
                }
                .listype .listfy .menucontent table p{
                     text-indent:0;
                }
        .listype .listfy .listitem ul{
            margin-bottom:15px;
        }
        .listype .listfy .listitem li {
            width: 100%;
            height: 44px;
            line-height: 44px;
            border-bottom: 1px dotted #ccc;
        }
        .listype .listfy .listitem .lixw{
            width: 100%;
            height: 130px;
        }
            .listype .listfy .listitem .lixw .nleft{
                width: 90px;
                float: left;
            }
                .listype .listfy .listitem .lixw .nleft .sj{
                     width: 100%;
                     height: 100%;
                     overflow: hidden;
                     background: #ececec;
                }
                     .listype .listfy .listitem .lixw .nleft .sj .day{
                             height: 100%;
                             line-height: 66px;
                             color: #175aa1;
                             background: url(/jwc/dfiles/jwc202006/Content/Image/jiantou1.png) right top no-repeat;
                             font-size: 26px;
                             text-align: center;
                     }
                     .listype .listfy .listitem .lixw .nleft .sj .date{
                         height: 100%;
                         line-height: 46px;
                         color: #666666;
                         border-top: #cccccc 1px solid;
                         font-size: 13px;
                         text-align: center;
                         font-weight: 300;
                     }
            .listype .listfy .listitem .lixw .nright{
                width: 800px;
                float: left;     
                height:130px;
            }
                .listype .listfy .listitem .lixw .nright h3{
                    height: 30px;
                    line-height: 30px;
                    border: 0;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }
                    .listype .listfy .listitem .lixw .nright h3 a{
                         color: #165aa1;
                         font-size: 18px;
                    }
                .listype .listfy .listitem .lixw .nright p{
                    height: 55px;
                    line-height: 28px;
                    color: #777;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }
                .listype .listfy .listitem .lixw .nright span{
                    color: #ccc;
                    font-size: 14px;
                    font-weight: 400;
                }
        .listype .listfy .listitem .listitem-title {
            width: 820px;
            float: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding:0 30px 0 5px;
        }
        .listype .listfy .listitem .listitem-title img{
            margin-right:8px;
            vertical-align:2px;
        }
        .listype .listfy .listitem .listitem-title i{
            margin-right:8px;
        }
        .listype .listfy .listitem .listitem-date {
            width: 100px;
            float: left;
            color: #7A7A7A;
            font-size:14px;
        }
        .listype .listfy .listitem .listitem-date img{
            margin-right:8px;
            vertical-align:-1px;
        }
        .listype .listfy .listitemxw {
             margin-bottom:20px;
             min-height: 300px;
        }
            .listype .listfy .listitemxw li {
                height: 150px;
            }
            .listype .listfy .listitemxw .noticenews {
                width: 100%;
                height: 150px;
                border-bottom: 1px dotted #ccc;
                padding: 20px 0px;
            }
                .listype .listfy .listitemxw .noticenews .nleft {
                    width: 100px;
                    float: left;
                }
                    .listype .listfy .listitemxw .noticenews .nleft .sj {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                        background: #ececec;
                    }
                        .listype .listfy .listitemxw .noticenews .nleft .sj .day {
                            height: 100%;
                            line-height: 62px;
                            color: #175aa1;
                            background: url(https://www.csust.edu.cn/jwc/dfiles/jwc202006/Content/Image/jiantou.png) right top no-repeat;
                            font-size: 34px;
                            text-align: center;
                        }
                        .listype .listfy .listitemxw .noticenews .nleft .sj .date {
                            height: 100%;
                            line-height: 43px;
                            color: #666666;
                            border-top: #cccccc 1px solid;
                            font-size: 16px;
                            text-align: center;
                            font-weight: 300;
                        }
                .listype .listfy .listitemxw .noticenews .nright {
                    margin-left:30px;
                    width: 790px;
                    height:90px;
                    float: left;
                }
                    .listype .listfy .listitemxw .noticenews .nright h3 {
                        height: 32px;
                        line-height: 24px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                    }
                    .listype .listfy .listitemxw .noticenews .nright h3 a{
                        color:#165aa1;
                    }
                    .listype .listfy .listitemxw .noticenews .nright p {
                        height: 53px;
                        line-height: 24px;
                        color: #777;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }
                    .listype .listfy .listitemxw .noticenews .nright span {
                        color: #ccc;
                        font-size: 14px;
                        font-weight: 400;
                    }
.news {
    padding-top: 10px;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}
    .news .newsleft {
        width: 875px;
        float:left;
    }
        .news .newsleft .newsimg {
            width: 410px;
            height: 390px;
            float: left;
            margin-top: 15px;
            box-shadow: 5px 10px 10px #cccccc;
        }
            .news .newsleft .newsimg .img {
                width: 410px;
                height: 260px;
                overflow: hidden;
            }
                .news .newsleft .newsimg .img img {
                    width: 410px;
                    height: 260px;
                    transition: all 0.8s;
                }
                    .news .newsleft .newsimg .img img:hover {
                        width: 410px;
                        height: 260px;
                        transform: scale(1.1);
                    }
            .news .newsleft .newsimg .title {
                font-family: STHeiti;
                font-weight: 600;
                height: 50px;
                line-height: 52px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                padding: 0px 10px;
            }
                .news .newsleft .newsimg .title span {
                    font-weight: 300;
                    font-size: 12px;
                    background-color: #8f3931;
                    color: #fff;
                    border-radius: 3px;
                    padding: 2px 5px;
                    margin-right: 6px;
                }
                .news .newsleft .newsimg .title a {
                    color: #8f3931;
                }
            .news .newsleft .newsimg .description {
                height:70px;
                line-height: 22px;
                font-size: 14px;
                color: #888;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                padding: 0px 20px;
                text-indent:2em;
            }
            .news .newsleft .newsimg .times {
                height: 30px;
                line-height: 30px;
                color: #737373;
                font-size:15px;
            }
                .news .newsleft .newsimg .times .date {
                    background: url(/jwc/dfiles/jwc202006/Content/Image/times.jpg) no-repeat center;
                    background-size:16px 16px;
                    background-position:240px 3px;
                    padding-left:265px;
                }
                .news .newsleft .newsimg .times .xq {
                    float: right;
                }
        .news .newsleft .newstext {
            width: 435px;
            height: 420px;
            float: left;
            margin-left:30px;     
        }
            .news .newsleft .newstext .record {
                width: 100%;
                height: 101px;
                border-bottom: 1px solid #ccc;
            }
                .news .newsleft .newstext .record:hover {
                    background-color: #fafafa;
                }
                .news .newsleft .newstext .record .up {
                    width: 100%;
                    height: 50px;
                }
                    .news .newsleft .newstext .record .up .up_day {
                        width: 80px;
                        height: 50px;
                        line-height: 72px;
                        float: left;
                        text-align: center;
                        font-family: '»ªÎÄ·ÂËÎ';
                        font-size: 36px;
                        color: rgb(233, 152, 57);
                        font-weight: 700;
                    }
                    .news .newsleft .newstext .record .up .up_title {
                        width: 350px;
                        height: 50px;
                        float: left;
                        line-height: 50px;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        overflow: hidden;
                        font-size: 16px;
                        padding-left:10px;
                    }
                        .news .newsleft .newstext .record .up .up_title a {
                            color: #165aa1;
                        }
                .news .newsleft .newstext .record .down {
                    width: 100%;
                    height: 54px;
                }
                    .news .newsleft .newstext .record .down .down_date {
                        width: 80px;
                        height: 54px;
                        line-height: 54px;
                        float: left;
                        text-align: center;
                        font-size: 18px;
                        color: #747474;
                        font-family: '»ªÎÄ·ÂËÎ';
                        font-weight: 500;
                        margin-top: -5px;
                    }
                    .news .newsleft .newstext .record .down .down_content {
                        width: 350px;
                        height: 48px;
                        float: left;
                        color: #888;
                        line-height: 22px;
                        font-size: 14px;
                        text-overflow: -o-ellipsis-lastline;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        margin-top: -5px;
                        padding-left: 10px;
                    }      

    .news .newsright {
        width: 275px;
        margin-left: 50px;
        float: left;
    }
        .news .newsright .noticenews {
            width: 100%;
            height: 86px;
            border-bottom: 1px dotted #ccc;
            padding: 9px 0px 0px 0px;}
            .news .newsright .noticenews .nleft {
                width:60px;
                float:left;}
                .news .newsright .noticenews .nleft .sj {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    background: rgb(233, 152, 57);
                    margin-top: 3px;}
                    .news .newsright .noticenews .nleft .sj .day {
                        height: 100%;
                        line-height: 38px;
                        color: #fff;
                        font-size: 26px;
                        text-align: center;}
                    .news .newsright .noticenews .nleft .sj .date {
                        height: 100%;
                        line-height: 26px;
                        color: #666666;
                        border-top: #cccccc 1px solid;
                        font-size: 13px;
                        text-align: center;
                        font-weight:300;
                        background: #ececec;}
               .news .newsright .noticenews .nleft .sj_on {
                    background:#165aa1;}
                .news .newsright .noticenews .nleft .yg {
                    border:1px solid #979797;
                    text-align: center;
                    width: 60px;
                    height: 50px;}
                    .news .newsright .noticenews .nleft .yg .day{
                         color: #999;
                         font-weight: 600;
                         font-size: 20px;
                         margin: 5px 0px 0px 0px;}
                     .news .newsright .noticenews .nleft .yg .date{
                         font-size: 12px;
                         color: #999;}
            .news .newsright .noticenews .nright {
                width: 215px;
                height: 68px;
                line-height: 24px;
                float: left;
                padding-left:15px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                font-size:15px;}
                .news .newsright .noticenews .nright a:hover{
                     color:#165aa1;}
        .news .newsright .imgmenu {
            height: 53px;
            width: 275px;
        }
        .news .newsright .imgmenu span{
            height: 53px;
            width: 134px;
        }
            .news .newsright .imgmenu span img{
                height: 53px;
                width: 134px;
            }
.notice {
    width: 1200px;
    height: 430px;
    margin: 0 auto;
}
    .notice .noticeleft {
        width: 390px;
        float: left;
    }
        .notice .noticeleft .noticenews {
            width: 100%;
            height: 80px;
            border-bottom: 1px dotted #ccc;
            padding: 13px 0px 0px 0px;
        }
            .notice .noticeleft .noticenews .nleft {
                width:60px;
                float:left;
            }
                .notice .noticeleft .noticenews .nleft .sj {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                     background: rgb(233, 152, 57);
                }
                    .notice .noticeleft .noticenews .nleft .sj .day {
                        height: 100%;
                        line-height: 34px;
                        color: #fff;
                        font-size: 26px;
                        text-align: center;
                    }
                    .notice .noticeleft .noticenews .nleft .sj .date {
                        height: 100%;
                        line-height: 22px;
                        color: #666666;
                        border-top: #cccccc 1px solid;
                        font-size: 13px;
                        text-align: center;
                        font-weight:300;
                        background: #ececec;
                    }
               .notice .noticeleft .noticenews .nleft .sj_on {
                    background:#165aa1;
                }
                .notice .noticeleft .noticenews .nleft .yg {
                    border:1px solid #979797;
                    text-align: center;
                    width: 60px;
                    height: 56px;
                }
                    .notice .noticeleft .noticenews .nleft .yg .day{
                         color: #999;
                         font-weight: 600;
                         font-size: 20px;
                         margin: 5px 0px 2px 0px;
                    }
                     .notice .noticeleft .noticenews .nleft .yg .date{
                         font-size: 12px;
                         color: #999;
                    }
            .notice .noticeleft .noticenews .nright {
                width: 330px;
                height: 60px;
                line-height: 25px;
                float: left;
                padding-left:18px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                font-size:15px;
            }
                .notice .noticeleft .noticenews .nright a:hover{
                     color:#165aa1;
                }
    .notice .noticeright {
        margin-left:50px;
        width: 435px;
        float: left;
    }
        .notice .noticeright .service {
            height:328px;
            background-color: #f6f6f6;
            border:1px solid #eee;
            padding:10px 20px;
        }
        .notice .noticeright .items {
            width: 176px;
            height:82px;
            margin: 10px;
            background-color: #eee;
            float: left;
            border: 1px dotted #ccc;
            border-radius: 2px;
        }
            .notice .noticeright .items:hover {
                background-color: #3488e2;
                border-radius: 10px;
                border:0;
                color:#fff;
            }
                .notice .noticeright .items:hover a{
                    color:#fff;
                    font-family: STHeiti;
                }
                .notice .noticeright .items:hover .kbcx img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/table_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .cjcx img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/renwu_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .xspj img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/keyboard_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .pyfa img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/mortar_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .ksap img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/newspaper_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .xkzx img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/listol_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .jsjy img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/restore_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .jskb img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/listalt_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .cjlr img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/vcard_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .jxpj img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/square_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .jxap img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/computer_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
                .notice .noticeright .items:hover .bysj img{
                    content: url(/jwc/dfiles/jwc202006/Content/Image/font-awesome/plane_2.jpg);
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
            .notice .noticeright .items .awesomeimg {
                width: 100%;
                height:42px;
                line-height: 65px;
                text-align: center;
            }                
            .notice .noticeright .items .awesomeimg img{
                line-height: 50px;
                -webkit-transition: -webkit-transform 0.4s ease-out;
                -moz-transition: -moz-transform 0.4s ease-out;
                transition: transform 0.4s ease-out;
            }
            .notice .noticeright .items .awesometxt {
                width: 176px;
                line-height: 30px;
                text-align: center;
                font-weight: 300;
                font-size: 15px;
                font-family: STHeiti;
            }
    .notice .noticetime {
        width: 275px;
        height: 400px;
        margin-left: 50px;
        float: left;
    }
.azinfo {
    width: 100%;
    min-width: 1200px;
    height: 480px;
    margin-bottom:20px;
    background-color: #f6f6f6;
}
    .azinfo .mainnews {
        width: 1200px;
        margin: 0 auto;
    }
        .azinfo .mainnews #info_menu{
            text-align: center;
            width:460px;
            margin:0 auto;
            height:62px;
            line-height:89px;
        }
        .azinfo .mainnews .jxxx {
            width: 1200px;
            height: 480px;
        }
            .azinfo .mainnews .jxxx .moreinfo {
                width: 1200px;
                height: 30px;
                line-height:30px;
                text-align:right;
                padding-right:5px;
                font-size: 10px;
                color: #333;
                margin-bottom:-5px;
            }
            .azinfo .mainnews .jxxx .moreinfo span{
                border-radius:8px;border:1px solid #165aa1;color:#165aa1;display:inline-block;padding:0px 8px;height:20px;line-height:20px;
            }
            .azinfo .mainnews .jxxx .items {
                width: 365px;
                height: 152px;
                float: left;
                border: 1px solid #a0a0a0;
                margin: 15px 17px;
                position: relative;
                overflow: hidden;
            }
                .azinfo .mainnews .jxxx .items:hover {
                    border: 1px solid #fff;
                    cursor: pointer;
                }
                    .azinfo .mainnews .jxxx .items:hover .pictitle {
                        display: none;
                    }
                .azinfo .mainnews .jxxx .items:hover .textitems {
                    display: block;
                }

                .azinfo .mainnews .jxxx .items .picimg {
                    width: 46px;
                    height: 150px;
                    float: left;
                }
                    .azinfo .mainnews .jxxx .items .picimg img {
                        width: 363px;
                        height: 150px;
                    }
                .azinfo .mainnews .jxxx .items .pictitle {
                    position: absolute;
                    bottom: 0px;
                    height: 36px;
                    line-height: 36px;
                    color: #fff;
                    background: url(/jwc/dfiles/jwc202006/Content/Image/nav-bg.jpg) repeat;
                    width: 363px;
                    padding-left: 10px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }
                .azinfo .mainnews .jxxx .items .ico {
                    width: 46px;
                    height: 150px;
                    float: left;
                    display: none;
                    background: url(/jwc/dfiles/jwc202006/Content/Image/nav-bg.jpg) repeat;
                }
                    .azinfo .mainnews .jxxx .items .ico img {
                        padding-left: 15px;
                        padding-top: 20px;
                        width: 36px;
                        height: 40px;
                    }
                .azinfo .mainnews .jxxx .items .cont {
                    width: 317px;
                    height: 150px;
                    float: left;
                    display: none;
                    background: url(/jwc/dfiles/jwc202006/Content/Image/nav-bg.jpg) repeat;
                }
                    .azinfo .mainnews .jxxx .items .cont .title {
                        display: inline-block;
                        width: 302px;
                        height: 62px;
                        line-height: 22px;
                        overflow: hidden;
                        padding-top: 16px;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

                        .azinfo .mainnews .jxxx .items .cont .title a {
                            color: rgb(233, 152, 57);
                            font-size:16px;
                        }
                    .azinfo .mainnews .jxxx .items .cont .neirong {
                        border-top: 1px dotted #ccc;
                        margin-top: 5px;
                        display: inline-block;
                        width: 302px;
                        height: 50px;
                        line-height: 22px;
                        color: #fff;
                        font-size: 14px;
                        padding-top: 5px;
                        font-weight:600;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }
                    .azinfo .mainnews .jxxx .items .cont .times {
                        display: inline-block;
                        width: 302px;
                        height: 30px;
                        line-height: 30px;
                        font-size: 13px;
                        color: #eee;
                        font-weight:300;
                    }
                        .azinfo .mainnews .jxxx .items:hover i {
                            color: #165aa1;
                        }
                        .azinfo .mainnews .jxxx .items:hover .title {
                            color:#165aa1;
                        }
.links {
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
}
    .links .linktop {
        width: 100%;
        height: 52px;
        background: url(/jwc/dfiles/jwc202006/Content/Image/youqinglianjie.jpg) no-repeat center;
    }
    .links .linktoptext {
        margin-top:-39px;
        text-align:center;
    }
    .links .linktoptext:hover {
        cursor:pointer;
    }
        .links .linktoptext .lname {
            display: inline-block;
            text-align: center;
            width: 110px;
            font-size: 17px;
            color: #888;
            font-family: STHeiti;
        }
        .links .linktoptext .pr {
            padding-left: 16px;
        }
        .links .linktoptext .on {
            color: #333;
            font-weight: 600;
            font-size: 18px;
        }
    .links .jwclk {
        margin-top:15px;
        margin-bottom:10px;
        min-height:50px;
    }
        .links .jwclk .lkitem {
            background: url(/jwc/dfiles/jwc202006/Content/Image/small-icon.jpg) no-repeat 2px center;
            width: 200px;
            height: 40px;
            line-height: 40px;
            float: left;
            font-size: 14px;
            padding-left:15px;
            transition: all 0.8s;
        }
            .links .jwclk .lkitem:hover {
                padding-left: 21px;
                font-size: 14px;
            }
        .links .jwclk .lkitem i{
            padding-right:5px;
            font-size:6px;
        }
.bottom {
    width: 100%;
    height: 170px;
    background-color: #0168b5;
}
    .bottom .ctns {
        width: 1200px;
        height: 170px;
        margin: 0 auto;
        padding-top: 35px;
    }
        .bottom .ctns .bleft {
            width: 399px;
            height: 100px;
            color: #fff;
            float: left;
            border-right: 1px solid #6f9fc5;
            background: url(/jwc/dfiles/jwc202006/Content/Image/jiaowuchu.jpg) no-repeat center;
        }
        .bottom .ctns .bmiddle {
            width: 389px;
            height: 100px;
            color: #fff;
            float: left;
            border-right: 1px solid #6f9fc5;
        }
            .bottom .ctns .bmiddle div {
                width: 379px;
                height: 26px;
                line-height: 26px;
                font-size: 13px;
                margin-left: 30px;
            }
        .bottom .ctns .bright {
            width: 410px;
            height: 120px;
            color: #fff;
            float: left;
        }
            .bottom .ctns .bright .code {
                width: 100px;
                height: 120px;
                float: left;
                margin:0px 18px 0px 20px;
            }
                .bottom .ctns .bright .code .img {
                    width: 100px;
                    height: 100px;
                    background: url(/jwc/dfiles/jwc202006/Content/Image/cslg_gzh.jpg) no-repeat center;
                    background-size: 80px 80px;
                }
                .bottom .ctns .bright .code .txt {
                    font-size: 12px;
                    text-align:center;
                }
            .bottom .ctns .bright .email {
                width: 270px;
                height: 130px;
                float: left;
            }
                .bottom .ctns .bright .email .emailname {
                    width: 275px;
                    height: 30px;
                    font-size: 16px;
                    margin-top:-9px;
                }
                    .bottom .ctns .bright .email .emailname .xx{
                        background: url(/jwc/dfiles/jwc202006/Content/Image/xinxiang.jpg) no-repeat center;
                        background-size: 18px 14px;
                        background-position:0 2px;
                        display:inline-block;
                        margin-right:10px;
                        width: 18px;
                        height: 14px;
                    }
                .bottom .ctns .bright .email .emailman {
                    width: 270px;
                    height: 26px;
                    font-size: 13px;
                    float: left;
                }
                .bottom .ctns .bright .email .emailman a{
                    color:#fff;
                }
.pagin{
     margin:15px 0px;
}