@charset "gb2312";

body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 12px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #333;
    width: 100%;
    background: #f2f2f2 url(imagesbodybg.png) no-repeat center top;
}

ul, li, form, dl, dt, dd, div, ul, li, h1, h2, h3, h4, h5, h6, p, em, i {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0px;
    margin: 0px;
}

select, input, textarea {
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    font-family: "微软雅黑";
}

    input:focus {
        outline: none;
    }

input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*/ /*强制去除表单自带的样式*/
}

textarea {
    resize: none; /*-webkit-appearance:none;*/ /*强制去除textarea自带的样式*/
}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #666;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0,0,0,0);
}

    a:focus {
        outline: none;
        -moz-outline: none;
    }

    a:hover {
        text-decoration: none;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.yh {
    font-family: "微软雅黑";
}

.hidetxt {
    display: none;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.w1100 {
    width: 1100px;
    margin: 0px auto;
}

.line {
    border: 1px solid #e5e5e5;
}

/*title*/
.Title01 {
    height: 38px;
    line-height: 38px;
    border-bottom: 2px solid #ededed;
}

    .Title01 span {
        display: block;
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #087aca;
        border-bottom: 2px solid #087aca;
        padding: 0px 4px;
    }

    .Title01 a.more {
        color: #999999;
        padding-right: 3px;
        color: #999999;
        float: right;
    }

/*公用样式*/
.CommonList li {
    height: 30px;
    line-height: 30px;
    background: url(imagesarr1.png) no-repeat left center;
    padding-left: 7px;
}

    .CommonList li a {
        font-size: 14px;
        color: #666666;
    }

    .CommonList li span {
        float: right;
        padding-right: 2px;
        color: #999999;
    }

.Left {
    background: #f6f6f6 url(imagessubbg.png) no-repeat center 8px;
    padding: 0px 10px 8px;
    width: 270px;
    float: left;
    margin-bottom: 18px;
}

.SubName {
    display: block;
    line-height: 51px;
    padding: 11px 0px 0px 11px;
    font-size: 18px;
    color: #087aca;
    font-weight: bold;
}

.SubMeun {
    border: 2px solid #1f8dda;
    background: #fff;
    margin-bottom: 5px;
}

    .SubMeun li .am a {
        display: block;
        padding-left: 22px;
        border-bottom: 1px solid #f2f2f2;
        line-height: 33px;
        font-size: 14px;
        color: #333333;
    }

    .SubMeun li .sub {
        padding: 0px 0px 0px 40px;
        font-size: 14px;
        display: none;
    }

        .SubMeun li .sub dd em {
            font-family: "宋体";
            padding: 0px 10px 0px 0px;
        }

        .SubMeun li .sub dd {
            padding: 5px 0px;
        }

            .SubMeun li .sub dd:hover, .SubMeun li .sub dd.on, .SubMeun li .sub dd:hover a, .SubMeun li .sub dd.on a {
                color: #087aca;
            }

.Public {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 12px 14px 14px;
    margin-bottom: 5px;
}

    .Public h3 {
        font-size: 16px;
        color: #333333;
        line-height: 32px;
    }

    .Public li {
        width: 110px;
        float: left;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

        .Public li a {
            display: block;
            color: #666666;
            background: url(imagesarr3.png) no-repeat left center;
            padding-left: 9px;
        }

.Catalogue {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 8px 16px 10px;
}

    .Catalogue li a {
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        font-size: 16px;
    }

    .Catalogue li a {
        display: block;
        background: url(imagesarr4.png) left center no-repeat;
        color: #333333;
        padding-left: 24px;
    }

.Right {
    width: 770px;
    float: right;
    margin-bottom: 18px;
}

.Rights {
    width: 760px;
    float: right;
    margin-bottom: 18px;
}


/*悬浮层*/
.Fixed {
    position: fixed;
    top: 50%;
    right: 0px;
}

    .Fixed img {
        display: block;
    }

/*position*/
.Current {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ededed;
}

    .Current em {
        display: block;
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: #087aca;
        border-bottom: 2px solid #087aca;
        padding: 0px 4px;
    }

.Position {
    font-size: 14px;
    color: #333333;
    float: right;
    background: url(imageshome.png) no-repeat left center;
    padding-left: 16px;
}

    .Position a {
        color: #333;
        background: url(imagesarr2.png) no-repeat left center;
        padding-left: 10px;
        margin-left: 8px;
    }

    .Position span {
        color: #ce2520;
        background: url(imagesarr2.png) no-repeat left center;
        padding-left: 10px;
        margin-left: 8px;
    }

/*pages*/
.Pages {
    width: 100%;
    text-align: center;
    padding: 39px 0px 45px;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

    .Pages b {
        font-weight: normal;
        color: #e60012;
    }

    .Pages a {
        display: inline-block;
        padding: 0px 10px;
        height: 28px;
        line-height: 25px;
        background: #e8e8e8;
        color: #666666;
        font-size: 14px;
        margin: 0px 1px;
    }

    .Pages .p_page {
        padding-left: 10px;
    }

    .Pages a:hover {
        background: #0086d9;
        color: #fff;
    }

    .Pages .a_cur {
        background: #0086d9;
        color: #fff;
    }

    .Pages select {
        width: 48px;
        height: 23px;
        line-height: 23px;
        border: 1px solid #e7e7e7;
        margin: 0px 7px;
    }


/*top*/
.Top {
    height: 155px;
}

.Logo {
    width: 266px;
    float: left;
    margin: 12px 0px 0px;
}

    .Logo img {
        display: block;
        width: 100%;
    }

.NavBottom {
    height: 50px;
    background: #f6f6f6;
    border-top: 5px solid #087aca;
}

    .NavBottom .Weather {
        line-height: 50px;
        color: #555555;
        font-size: 14px;
        padding-left: 10px;
    }

.Search {
    background: url(imagessearchbg.png) no-repeat;
    width: 222px;
    height: 32px;
    line-height: 32px;
    margin: 9px 12px 0px 0px;
    float: right;
    position: relative;
}

    .Search .input {
        padding-left: 19px;
        width: 172px;
        line-height: 32px;
        color: #c0c0c0;
    }

    .Search .btn {
        background: url(imagesbtn.png) no-repeat;
        width: 15px;
        height: 13px;
        position: absolute;
        right: 14px;
        top: 9px;
    }

.SearchDate {
    width: 300px;
    height: 32px;
    line-height: 32px;
    margin: 9px 12px 0px 0px;
    float: right;
    position: relative;
}

    .SearchDate .input {
        padding-left: 19px;
        width: 150px;
        line-height: 32px;
        color: #c0c0c0;
        background: #fff;
        border:1px solid #ccc;
    }
/*nav*/
.Nav {
    float: right;
    margin-top: 20px;
}

    .Nav li {
        float: left;
        width: 90px;
        margin-left: 14px;
        text-align: center;
        font-size: 14px;
    }

        .Nav li a {
            display: block;
            line-height: 22px;
            height: 31px;
            padding-top: 49px;
            color: #666666;
        }

            .Nav li a.nav1 {
                background: url(imagesnavli.png) no-repeat 0px 0px;
            }

            .Nav li a.nav2 {
                background: url(imagesnavli.png) no-repeat -104px 0px;
            }

            .Nav li a.nav3 {
                background: url(imagesnavli.png) no-repeat -207px 0px;
            }

            .Nav li a.nav4 {
                background: url(imagesnavli.png) no-repeat -311px 0px;
            }

            .Nav li a.nav5 {
                background: url(imagesnavli.png) no-repeat -414px 0px;
            }

            .Nav li a.nav6 {
                background: url(imagesnavli.png) no-repeat -518px 0px;
            }

            .Nav li a:hover, .Nav li.onnav a {
                color: #fff;
            }

            .Nav li a.nav1:hover, .Nav li.onnav .nav1 {
                background: url(imagesnavlion.png) no-repeat 0px 0px;
            }

            .Nav li a.nav2:hover, .Nav li.onnav .nav2 {
                background: url(imagesnavlion.png) no-repeat -104px 0px;
            }

            .Nav li a.nav3:hover, .Nav li.onnav .nav3 {
                background: url(imagesnavlion.png) no-repeat -207px 0px;
            }

            .Nav li a.nav4:hover, .Nav li.onnav .nav4 {
                background: url(imagesnavlion.png) no-repeat -311px 0px;
            }

            .Nav li a.nav5:hover, .Nav li.onnav .nav5 {
                background: url(imagesnavlion.png) no-repeat -414px 0px;
            }

            .Nav li a.nav6:hover, .Nav li.onnav .nav6 {
                background: url(imagesnavlion.png) no-repeat -518px 0px;
            }


/*bottom*/
.Bottom {
    border-top: 3px solid #087aca;
    padding-top: 35px;
    height: 95px;
    background: #f2f2f2;
}

.Bottominfo img {
    display: block;
    float: left;
    margin-right: 12px;
}

.BottomTxt {
    width: 470px;
    float: right;
    color: #666666;
    line-height: 21px;
}

    .BottomTxt a {
        color: #666;
    }

    .BottomTxt em {
        padding: 0px 8px;
    }

    .BottomTxt i {
        color: #bf0103;
    }

/*监狱资讯*/
.Main {
    background: #fff;
    padding: 20px 15px 0px;
    width: 1070px;
    margin: 0 auto;
}

.NewsBox {
    width: 770px;
    float: left;
    height: 360px;
    overflow: hidden;
    margin-bottom: 16px;
}

    .NewsBox .Newstit {
        border: 1px solid #cee3f2;
        height: 43px;
        line-height: 43px;
        text-align: center;
        font-size: 26px;
        margin-bottom: 15px;
    }

        .NewsBox .Newstit a {
            color: #c80000;
        }

.focusBox {
    float: left;
    position: relative;
    width: 440px;
    height: 300px;
    display: inline;
    overflow: hidden;
}

    .focusBox .pic img {
        width: 440px;
        height: 300px;
        display: block;
    }

    .focusBox .txt-bg {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        height: 36px;
        width: 100%;
        background: #000;
        filter: alpha(opacity=60);
        opacity: 0.6;
        overflow: hidden;
    }

    .focusBox .txt {
        position: absolute;
        bottom: 0;
        z-index: 2;
        height: 36px;
        width: 100%;
        overflow: hidden;
    }

        .focusBox .txt li {
            height: 36px;
            line-height: 36px;
            position: absolute;
            bottom: -36px;
        }

            .focusBox .txt li a {
                display: block;
                color: #fff;
                padding: 0 0 0 15px;
                font-weight: bold;
                font-size: 14px;
            }

    .focusBox .num {
        position: absolute;
        z-index: 3;
        bottom: 14px;
        right: 31px;
        height: 12px;
        overflow: hidden;
        color: #999999;
    }

        .focusBox .num li {
            float: left;
            position: relative;
            width: 12px;
            height: 12px;
            line-height: 12px;
            margin: 0px 0px 0px 8px;
            cursor: pointer;
            background: url(imagesdotpic.png) 0px top no-repeat;
            text-indent: -99999px;
        }

            .focusBox .num li.on {
                background: url(imagesdotpic.png) 0px bottom no-repeat;
            }

.News {
    width: 318px;
    float: right;
}

.Notice {
    width: 280px;
    float: right;
    height: 356px;
    padding-top: 4px;
    overflow: hidden;
    margin-bottom: 16px;
}

    .Notice ul {
        padding-top: 13px;
        overflow: hidden;
    }

.Theam {
    border: 1px solid #cee3f2;
    padding: 10px 0px 8px 9px;
    margin-bottom: 9px;
}

.Theamtit {
    width: 35px;
    height: 80px;
    background: #087aca;
    float: left;
    border-radius: 5px;
}

    .Theamtit em {
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        width: 16px;
        margin: 12px auto 0px;
    }

.TheamList {
    width: 1005px;
    float: right;
    margin-right: 9px;
}

    .TheamList li {
        width: 195px;
        float: left;
        margin-right: 7px;
    }

        .TheamList li img {
            display: block;
            width: 100%;
        }

.JyzxList {
    width: 339px;
    height: 269px;
    overflow: hidden;
}

    .JyzxList ul {
        padding-top: 8px;
    }

.Ml {
    margin-left: 25px;
}

.Link {
    margin-top: 13px;
    border: 1px solid #cee3f2;
    border-bottom: none;
    padding: 18px 0px 15px;
}

.LinkList {
    width: 590px;
    margin: 0 auto;
}

    .LinkList li {
        width: 136px;
        float: left;
        margin-right: 15px;
    }

        .LinkList li img {
            display: block;
            width: 100%;
        }

.Select {
    text-align: center;
    margin-top: 19px;
}

    .Select select {
        width: 148px;
        height: 23px;
        line-height: 23px;
        border: 1px solid #d3d3d3;
        padding-left: 9px;
        color: #666666;
        margin: 0px 5px;
        background: #fff;
    }

/*新闻列表*/
.NewsList {
    padding: 14px 0px 21px 9px;
    border-bottom: 1px solid #ebebeb;
}

    .NewsList li {
        height: 35px;
        line-height: 35px;
        background: url(imagesarr3.png) no-repeat left center;
        padding-left: 11px;
        font-size: 14px;
    }

        .NewsList li a {
            color: #444444;
        }

        .NewsList li span {
            float: right;
            color: #999999;
        }

/*新闻详情*/
.newTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-top: 23px;
    text-align: center;
    line-height: 42px;
}

.bdsharebuttonbox {
    z-index: 99;
}

.newTime {
    line-height: 33px;
    padding: 0px 0px 18px 0px;
    text-align: center;
    color: #666666;
    border-bottom: 1px dashed #e9e9e9;
    font-size: 14px;
    position: relative;
}

    .newTime em, .newTime i {
        display: inline-block;
    }

    .newTime em {
        margin: 0 20px;
    }

    .newTime i {
        width: 138px;
        height: 28px;
        position: absolute;
        top: 4px;
    }

.cc2 {
    width: 138px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 444
}

.content {
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    padding: 22px 0px 27px;
}

    .content p {
        text-indent: 2em;
    }

.PrevNext {
    padding: 21px 0px 45px;
    font-size: 14px;
    line-height: 28px;
    border-top: 1px solid #e7e7e7;
    color: #000000;
}

    .PrevNext a {
        color: #666666;
    }

        .PrevNext a:hover {
            color: #C00;
        }

/*信息公开*/
.Leader {
    padding: 9px 10px 0px;
    width: 358px;
    height: 315px;
    overflow: hidden;
    margin-bottom: 15px;
}

.SlideTxt {
    margin: 10px 0px 0px 4px;
}

    .SlideTxt .hd li {
        height: 30px;
        float: left;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
    }

        .SlideTxt .hd li a {
            color: #000;
            display: block;
            padding: 0px 12px;
        }

            .SlideTxt .hd li a:hover, .SlideTxt .hd li.on a {
                background: #087aca;
                color: #fff;
            }

.LeaderBox {
    margin-top: 16px;
}

    .LeaderBox li {
        margin-bottom: 10px;
    }

        .LeaderBox li .Leaderimg {
            margin-right: 12px;
            margin: 0px auto;
        }

            .LeaderBox li .Leaderimg img {
                display: block;
                margin: 0px auto;
            }

        .LeaderBox li .Leaderinfo {
            width: 358px;
            float: left;
            font-size: 14px;
        }

            .LeaderBox li .Leaderinfo h3 {
                line-height: 30px;
                text-align: center;
            }

                .LeaderBox li .Leaderinfo h3 i {
                    padding: 0px 7px;
                }

                .LeaderBox li .Leaderinfo h3 a {
                    color: #333333;
                }

            .LeaderBox li .Leaderinfo p {
                color: #666666;
                line-height: 22px;
            }

.Set {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 9px;
}

    .Set a.more {
        color: #087aca;
    }

.NewPublic {
    padding: 9px 10px 0px;
    width: 358px;
    height: 266px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .NewPublic ul {
        padding-top: 6px;
    }

.InfoList {
    padding: 9px 10px 0px;
    width: 358px;
    height: 305px;
    overflow: hidden;
}

.InfoBox {
    padding-top: 7px;
}

/*信息公开列表页*/
.ListBox {
    padding: 13px 0px 0px;
}

    .ListBox table tr td {
        font-size: 14px;
        line-height: 40px;
        color: #666666;
    }

        .ListBox table tr td a {
            color: #666666;
            padding-left: 22px;
        }

        .ListBox table tr td.pad {
            color: #999999;
        }

        .ListBox table tr td.num {
            padding-left: 16px;
        }

.listT {
    background: #087aca;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
}

    .listT span {
        display: block;
        float: left;
    }

.list_title {
    width: 48%;
    margin-left: 22px;
}

.list_title1 {
    width: 40%;
    margin-left: 10px;
}

.list_num {
    width: 26%;
    text-align: center;
}

.list_num1 {
    width: 16%;
}

.list_addtime {
    width: 15%;
    text-align: right;
}

/*信息公开详细*/
.box_dis dl {
    padding: 20px 0px 0px;
}

.content {
    line-height: 24px;
    padding: 18px 18px 25px 18px;
    font-size: 14px;
}

.cen {
    text-align: center;
    border-bottom: 2px solid #81bcdc;
    font-size: 16px;
    color: #000000;
    line-height: 41px;
    padding-top: 20px;
}

.resours {
    text-align: center;
    line-height: 39px;
    color: #888888;
}

.content_news {
    line-height: 25px;
    padding: 26px 0px 0px 0px;
    font-size: 14px;
    color: #222222;
}

.tab1 td {
    padding: 0px 5px 0px 29px;
    height: 38px;
    font-size: 14px;
}

.cen2 {
    text-align: center;
    border-bottom: 1px dotted #cacaca;
    font-size: 20px;
    color: #333333;
    line-height: 64px;
    padding-top: 14px;
}

/*狱务服务*/
.HomeBan {
    width: 1070px;
    margin: 10px auto 0px;
    height: 558px;
    overflow: hidden;
    padding-bottom: 40px;
}

    .HomeBan .bd {
        position: relative;
        z-index: 0;
    }

        .HomeBan .bd ul {
            width: 100% !important;
        }

        .HomeBan .bd li {
            width: 100% !important;
            height: 558px;
            position: relative;
        }

            .HomeBan .bd li a {
                height: 558px;
                display: block;
            }

    .HomeBan .con {
        font-size: 16px;
        color: #fff;
        position: absolute;
        width: 1070px;
        left: 50%;
        top: 0;
        margin-left: -535px;
        z-index: 3;
    }

        .HomeBan .con span {
            display: block;
            position: relative;
            left: -338px;
            top: 0px;
            opacity: 0;
        }

        .HomeBan .con .a1 {
            transition: all 5s;
            -webkit-transition: all 5s;
            float: left;
        }

.SerivesBox {
    padding-bottom: 40px;
    display: none;
}

.Serive {
    background: url(imagesservicebg.jpg) no-repeat center bottom;
    width: 1070px;
    height: 482px;
    margin: 0 auto 0px;
    padding: 78px 0px 0px;
}

    .Serive h3 {
        font-weight: normal;
        font-size: 36px;
        height: 48px;
        line-height: 48px;
        text-align: center;
    }

    .Serive .SeriveList {
        width: 900px;
        margin: 74px auto 0px;
        padding-left: 150px;
    }

        .Serive .SeriveList li {
            float: left;
            width: 138px;
            height: 138px;
            border: 1px solid #dddddd;
            margin: 0px 20px;
            text-align: center;
            font-size: 15px;
            background: #fff;
        }

            .Serive .SeriveList li a {
                display: block;
                color: #333333;
                padding-top: 80px;
            }

                .Serive .SeriveList li a.S1 {
                    background: url(imagesservice.png) no-repeat 0px top;
                }

                .Serive .SeriveList li a.S2 {
                    background: url(imagesservice.png) no-repeat -180px top;
                }

                .Serive .SeriveList li a.S3 {
                    background: url(imagesservice.png) no-repeat -360px top;
                }

                .Serive .SeriveList li a.S4 {
                    background: url(imagesservice.png) no-repeat -540px top;
                }

                .Serive .SeriveList li a.S5 {
                    background: url(imagesservice.png) no-repeat -720px top;
                }

/*服刑人员信息查询*/
.SentenceCheack {
    padding: 21px 26px 118px 21px;
}

    .SentenceCheack h2 {
        font-size: 20px;
        line-height: 68px;
        color: #333333;
    }

    .SentenceCheack p {
        line-height: 36px;
        color: #333333;
        font-size: 14px;
    }

    .SentenceCheack a.more {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #087aca;
        border-radius: 5px;
        margin-top: 75px;
    }

/*服刑人员信息查询表格*/
.ApplyForm h2 {
    line-height: 64px;
    padding-left: 96px;
    font-size: 24px;
    color: #087aca;
}

.Ctab {
    padding-bottom: 30px;
}

    .Ctab .TabName {
        width: 216px;
        float: left;
        text-align: right;
        font-size: 18px;
        color: #333333;
        line-height: 40px;
    }

.Ctabinfo {
    width: 824px;
    float: right;
}

.ApplyTab tr td {
    height: 40px;
    line-height: 40px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #333333;
}

    .ApplyTab tr td input {
        padding-left: 14px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #dddddd;
        font-size: 14px;
        color: #adadad;
        margin-left: 14px;
    }

    .ApplyTab tr td .input1 {
        width: 264px;
    }

    .ApplyTab tr td .input2 {
        width: 134px;
    }

    .ApplyTab tr td .input3 {
        width: 204px;
    }

    .ApplyTab tr td .input4 {
        width: 332px;
    }

    .ApplyTab tr td .input5 {
        width: 164px;
    }

    .ApplyTab tr td .input6 {
        width: 586px;
        background: #f4f4f4;
        border: none;
        height: 40px;
        line-height: 40px;
    }

    .ApplyTab tr td .input7 {
        width: 106px;
        background: #f4f4f4;
        border: none;
        height: 40px;
        line-height: 40px;
    }

    .ApplyTab tr td .radio {
        height: auto;
        margin-right: 6px;
    }

    .ApplyTab tr td .area {
        width: 572px;
        height: 139px;
        line-height: 38px;
        background: #f4f4f4;
        margin-left: 14px;
        padding: 0px 14px;
    }

    .ApplyTab tr td .Remark {
        margin-left: 16px;
        color: #666666;
    }

    .ApplyTab tr td select {
        padding-left: 14px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #dddddd;
        font-size: 14px;
        color: #6e6e6e;
        margin-left: 14px;
    }

    .ApplyTab tr td .Selects {
        width: 278px;
    }

    .ApplyTab tr td .Selects2 {
        width: 220px;
    }

    .ApplyTab tr td .yzm {
        margin: 5px 0px 0px 12px;
    }

    .ApplyTab tr td .btn {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #087aca;
        border-radius: 5px;
        padding: 0px;
    }

    .ApplyTab tr td .btn2 {
        width: 90px;
        height: 35px;
        line-height: 35px;
        padding: 0px;
        font-size: 14px;
        background: #747474;
        color: #fff;
        border: none;
    }

        .ApplyTab tr td .btn2:hover {
            background: #087aca;
        }

    .ApplyTab tr td .Upload {
        background: #e6e6e6;
        padding: 10px 44px;
        font-size: 14px;
        color: #333333;
    }

.btn {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #087aca;
    border-radius: 5px;
    padding: 0px;
}
/*会见日查询*/
.MeetBox {
    padding-bottom: 40px;
}

.Serive .MeetList {
    margin: 47px 0px 0px 80px;
}

    .Serive .MeetList li {
        width: 220px;
        float: left;
        margin-left: 27px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

        .Serive .MeetList li a {
            display: block;
            color: #333333;
            background: url(imagesarr3.png) no-repeat left center;
            padding-left: 21px;
        }

/*会见日查询详情*/
.MeetDetail {
    padding: 11px 0px 17px;
}

    .MeetDetail .Mtit {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 18px;
        background: #087aca;
        text-align: center;
        margin-bottom: 18px;
        font-weight: bold;
    }

    .MeetDetail p {
        line-height: 18px;
        margin-bottom: 12px;
        font-size: 14px;
        color: #666666;
    }

.PerisonCheack {
    border-top: 1px solid #e8e8e8;
}

    .PerisonCheack h2 {
        font-size: 18px;
        color: #087aca;
        height: 64px;
        line-height: 64px;
        padding-left: 7px;
    }

.SelectBox {
    background: #f2f2f2;
    padding: 15px 0px 0px 15px;
    height: 45px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
}

    .SelectBox em select {
        font-size: 14px;
        color: #666666;
        height: 28px;
        line-height: 28px;
        border: 1px solid #cfcfcf;
        padding-left: 8px;
        background: #fff;
        margin: 0px 20px 0px 8px;
    }

    .SelectBox em .Select1 {
        width: 198px;
    }

    .SelectBox em .Select2 {
        width: 78px;
    }

    .SelectBox em .btn {
        width: 80px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 16px;
        background: #d72324;
    }

.Map {
    position: relative;
    padding: 16px 0px 21px;
}

    .Map img {
        display: block;
        width: 100%;
    }

.MapTxt { /*position:absolute;*/
    float: left;
    top: 37px;
    left: 15px;
    width: 280px;
}

    .MapTxt span.Maptit {
        display: block;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        color: #fff;
        font-size: 16px;
        background: #087aca;
    }

.Mapinfo {
    background: #fff;
    margin-top: 1px;
    padding: 23px 14px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
   
    overflow: hidden;
}

/*社会帮教申请*/
.HelpApply {
    padding: 0px 0px 38px 96px;
}

    .HelpApply .ApplyTit {
        display: block;
        height: 64px;
        line-height: 64px;
        color: #087aca;
        font-size: 24px;
        font-weight: bold;
    }

/*互动交流*/
.ExchangeMeun {
    border: 1px solid #dad7d7;
    height: 48px;
}

    .ExchangeMeun li {
        width: 169px;
        border-right: 1px solid #dad7d7;
        line-height: 50px;
        text-align: center;
        float: left;
        font-size: 16px;
    }

        .ExchangeMeun li a {
            display: block;
            color: #333;
        }

            .ExchangeMeun li a:hover, .ExchangeMeun li a.on {
                color: #fff;
                background: url(imagestitbg.jpg) no-repeat;
            }

.Exchange {
    padding: 30px 20px 0px;
}

.Write {
    display: block;
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #d72324;
    border-radius: 5px;
}

.AskBox {
    padding: 22px 0px 0px;
}

    .AskBox li {
        border: 1px solid #dcdcdc;
        margin-bottom: 20px; /* padding:16px 0px 23px;*/
    }

        .AskBox li span {
            display: block;
            font-size: 14px;
            color: #000000;
        }

            .AskBox li span.Date {
                color: #666666;
            }

        .AskBox li p {
            padding-left: 45px;
            line-height: 24px;
            font-size: 14px;
            color: #333333;
        }

            .AskBox li p.zx {
                margin: 16px 0px 23px 22px;
                background: url(imageszx.png) left 4px no-repeat;
            }

            .AskBox li p.hf {
                margin: 0px 0px 23px 22px;
                background: url(imageshf.png) left 4px no-repeat;
            }


/*举报投诉*/
.Wtab {
    padding: 20px 0px 0px;
}

    .Wtab table tr th {
        height: 45px;
        line-height: 45px;
        background: #f5f5f5;
        font-size: 16px;
        color: #087aca;
    }

    .Wtab table tr td {
        height: 38px;
        line-height: 38px;
        border-bottom: 1px dashed #dfdfdf;
        font-size: 14px;
        color: #666666;
    }

        .Wtab table tr td a {
            color: #666666;
            padding-left: 42px;
        }

        .Wtab table tr td em.date {
            color: #999999;
        }

/*在线访谈*/
.OnlineList {
    background: #f6f6f6;
    padding: 20px;
    margin: 20px 0px 17px;
}

    .OnlineList li {
        width: 492px;
        float: left;
    }

.Onlineimg {
    width: 130px;
    float: left;
}

    .Onlineimg img {
        display: block;
        width: 100%;
    }

.Onlineinfo {
    width: 350px;
    float: right;
    line-height: 30px;
    padding-top: 10px;
    font-size: 14px;
    color: #666;
}

    .Onlineinfo p em {
        color: #000000;
        font-weight: bold;
    }

    .Onlineinfo p a {
        color: #333333;
    }

.GoBack {
    width: 518px;
    height: 314px;
    margin-bottom: 44px;
}

    .GoBack ul {
        padding-top: 15px;
    }

        .GoBack ul li {
            background: url(imagesarr1.png) no-repeat 5px center;
            padding-left: 14px;
            line-height: 32px;
            height: 32px;
        }

            .GoBack ul li a {
                color: #333333;
            }

/*在线访谈详情*/
.Onlinedetail h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
    padding: 25px 0px 23px;
    text-align: center;
}

.w845 {
    width: 845px;
    margin-right: 32px;
}

.Odetail {
    padding: 19px 0px 53px;
}

    .Odetail span.Otit {
        font-size: 20px;
        color: #333333;
        display: block;
        line-height: 48px;
        border-bottom: 1px solid #f2f2f2;
        font-weight: bold;
    }

    .Odetail ul {
        padding-top: 18px;
    }

    .Odetail li {
        line-height: 26px;
        font-size: 14px;
        color: #555;
    }

        .Odetail li em {
            clear: both;
            color: #000;
        }

            .Odetail li em i {
                display: block;
                width: 106px;
                float: left;
                color: #087aca;
            }

                .Odetail li em i.as {
                    color: #e00f00;
                }

/*监狱导航*/
.PrisonNav {
    padding-bottom: 49px;
}

    .PrisonNav span.PrisonTit {
        height: 60px;
        line-height: 60px;
        background: #f0f0f0;
        font-size: 30px;
        color: #333333;
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

.Pleft {
    width: 220px;
    float: left;
}

.Pright {
    width: 830px;
    float: right;
}

    .Pright img {
        margin-right: 10px;
    }

.PrisonSub {
    border: 1px solid #dad7d7;
    border-top: 4px solid #087aca;
    padding-bottom: 27px;
}

    .PrisonSub .Psname {
        display: block;
        line-height: 42px;
        padding-top: 13px;
        color: #087aca;
        font-size: 16px;
        font-weight: bold;
        padding-left: 19px;
    }

    .PrisonSub li {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

        .PrisonSub li a {
            color: #333333;
            display: block;
            padding-left: 30px;
        }

        .PrisonSub li .on {
            color: #087aca;
            font-size: 16px;
            font-weight: bold;
            display: block;
            padding-left: 30px;
        }

.Address {
    border: 1px solid #dad7d7;
    padding: 9px 10px;
    margin-bottom: 22px;
}

    .Address .Addressimg {
        width: 240px;
        float: left;
    }

        .Address .Addressimg img {
            display: block;
            width: 100%;
            margin-right: 15px !important;
            margin-top: 15px !important;
        }

    .Addressimg, .Address img {
        display: block;
        margin-right: 15px !important;
        margin-top: 15px !important;
    }

    .Address .Addressinfo {
        width: 532px;
        float: right;
        margin-right: 20px;
    }

        .Address .Addressinfo span a {
            display: block;
            line-height: 50px;
            font-size: 24px;
            color: #087aca;
        }

        .Address .Addressinfo p {
            line-height: 25px;
            font-size: 14px;
            color: #666666;
        }

            .Address .Addressinfo p a.more {
                color: #d72324;
                margin-left: 15px;
            }

.Pmap img {
    display: block;
    width: 100%;
}

/*index*/
#indexBody {
    background: #fff;
}

.indexTop .Logo {
    margin: 19px 0px 15px;
}

#Navigation {
    float: left;
    margin: 20px 0px 0px 0px;
}

    #Navigation li a:hover, #Navigation li.onnav a {
        color: #087aca;
    }

    #Navigation li a.nav1:hover, #Navigation li.onnav .nav1 {
        background: url(imagesindexnavon.png) no-repeat 0px 0px;
    }

    #Navigation li a.nav2:hover, #Navigation li.onnav .nav2 {
        background: url(imagesindexnavon.png) no-repeat -104px 0px;
    }

    #Navigation li a.nav3:hover, #Navigation li.onnav .nav3 {
        background: url(imagesindexnavon.png) no-repeat -207px 0px;
    }

    #Navigation li a.nav4:hover, #Navigation li.onnav .nav4 {
        background: url(imagesindexnavon.png) no-repeat -311px 0px;
    }

    #Navigation li a.nav5:hover, #Navigation li.onnav .nav5 {
        background: url(imagesindexnavon.png) no-repeat -414px 0px;
    }

    #Navigation li a.nav6:hover, #Navigation li.onnav .nav6 {
        background: url(imagesindexnavon.png) no-repeat -518px 0px;
    }

