﻿/*Css doacument 基础样式*/

@charset "utf-8";
/*--  reset  --*/
html {
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 10px;
    -ms-text-size-adjust: 100%;
}
img{
    border:0px;
}
a:hover {
    color: #BA2636;
    text-decoration: underline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma,arial,\5b8b\4f53;
}

input, select, textarea {
    font-size: 100%;
}

th {
    text-align: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
}

.more3 {
}

a {
    text-decoration: none;
    color: #6f6f6f;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
        color: #b6211d;
    }

.tooltip-inner {
    color: white;
}

    .tooltip-inner a:hover {
        color: #b6211d;
    }

.notice {
    height: 34px;
    width: auto;
    margin-top: 5px;
}

.noticeleft {
    float: left;
    width: 720px;
    height: 34px;
    line-height: 34px;
    background: url(../images/noticeleftbg.gif) repeat-x;
}

.noticeleft-1 {
    font-size: 15px;
    font-weight: bold;
    font-family: '黑体';
    width: 85px;
    text-indent: 1em;
    /*margin-top: 10px;*/
    /*margin: 20px 0px 0px 20px;*/
    line-height: 34px;
    float: left;
    color: #7c7e7d;
}

.noticeleft-2 {
    width: 580px;
    height: 34px;
    line-height: 34px;
    float: left;
}

#up_zzjs {
    margin-top: 5px;
    width: 470px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

    #up_zzjs #up_li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-left: 6px;
    }

        #up_zzjs #up_li a {
            font-size: 12px;
            line-height: 16px;
        }


.noticeleft-3 {
    /*padding-top: 20px;*/
    width: 55px;
    float: left;
}
/**/
div.title {
    height: 36px;
    background: url(../images/ullicur.gif) repeat-x;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #696969;
    padding-left: 16px;
    padding-top: 7px;
    border-bottom: 1px solid #d9e0f0;
}

.noticeright {
    width: 280px;
    height: 40px;
    float: left;
    margin-left: 0px;
    /*background: url(../images/noticerightbg.gif) repeat-x;*/
}

.news {
    margin: 13px;
    height: 350px;
    border-bottom: 1px dashed #a4a4a4;
}
/*标题切换样式*/
.infolinktitle {
    width: 456px;
    border-right: 1px solid #dadee1;
    background: url(../images/ullibg.gif) repeat-x;
    height: 38px;
}

ul.title {
    height: 36px;
    width: auto;
}

    ul.title li {
        font-size: 14px;
        font-family: '微软雅黑';
        line-height: 24px;
        float: left;
        color: #7e7e7e;
        width: auto;
        height: 36px;
        padding: 5px 13px 5px 13px;
        background: url(../images/ullibg.gif) repeat-x;
    }

        ul.title li.cur {
            border-left: 1px solid #dadee1;
            border-right: 1px solid #dadee1;
            background: url(../images/ullicur.gif) repeat-x;
        }

p.newstite {
    line-height: 24px;
    color: #3d64a5;
    margin-top: 9px;
    font-size: 12px;
    font-family: '宋体';
}

p.newsdesc {
    line-height: 20px;
    font-size: 12px;
    font-family: '宋体';
    color: #000000;
}

.newssingle {
    border-bottom: 1px solid #e9e9e9;
    height: 73px;
}

ul.newslist {
}


    ul.newslist li p {
        padding-top: 3px;
    }

    ul.newslist li {
        height: 28px;
        border-bottom: 1px solid #e9e9e9;
    }

        ul.newslist li span {
            float: right;
            color: #5d5d5d;
        }

.newslistbuttom {
    height: 40px;
}

    .newslistbuttom a {
        float: right;
        margin-top: 10px;
    }

.leftnews {
    float: left;
    width: 500px;
    height: 330px;
}



.leftnews1 {
    height: 284px;
    width: 500px;
}