.Banner {
    width: 100%;
    overflow: hidden;
    height: 500px;
}

    .Banner .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .Banner .bd ul {
            width: 100%;
        }

        .Banner .bd li {
            width: 100%;
            height: 500px;
            zoom: 1;
            vertical-align: middle;
        }

            .Banner .bd li a {
                width: 100%;
                height: 500px;
                display: block;
            }

    .Banner .hd {
        display: none;
    }

.indexMain {
    width: 1100px;
    margin: 28px auto 0px;
}

.indexNews {
    width: 726px;
    float: left;
    margin-bottom: 7px;
}

.NewsSlide {
    width: 350px;
    height: 286px;
    overflow: hidden;
}

    .NewsSlide .hd {
        height: 38px;
        line-height: 38px;
        border-bottom: 2px solid #ededed;
    }

        .NewsSlide .hd ul {
            float: left;
        }

        .NewsSlide .hd li {
            float: left;
            font-size: 16px;
            font-weight: bold;
            margin-right: 14px;
        }

            .NewsSlide .hd li a {
                display: block;
                color: #000;
                padding: 0px 3px;
            }

                .NewsSlide .hd li a:hover, .NewsSlide li.on a {
                    border-bottom: 2px solid #087aca;
                    color: #087aca;
                }

        .NewsSlide .hd a.more {
            float: right;
            color: #999999;
        }

    .NewsSlide .bd {
        clear: both;
        padding: 6px 0px 0px;
    }