.leftnews p {
    height: 43px;
    line-height: 32px;
    color: #3e65a8;
    font-size: 14px;
    font-family: '宋体';
    text-align: center;
}

    .leftnews p a {
        color: #3e65a8;
    }

#newscarousel ol {
    bottom: 85px;
    margin-left: -15%;
}

    #newscarousel ol li {
        border-radius: 10px;
    }

.rightnews {
    float: left;
    margin-left: 20px;
    width: 456px;
    height: auto;
}

#myTabContent ul {
    height: auto;
}

.service {
    width: auto;
    padding: 13px;
    height: auto;
}

.leftservice {
    float: left;
    width: 340px;
    height: 382px;
    border-bottom: 0.5px solid #d9e0f0;
    border-right: 0.5px solid #d9e0f0;
    border-left: 0.5px solid #d9e0f0;
}


form {
    margin-top: 10px;
}

.label {
    margin-left: 21px;
    width: 90px;
    height: 20px;
    float: left;
    background: url('/Content/Images/email.gif') no-repeat;
}

.label2 {
    margin-left: 21px;
    width: 90px;
    height: 20px;
    float: left;
}



.loginput {
    width: 110px;
    height: 22px;
    padding: 1px 1px 1px 5px;
    font-size: 12px;
}

.log {
    width: 52px;
    height: 22px;
    float: left;
    margin-left: 5px;
    background: url('/Content/Images/log.gif') no-repeat;
    border: 0px;
}

.form-input span {
    color: #1485d1;
}

.nav-tabs {
    height: 36px;
}

    .nav-tabs li a {
        border-radius: 0 0 0 0;
        padding: 8px 14px 5px 14px;
    }

    .nav-tabs li.active a {
        background: url(../images/ullicur.gif) repeat-x;
    }

    .nav-tabs li {
        font-size: 14px;
        font-family: '微软雅黑';
        line-height: 24px;
        float: left;
        color: #7e7e7e;
        width: auto;
        height: 36px;
        padding: 0px;
        background: url(../images/ullibg.gif) repeat-x;
    }

.ssswcontent {
    margin-top: 5px;
    width: 404px;
    height: 336px;
}

.zxgk {
    width: 407px;
}

.zxgktitle {
    background: url("../images/ullibg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-right: 1px solid #DADEE1;
    height: 38px;
    width: 407px;
}




.weather {
    background: url(../images/weatherbg.gif) no-repeat;
    height: 62px;
    border-bottom: 1px solid #7e7e7e;
    width: 325px;
    margin: auto;
    padding-top: 20px;
    padding-left: 88px;
    color: #7F7F7F;
}

.sksw {
    background: url(../images/sksw.gif) no-repeat;
    height: 37px;
    width: 325px;
    margin: auto;
}

.sksw1 {
    height: 110px;
    width: 325px;
    border-bottom: 1px solid #7e7e7e;
    margin: auto;
}

.tswsw1 {
    width: 300px;
    margin: auto;
    color: #7f7f7f;
}

    .tswsw1 tr td {
        height: 30px;
        color: #7f7f7f;
    }

        .tswsw1 tr td p {
            width: 40px;
            color: #7f7f7f;
            background-color: #85b8e5;
            height: 7px;
        }

        .tswsw1 tr td.mid {
            width: 180px;
        }

.xgxx {
    height: 48px;
    margin: auto;
    width: 325px;
    background: url(../images/xgxx.gif) no-repeat;
}

table.txgxx {
    width: 325px;
    height: 76px;
    margin: auto;
}

    table.txgxx tr td {
        border: 1px solid #84b7e4;
        text-align: center;
        color: #7f7f7f;
    }

        table.txgxx tr td.bg {
            background-color: #edf4fa;
        }

.middleservice {
    float: left;
    margin-left: 14px;
    width: 410px;
    height: 374px;
}

.sssw {
    background: url("../images/ullibg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-right: 1px solid #DADEE1;
    height: 38px;
    width: 408px;
}

#emailtip2:hover {
    color: #BA2636;
}

#emailtip2 {
    color: white;
}