.indexList li.First {
    height: auto;
    padding-bottom: 14px;
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 9px;
}

    .indexList li.First h3 {
        font-size: 14px;
        line-height: 30px;
    }

        .indexList li.First h3 a {
            display: block;
            color: #d72324;
        }

    .indexList li.First p {
        line-height: 18px;
        color: #666666;
        font-size: 12px;
    }

.indexList li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}
  .indexList li a {
      color: #333333;
    }
.indexList2 li a {
   color: #333333;
        width: 260px;
        display: block;
        height: 35px;
        float: left;
}

    .indexList li em {
        margin: 0px 5px 0px 1px;
        color: #b0b0b0;
    }

    .indexList li span {
        color: #999999;
        float: right;
    }

.indexSerives {
    padding: 10px 10px 0px;
    width: 330px;
    background: #f5f5f5;
    float: right;
}

    .indexSerives li {
        float: left;
        width: 160px;
        height: 78px;
        margin-bottom: 12px;
    }

        .indexSerives li a {
            display: block;
            height: 78px;
            font-size: 16px;
            color: #fff;
            line-height: 22px;
        }

        .indexSerives li em {
            display: block;
            width: 64px;
            padding: 19px 0px 0px 73px;
        }

        .indexSerives li a.is1 {
            background: #4582d5 url(imagesis.png) no-repeat left top;
        }

        .indexSerives li a.is2 {
            background: #92cf68 url(imagesis.png) no-repeat left center;
        }

        .indexSerives li a.is3 {
            background: #897fd8 url(imagesis.png) no-repeat left bottom;
            line-height: 40px;
        }

        .indexSerives li a.is4 {
            background: #58b5e1 url(imagesis.png) no-repeat right top;
            line-height: 40px;
        }

        .indexSerives li a.is5 {
            background: #fa6567 url(imagesis.png) no-repeat right center;
            line-height: 40px;
        }

        .indexSerives li a.is6 {
            background: #ebb534 url(imagesis.png) no-repeat right bottom;
            line-height: 40px;
        }

        .indexSerives li em i {
            padding: 0px 7px;
        }

.Fixed2 {
    position: fixed;
    width: 80px;
    background: #097aca;
    top: 273px;
    right: 0px;
}

    .Fixed2 li {
        border-bottom: 1px solid #3a95d5;
        text-align: center;
        position: relative;
    }

        .Fixed2 li a {
            display: block;
            color: #fff;
            font-size: 14px;
            padding: 49px 0px 19px;
            line-height: 14px;
        }

        .Fixed2 li.F1 a {
            background: url(imagesfixed2.png) no-repeat left top;
        }

        .Fixed2 li.F2 a {
            background: url(imagesfixed2.png) no-repeat left center;
        }

        .Fixed2 li.F3 a {
            background: url(imagesfixed2.png) no-repeat left bottom;
        }

        .Fixed2 li em {
            position: absolute;
            right: 80px;
            top: 0px;
            display: none;
        }

        .Fixed2 li.F1 em {
            color: #fff;
            font-size: 16px;
            height: 83px;
            line-height: 83px;
            background: #097aca;
            width: 160px;
        }

        .Fixed2 li:hover em {
            display: block;
        }

.hjrlist {
    width: 1070px;
}

    .hjrlist table {
        width: 100%;
        border-collapse: collapse;
        text-align: center
    }

        .hjrlist table tr td {
            border: 1px #ccc solid
        }