.rightservice {
    float: left;
    margin-left: 13px;
    width: 197px;
    height: 374px;
}


/* section */ .zt {
    width: 195px;
    margin: 0px;
    overflow: hidden;
}

ul.zt {
    width: 195px;
}

    ul.zt li {
        float: left;
        margin-right: 14px;
        margin-bottom: 13px;
        display: inline;
        width: 195px;
        height: 42px;
        overflow: hidden;
        position: relative;
    }

        ul.zt li .photo {
            width: 195px;
            height: 39px;
            overflow: hidden;
        }

.zt .rsp {
    width: 195px;
    height: 39px;
    overflow: hidden;
    position: absolute;
    background: #000;
    top: 0px;
    left: 0px;
}

.zt .text {
    position: absolute;
    width: 195px;
    height: 39px;
    left: -195px;
    top: 0px;
    overflow: hidden;
}

    .zt .text h3 {
        width: 195px;
        height: 39px;
        margin-top: 0px;
        padding-top: 5px;
        line-height: 24px;
        text-align: center;
        vert-align: middle;
        color: #FFFFFF;
        background: #428BCA;
        font-family: "microsoft yahei";
        font-size: 12px;
    }












.zt li {
    margin-bottom: 7px;
}

.zxtg {
    width: 197px;
    height: 96px;
}


.zwgk {
    padding: 13px;
    width: auto;
}

.zwgkleft {
    float: left;
    width: 760px;
    height: 284px;
    margin-top: 6px;
    background: url(../images/政务公开.gif) no-repeat;
}

.zwgktitle {
    width: 406px;
    border-right: 1px solid #dadee1;
    background: url(../images/ullibg.gif) repeat-x;
    height: 38px;
}

.bmjj {
    width: 307px;
    float: left;
    height: 217px;
    margin-left: 15px;
    margin-top: 90px;
}

.bmjjli li {
    float: left;
    background: #5e8fc9 url(../images/bmjjlibg.gif) no-repeat;
    width: 149px;
    height: 28px;
    margin: 2px 2px 0px 0px;
    padding-left: 32px;
    padding-top: 5px;
}

.bmjj li a {
    color: #fffeff;
}

.bmtitle {
    width: 300px;
    height: 28px;
    padding-left: 110px;
    color: #608eca;
    padding-top: 5px;
    font-weight: bold;
    margin-top: 2px;
    background: #d5e3ec url(../images/bmtitle.gif) no-repeat;
}

.zxgk {
    width: 307px;
    float: left;
    margin-left: 24px;
    margin-top: 52px;
}

ul.zxgknews {
    margin-top: 18px;
}

    ul.zxgknews li p span {
        float: right;
        color: #5d5d5d;
    }

    ul.zxgknews li {
        height: 28px;
        width: 400px;
    }

.zwgkright {
    width: 200px;
    height: 284px;
    float: left;
    margin-left: 16px;
    margin-top: 6px;
}

.gzcytitle {
    height: 43px;
    width: 200px;
    background: url(../images/gzcytitle.gif) no-repeat;
}

.ldxx {
    padding-left: 92px;
    padding-top: 32px;
    height: 61px;
    width: 200px;
    background: url(../images/ldxx.gif) no-repeat;
}

.zwgkright a {
    font-weight: bold;
    font-family: '宋体';
}

.cjwt {
    padding-top: 17px;
    padding-left: 92px;
    height: 48px;
    width: 200px;
    background: url(../images/cjwt.gif) no-repeat;
}

.yjjy {
    padding-top: 18px;
    padding-left: 92px;
    height: 48px;
    width: 200px;
    background: url(../images/yjjy.gif) no-repeat;
}

    .yjjy a {
        color: #000000;
    }

.wsdc {
    padding-top: 18px;
    padding-left: 92px;
    height: 48px;
    width: 200px;
    background: url(../images/wsdc.gif) no-repeat;
}