.hjrq span {
    font-size: 16px;
    font-family: "微软雅黑";
}

.hjrq a {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #FFF;
}

.hjrq select {
    width: 202px;
    height: 24px;
}

.hjrq_nr table tbody tr, .hjrq_nr table thead tr {
    background: #E5E5E3;
}

    .hjrq_nr table tbody tr:nth-child(odd) {
        background: #fff;
    }

.hjrq_nr table thead {
    border: solid 1px #ccc;
}

.hjrq_nr table td {
    border: solid 1px #ccc;
    height: 39px;
}

/*17-01-16*/
/*个人中心*/
.Top2 {
    height: 106px;
    border-bottom: 1px solid #e4e4e4;
}

.PersnalNav {
    width: 327px;
    float: left;
    margin: 28px 26px 0px 55px;
    height: 79px;
    line-height: 79px;
    font-size: 16px;
}

    .PersnalNav li {
        float: left;
    }

        .PersnalNav li a {
            display: block;
            color: #333;
            padding: 0px 17px;
        }

.Search2 {
    width: 248px;
    float: left;
    margin-top: 51px;
    height: 32px;
    line-height: 32px;
    position: relative;
}

    .Search2 .input {
        background: url(imagesinputbg.png) no-repeat;
        padding: 0px 12px 0px 15px;
        width: 185px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #999999;
    }

    .Search2 .btn {
        background: url(imagesbtn2.png) no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

.LoginName {
    width: 172px;
    float: right;
    text-align: right;
    margin: 28px 0px 0px;
    height: 79px;
    line-height: 79px;
    font-size: 14px;
    color: #666666;
}

    .LoginName a.Logout {
        color: #d72324;
        padding-left: 20px;
    }

.PersonalMain {
    width: 1100px;
    margin: 0px auto;
    padding: 39px 0px 60px;
}

.PerLeft {
    width: 240px;
    float: left;
    background: #f9f9f9;
}

.Psubmeun li a.am {
    display: block;
    padding-left: 27px;
    height: 43px;
    line-height: 43px;
    background: #087aca;
    font-size: 16px;
    color: #fff;
}

.Psubmeun li dl {
    padding: 12px 0px 9px;
}

    .Psubmeun li dl dd a {
        display: block;
        line-height: 28px;
        font-size: 14px;
        color: #666666;
        padding-left: 39px;
    }

        .Psubmeun li dl dd a:hover, .Psubmeun li dl dd a.on {
            color: #087aca;
        }

.PerRight {
    width: 820px;
    float: right;
    background: #f5f5f5;
    height: 600px;
    height: auto;
    min-height: 600px;
}

.PerContainer {
    padding: 42px 34px 32px 29px;
}

.PerTop {
    padding-bottom: 28px;
    border-bottom: 1px dashed #d0d0d0;
}

.PerTxt {
    width: 540px;
    float: left;
}

    .PerTxt .Perimg {
        width: 120px;
        float: left;
    }

        .PerTxt .Perimg img {
            display: block;
            width: 100%;
        }

    .PerTxt .Perinfo {
        width: 405px;
        float: right;
        padding-top: 12px;
    }

        .PerTxt .Perinfo span {
            display: block;
            line-height: 39px;
            font-size: 20px;
            color: #333333;
        }

        .PerTxt .Perinfo p {
            line-height: 28px;
            font-size: 14px;
            color: #666666;
        }

.wyzx {
    width: 110px;
    float: right;
    background: #e7e7e7;
    padding-top: 14px;
    height: 76px;
    overflow: hidden;
    line-height: 29px;
    text-align: center;
}

    .wyzx i {
        display: block;
        color: #d72324;
        font-size: 22px;
    }

    .wyzx a {
        font-size: 16px;
        display: block;
        color: #333333;
    }

.Whitebg {
    background: #fff;
    padding: 16px 24px 36px 20px;
    margin-top: 28px;
}

.Ptitle {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #087aca;
}

    .Ptitle a.more {
        float: right;
        font-size: 14px;
        color: #666666;
        background: url(imagesmore.png) no-repeat right center;
        padding-right: 12px;
    }

.ResultTab {
    padding-top: 10px;
}

    .ResultTab table tr th, .ResultTab table tr td {
        font-size: 14px;
        color: #333333;
        height: 39px;
        line-height: 39px;
        background: #fff;
    }

    .ResultTab table tr td {
        color: #666666;
    }

        .ResultTab table tr td .prev, .ResultTab table tr td .next {
            margin: 12px 0px;
            text-align: center;
            display: inline-block;
            font-size: 14px;
            color: #666666;
            width: 76px;
            height: 34px;
            line-height: 34px;
        }

        .ResultTab table tr td .prev {
            background: url(../images/prevnext.png) no-repeat left top;
        }

        .ResultTab table tr td .next {
            background: url(../images/prevnext.png) no-repeat right top;
        }

/*个人信息*/
.CommonInfo table tr td {
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    padding-bottom: 22px;
}

    .CommonInfo table tr td .zhushi {
        display: block;
        font-size: 18px;
        color: #1b699f;
    }

    .CommonInfo table tr td input {
        margin-left: 6px;
        height: 28px;
        line-height: 28px;
        background: #fff;
        border: 1px solid #c6c6c6;
    }

    .CommonInfo table tr td .input1 {
        width: 294px;
        padding: 0px 10px;
    }

    .CommonInfo table tr td .radio {
        margin-right: 14px;
    }

        .CommonInfo table tr td .radio .rs {
            height: auto;
        }

    .CommonInfo table tr td .Select {
        margin: 0px 4px 0px 6px;
        border: 1px solid #c6c6c6;
        font-size: 14px;
        color: #333333;
        padding-left: 8px;
        height: 25px;
        line-height: 25px;
        width: 98px;
        background: #fff;
    }

    .CommonInfo table tr td .Select2 {
        margin: 0px 4px 0px 6px;
        border: 1px solid #c6c6c6;
        font-size: 14px;
        color: #333333;
        padding-left: 8px;
        height: 38px;
        line-height: 38px;
        width: 278px;
        background: #fff;
        color: #6e6e6e;
    }

    .CommonInfo table tr td .btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background: #087aca;
        padding: 0px;
        border: none;
    }