.gzcybuttom {
    height: 36px;
    width: 200px;
    background: url(../images/gzcybuttom.gif) no-repeat;
}

.pic {
    margin-top: 10px;
    width: 970px;
    height: auto;
    float: left;
    margin-left: 13px;
}

#piclist {
    width: 970px;
    overflow: hidden;
}

#inpic {
    width: 800%;
}

#flowImg, #tempDiv {
    float: left;
}

.piclist ul {
    height: auto;
    margin-top: 10px;
}

    .piclist ul li {
        float: left;
        width: 205px;
        height: 177px;
        margin-left: 36px;
        background-color: #ebf6fc;
    }

        .piclist ul li img {
            margin-top: 4px;
        }

        .piclist ul li p {
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-family: '微软雅黑';
        }

.pictitle {
    height: 40px;
    background: url(../images/pictitle.gif) no-repeat;
    border-bottom: 3px solid #e9e9e9;
}

    .pictitle span {
        width: 40px;
        float: right;
        margin-top: 7px;
    }

.link {
    padding: 13px;
    margin-top: 6px;
    width: 980px;
    height: auto;
}

.link2 {
    width: 970px;
    height: 115px;
    border: 1px solid #e9e9e9;
}

.tab {
    background: url(../images/linktitle.gif) no-repeat;
    height: 30px;
}

.linktitle {
    width: 970px;
    border-right: 1px solid #dadee1;
    background: url(../images/ullibg.gif) repeat-x;
    height: 38px;
}

.linklist {
    width: 970px;
    height: 85px;
    margin-top: 10px;
}

    .linklist li {
        width: 120px;
        margin-left: 15px;
        float: left;
    }

        .linklist li a {
            line-height: 24px;
            font-size: 13px;
        }
/*底部*/
#footer {
    height: 50px;
    padding-top: 20px;
    background-color: azure;
}

    #footer p {
        text-align: center;
        font-size: 12px;
    }

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
    /*background: url('/Content/Images/01-1px.gif') repeat-x;*/
}

.bk {
    /*width: 1002px;*/
    margin: 0 auto;
    /*background: url('/Content/Images/01.gif');*/
    background-repeat: no-repeat;
}
/*bootstrap修改*/
.carousel-caption {
    position: relative;
    margin-left: 0px;
    left: 0px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.input-group-addon {
    cursor: pointer;
}

.carousel-caption a {
    line-height: 24px;
    font-size: 14px;
    font-family: '黑体';
    color: #3e65a8;
    text-shadow: none;
}

.carouselImg {
    width: 500px;
    height: 300px;
    overflow: hidden;
}

.form-group {
    margin-bottom: 10px;
}

.loged {
    padding-top: 20px;
    color: #979797;
    padding-left: 30px;
    height: 65px;
}

.logedicon {
    height: 30px;
    padding-top: 5px;
    padding-left: 30px;
    background: url('/Content/Images/logon.jpg') no-repeat;
}

.loginin {
    margin-left: 5px;
}

    .loginin a {
        color: #1564a7;
    }

.loginout {
    margin-left: 10px;
}

    .loginout a {
        color: #b6211d;
    }

#navHomePage .nav .dropdown {
    text-align: center;
}

#navHomePage > ul > li > a {
    color: #ffffff;
}

#navHomePage > ul > li {
    background: url('/Content/Images/导航3.png') no-repeat;
}

#navHomePage ul > li > a:hover, #navHomePage ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
    background-image: -o-linear-gradient(top,#428bca 0,#357ebd 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    color: #FFF;
    background-color: #357ebd;
}

#navHomePage > ul > li:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-image: -webkit-linear-gradient(top,#428bca 0,#357ebd 100%);
    background-image: -o-linear-gradient(top,#428bca 0,#357ebd 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#357ebd 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    color: #FFF;
    background-color: #357ebd;
}

.carousel-indicators {
    text-align: right;
    bottom: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.rowdiv {
    margin: 25px;
    margin-left: 0px;
    background: url('/Content/Images/01.png');
    width: 373px;
    height: 59px;
}

#divbg1 {
    background: url('/Content/Images/导航1.png');
    height: 53px;
}

#divbg01 {
    margin: 15px;
    margin-left: 0px;
    float: left;
    width: 463px;
    height: 45px;
}

.ImageAge {
    float: left;
    margin-left: 400px;
    width: 59px;
    height: 59px;
    overflow: hidden;
}

#divbg02 {
    background: url('/Content/Images/02.gif') repeat-y fixed top;
}

#divbg03 {
    background: url('/Content/Images/03.gif');
    height: 85px;
}

    #divbg03 p {
        text-align: center;
        color: #6F6F6F;
    }


#divbg04 {
    /*background: url('/Content/Images/03.gif');*/
    background-color: #FFF;
    height: 85px;
}

    #divbg04 p {
        text-align: center;
        color: #6F6F6F;
    }



#divinput-group-sm {
    margin: 35px;
}

.loginLogo {
    background: url(/Content/Images/04.gif) no-repeat left center;
    margin-left: 20px;
    color: #92C8EA;
    font-weight: bold;
}

.navbar .nav > li {
    float: left;
}

    .navbar .nav > li .dropdown-menu {
        margin: 0;
    }

    .navbar .nav > li:hover .dropdown-menu {
        display: block;
    }

#myCarousel ol {
    margin-left: -15%;
}


/*二级页面*/
.navation {
    background: url('/content/images/topnavbg.gif') repeat-x white;
    width: auto;
    height: 46px;
    padding-top: 20px;
    padding-left: 30px;
    color: #6F6F6F;
}

#breadCrumb {
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
    background: url('/content/images/topnavbg.gif') repeat-x white;
}

#thirdTop {
    float: right;
    margin-right: 40px;
    margin-top: 10px;
    font-size: 12px;
}

.navation span.linkcur a {
    color: #046ccb;
}

.navation span.linka a {
    color: #6F6F6F;
    text-decoration: none;
}

    .navation span.linka a:hover {
        color: #BA2636;
    }

.content {
}

.daohang {
    float: left;
    width: 148px;
    height: auto;
    background-color: #f2f2f2;
}

    .daohang ul {
    }

#articleSidebar {
    padding-bottom: 50px;
}

    #articleSidebar li {
        border-right: 1px solid #d4d4d4;
        height: 43px;
        padding: 13px 5px 5px 38px;
    }

.daohang ul li.cur {
    border-right: none;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background-color: white;
    height: 43px;
}

.daohang ul li a {
    color: #6b6b6b;
    font-size: 14px;
}

    .daohang ul li a:hover {
        color: #BA2636;
    }

.rightcontent {
    float: left;
    width: 849px;
    min-height: 500px;
    max-height: 800px;
}

.introtitle {
    height: 85px;
}

    .introtitle div {
        float: right;
        height: 50px;
        width: 200px;
        border-bottom: 1px solid #e7e7e7;
        margin-right: 45px;
        height: 83px;
    }

        .introtitle div p {
            float: right;
            color: #6b6b6b;
            margin-top: 43px;
            margin-bottom: 13px;
            font-size: 25px;
            font-family: "黑体";
        }

.introdes {
    padding: 43px 43px 0px 43px;
    width: 850px;
}

.searchintrodes {
    padding: 43px 43px 0px 43px;
    width: 1000px;
}

.searchCount {
}

.searchValue {
    color: gray;
}

.searchCount {
    color: red;
}
p.intro span{
    font-size: 14px;
    font-weight: bold;
    color:#ff000;
}
.introdes p {
    color: #6f6f6f;
    line-height: 24px;
}