.WriteLetter a.want {
    display: block;
    float: left;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #d72324;
}

.WlSearch {
    width: 332px;
    float: right;
    font-size: 14px;
    color: #333333;
    height: 32px;
    line-height: 32px;
    position: relative;
}

    .WlSearch .input {
        border: 1px solid #c9c9c9;
        background: #fff;
        padding: 0px 10px;
        width: 158px;
        border-right: none;
        height: 30px;
        line-height: 30px;
    }

    .WlSearch .btn {
        width: 68px;
        height: 32px;
        line-height: 32px;
        background: #087aca;
        color: #fff;
        font-size: 14px;
        position: absolute;
        top: 2px;
        right: 0px;
    }

/*服刑人员查询*/
.FxCheak span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 22px;
    color: #087aca;
}

.FxCheak p {
    line-height: 30px;
    font-size: 14px;
    color: #333333;
}

.FxCheak a.Continue {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-top: 34px;
    background: #087aca;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.F_red {
    display: block;
    font-size: 16px;
    color: #d72324;
    line-height: 28px;
}

.WriteTab table tr td {
    padding-bottom: 10px;
    line-height: 40px;
}

    .WriteTab table tr td input {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #adadad;
        padding-left: 15px;
    }

    .WriteTab table tr td .input1 {
        width: 258px;
    }

    .WriteTab table tr td .TabTitle {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }

    .WriteTab table tr td .Remark {
        margin-left: 16px;
        font-size: 14px;
        color: #666666;
    }

    .WriteTab table tr td .input2 {
        width: 128px;
    }

    .WriteTab table tr td img {
        margin: 5px 0px 0px 12px;
    }

    .WriteTab table tr td .btn {
        margin-top: 23px;
        border-radius: 5px;
    }