.ldjj {
    margin-left: 23px;
}

    .ldjj li {
        float: left;
        width: auto;
        height: 148px;
        margin-top: 35px;
        margin-right: 70px;
    }

        .ldjj li div.leftimg {
            float: left;
            width: 132px;
        }

        .ldjj li div.people {
            padding-left: 30px;
            padding-right: 10px;
            float: left;
            width: 150px;
            overflow: hidden;
        }

            .ldjj li div.people div {
                margin-top: 0px;
            }

            .ldjj li div.people p {
                margin-top: 5px;
            }

#tuijian {
    margin-top: 5px;
}

.articleListtop a:hover {
    color: #BA2636;
}
/*三级页面样式*/
.content2 {
    padding-left: 80px;
    padding-right: 80px;
}

.content2 {
}

.content3 {
    width: 850px;
}

.introtitle2 {
    text-align: center;
    height: auto;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 41px;
    padding-bottom: 10px;
    color: #6c6c6c;
}

    .introtitle2 p.title {
        line-height: 24px;
        font-family: "微软雅黑";
        font-size: 24px;
        margin-bottom: 20px;
    }

    .introtitle2 p.audit {
    }

.details2 {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 30px;
    color: black;
}

.details2buttom {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: right;
}

    .details2buttom a {
        color: #016dc7;
    }

.newslist2 li {
    border-bottom: 1px dotted #6f6f6f;
    line-height: 30px;
    height: 30px;
}

    .newslist2 li span {
        float: right;
        color: #6c6c6c;
    }

.page {
    text-align: center;
    height: 60px;
    margin-top: 0px;
}

    .page a {
        color: #046dc9;
        padding: 5px 10px;
        border: 1px solid #D4D4D4;
    }

    .page span {
        background-color: #046dc9;
        color: white;
        padding: 5px 10px;
        border: 1px solid #046dc9;
    }

    .page div {
        padding: 5px 10px;
    }

#Pagination {
    height: 70px;
    margin-bottom: 20px;
}
/*在线投稿*/
.submission {
    width: 300px;
    height: 40px;
    margin-left: 141px;
}

.text h3 a {
    color: white;
}

    .text h3 a:hover {
        color: #BA2636;
    }

.submissionLabel {
    color: #818181;
    font-size: 14px;
    width: 120px;
    font-family: 微软雅黑;
    padding-top: 10px;
    font-weight: normal;
}

.submissionLabelYj {
    color: #818181;
    font-size: 14px;
    font-family: 微软雅黑;
    padding-top: 10px;
    font-weight: normal;
}

.formsubmission {
    margin-top: 30px;
    margin-left: 50px;
}

.submissioninput {
    margin-bottom: 20px;
    height: 40px;
}

.submissionsubmit {
    line-height: 24px;
    width: 95px;
    height: 36px;
    border: 0px;
    color: white;
    background: url(../images/submissionbtn.gif) no-repeat;
}

.submissionbutton {
    text-align: center;
    height: 40px;
    margin-top: 50px;
}

.login {
    margin-top: 200px;
    width: 443px;
}

.help2 {
    padding-left: 150px;
}

.tip1 {
    padding: 10px 25px 5px 15px;
    height: 40px;
    margin-left: 450px;
    width: 200px;
}

    .tip1 span {
        width: 100px;
    }

.form-row {
    float: left;
}

.close span {
    width: 100px;
}

span.spantip {
    width: 100px;
}

.labeltitle {
    padding-top: 10px;
}
/*找回密码*/
.tip {
    text-decoration: underline;
}
/*意见建议*/
.panel-body p {
    line-height: 24px;
}

.yjlabel {
    border-radius: 0.25em;
    color: #FFFFFF;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.read {
    background-color: #5CB85C;
}

.noread {
    background-color: #428BCA;
}

.MySuggestions {
    min-height: 600px;
    max-height: 800px;
}
/*登录*/
.logintitle {
    width: 443px;
    height: 110px;
    background: url('../Images/登录.gif') no-repeat;
}

.extend {
    /*border: 20px solid black;*/
    border: none;
    padding: 0px;
    border-radius: none;
}

.headerextend {
    padding: 0px;
    border-bottom: none;
}

.footerextend {
    width: 330px;
    border-top: none;
}

    .footerextend a {
        font-weight: normal;
    }

.btnLogin {
    width: 78px;
    height: 26px;
    background: white url('/Content/Images/btnLogin.jpg') no-repeat;
    border: 0px;
}

.footerextend a {
    color: black;
    text-decoration: underline;
}

#articleSidebar ul li a:visited {
    color: gray;
}

.fabu {
    font-size: 14px;
}

.tooltip-inner {
    background-color: #046dc8;
}

.tooltip-arrow {
    border-right-color: #046dc8;
}

/*二级页面*/

.NavLeftBar {
    width: 162px;
    height: auto;
    float: left;
}

.NavLeftBarFirst {
    width: 162px;
    padding-left: 37px;
    padding-top: 38px;
    background: url('/content/images/secondlefttop1.gif') no-repeat white;
    height: 86px;
    color: #026ec9;
    font-size: 18px;
    font-family: '微软雅黑';
}

.secondLeftSliderList {
    background: url('/content/images/leftsliderbg.gif') repeat-x white;
    height: auto;
    width: 149px;
    overflow: hidden;
    border: 1px solid #dfddde;
}

    .secondLeftSliderList ul {
        margin-left: 41px;
        margin-bottom: 30px;
    }

        .secondLeftSliderList ul li {
            margin-top: 15px;
            height: 50px;
            width: 100%;
            height: 22px;
        }

            .secondLeftSliderList ul li a {
                line-height: 14px;
            }

.NavHot {
    background: url('/content/images/hotbg.gif') no-repeat white;
    height: 45px;
    width: 150px;
    overflow: hidden;
}

.HotList {
    border: 1px solid #dfddde;
    width: 148px;
    background-color: white;
}

    .HotList ul li {
        background: url('/content/images/libg.gif') no-repeat white;
        height: 20px;
        padding-left: 15px;
        margin-top: 8px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 10px;
    }

        .HotList ul li a {
            font-size: 12px;
        }

.secondRightSlider {
    margin-left: 149px;
    padding-bottom: 50px;
    height: auto;
}

.topnav {
    background: url('/content/images/topnavbg.gif') repeat-x white;
    height: 43px;
}

    .topnav span {
        float: right;
        margin-right: 40px;
        margin-top: 10px;
    }

.moduleList {
    width: auto;
    height: auto;
    margin-top: 33px;
    list-style: none;
    margin-left: 30px;
    margin-bottom: 50px;
    min-height: 500px;
    _height: 500px;
}

    .moduleList li {
        width: 360px;
        height: 270px;
        float: left;
        margin-right: 50px;
    }

.articleListtop {
    background: url('/content/Images/articlelistbg.gif') no-repeat white;
    height: 28px;
    border-bottom: 1px solid #036fc9;
    color: white;
    font-size: 13px;
    padding-left: 20px;
    padding-top: 5px;
}

.articleList {
}

.articleListtop {
}

.articleListul {
    margin-top: 20px;
}

    .articleListul li {
        height: 25px;
        padding-left: 18px;
        background: url('/content/images/libg2.gif') no-repeat white;
    }

.indexlink {
    color: #036fc9;
}

.folderlink {
}

.articleListul li a {
}

.articleListtop a {
    color: white;
}

/*注册*/
.error div {
    font-size: 12px;
    font-weight: normal;
    width: 170px;
    color: red;
}

.error {
    font-size: 12px;
    font-weight: normal;
    width: 170px;
    color: red;
}

.footerextend a {
    text-decoration: none;
}

#tabLink2 ul li {
    width: auto;
}

/*search*/
.item {
    margin-bottom: 15px;
}

    .item a.title {
        color: #0000CC;
        font-family: arial;
        font-size: 14px;
        text-decoration: underline;
    }

a.title span {
    color: #CC0000;
}


.searchItem p.intro {
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
}