.box_dis input, .box_dis textarea {
    border: 1px solid #999;
}

/*17-01-18*/
/*登录*/
#LoginMain {
    background: url(imagesloginbg.jpg) no-repeat center top;
}

.LoginBox {
    width: 460px;
    margin: 125px auto 0px;
}

.LoginTitle {
    line-height: 54px;
    font-size: 26px;
    color: #333333;
    text-align: center;
}

    .LoginTitle span {
        display: inline-block;
        padding-left: 15px;
    }

.LoginTab {
    margin: 12px 0px 0px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px 0px #e2e2e2; /*firefox*/
    -webkit-box-shadow: 0px 0px 10px 0px #e2e2e2; /*webkit*/
    box-shadow: 0px 0px 10px 0px #e2e2e2; /*opera或ie9*/
    border-radius: 10px;
    padding: 16px 40px 35px;
}

    .LoginTab dl dd {
        height: 50px;
        line-height: 50px;
        margin-top: 20px;
        font-size: 14px;
    }

        .LoginTab dl dd input {
            eight: 48px;
            line-height: 48px;
            border: 1px solid #e1e1e1;
            padding-left: 12px;
            font-size: 16px;
            color: #999999;
        }

        .LoginTab dl dd .input1 {
            width: 366px;
        }

        .LoginTab dl dd .input2 {
            width: 166px;
        }

        .LoginTab dl dd img {
            margin: 9px 0px 0px 12px;
        }

        .LoginTab dl dd .btn {
            width: 100%;
            border: none;
            background: #b6291f;
            font-size: 18px;
            color: #fff;
            height: 50px;
            line-height: 50px;
        }

        .LoginTab dl dd.checkbox {
            color: #333333;
            height: 14px;
            line-height: 14px;
            margin-top: 22px;
        }

        .LoginTab dl dd.loginbtn {
            margin-top: 18px;
            height: 14px;
            line-height: 14px;
        }

            .LoginTab dl dd.loginbtn a {
                text-align: right;
                color: #b6291f;
                display: block;
            }

/*17-01-19*/
.TopBtn {
    float: right;
    margin-top: 30px;
}

    .TopBtn a {
        display: block;
        float: left;
        padding: 42px 12px 0px;
        font-size: 14px;
        line-height: 14px;
        color: #333333;
    }

        .TopBtn a.Tb1 {
            background: url(imagest1.png) no-repeat center top;
        }

        .TopBtn a.Tb2 {
            background: url(imagest2.png) no-repeat center top;
        }

        .TopBtn a:hover {
            color: #097aca;
        }

        .TopBtn a.Tb1:hover {
            background: url(imagest1on.png) no-repeat center top;
        }

        .TopBtn a.Tb2:hover {
            background: url(imagest2on.png) no-repeat center top;
        }

@media ( max-width:980px) {
    .Bottom, .Banner {
        width: 1100px;
        margin: 0 auto;
    }
}

.dateinput {
    padding-left: 19px;
    width: 100px;
    line-height: 32px;
    color: #c0c0c0;
    background: #fff;
    border: 1px solid #ccc;
}

.YSQSearch {
    width: 600px;
    display: block;
    margin: 0px auto;
}

    .YSQSearch .form_err {
        height: 40px;
        line-height: 40px;
        padding-bottom: 20px;
        font-size: 14px;
        color: #333333;
    }

    .YSQSearch .input6 {
        width: 286px;
        background: #f4f4f4;
        border: none;
        height: 40px;
        line-height: 40px;
    }

    .YSQSearch .btn2 {
        width: 90px;
        height: 35px;
        line-height: 35px;
        padding: 0px;
        font-size: 14px;
        background: #747474;
        color: #fff;
        border: none;
    }

        .YSQSearch .btn2:hover {
            background: #087aca;
        }
