a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: blue;
}

a:active {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: none;
    color: blue;
}

a:visited {
    text-decoration: none;
    color: blue;
}

a,
textarea,
input {
    outline: medium none;
}

/*顶部*/
body {
    background-color: #f6f6f6;
    background-image: url(../images/topbg.jpg);
    background-repeat: repeat-x;
    background-position: left -30px;
}

#top {
    height: 30px;
    display: none;
}

/*天气*/
#Weather {
    float: left;
    width: 805px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
}

.weather {
    float: left;
    display: block;
    width: 350px;
    padding: 3px 0 0 20px;
}

/*其它*/
#other {
    float: right;
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

#other a {
    margin: 0 5px;
}

/*页头*/
#header {
    width: 1200px;
    height: 178px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#header .logo {

    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    background: url(../images/logo.png) no-repeat;
    background-size: 100%;
}

#header .ltitle1 {
    display: none;
    width: 400px;
    height: 40px;
    position: absolute;
    _position: absolute;
    top: 100px;
    left: 50%;
    margin: 0px 0 0 150px;
    font-family: 微软雅黑;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.1em #fff, -0.1em -0.1em 0.1em #fff;
    color: #c90202;
    z-index: 999;
}

#header .ltitle2 {
    display: none;
    width: 400px;
    height: 40px;
    position: absolute;
    _position: absolute;
    top: 140px;
    left: 50%;
    margin: 0px 0 0 200px;
    font-family: 微软雅黑;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.1em #fff, -0.1em -0.1em 0.1em #fff;
    color: #c90202;
    z-index: 999;
}

/*菜单*/
#menu {
    width: 1200px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/menubg.jpg) repeat-x left top;
    border-radius: 4px 4px 0 0;
}

#menu ul {
    float: left;
}

#menu ul li {
    float: left;
    background: url(../images/menu_libg.jpg) no-repeat right center;
}

#menu ul li a {
    width: 200px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
}

#menu ul li.change a,
#menu ul li a:hover {
    background-color: #ba2d0a;
    text-decoration: none;
}

/*搜索*/
#Search {
    width: 1198px;
    position: relative;
    margin: 0px auto 0px auto;
    border: 1px solid #cccccc;
    box-shadow: 0 0px 10px #ccc;
}

#Search .Searchform {
    width: 255px;
    margin: 8px 5px 0 0;
    float: right;
    display: inline;
}

#Search .Searchform .text {
    line-height: 21px;
    padding: 0 7px;
    float: left;
    width: 175px;
    height: 21px;
    border: 1px solid #ccc;
    color: #999;
}

#Search .Searchform .btn_send {
    float: left;
    width: 64px;
    height: 23px;
    line-height: 23px;
    text-indent: 10px;
    color: #fff;
    background: url(../images/btn_search.jpg) no-repeat left top;
    border: 0;
}

#Search .Searchform .btn_send:hover {
    background-position: left bottom;
}

/*公告*/
#Recommend {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background: url(../images/icon_title_0.png) no-repeat left center;
}

#Recommend h4 {
    margin-left: 22px;
    padding: 0 8px;
    float: left;
    height: 45px;
    line-height: 45px;
    color: #ff6600;
    font-size: 16px;
}

#Recommend ul {
    float: left;
    font-size: 14px;
    display: inline;
}

#Recommend ul li {
    float: left;
    margin-right: 550px;
    padding-left: 8px;
    display: inline;
}

#Recommend ul li a {
    height: 45px;
    overflow: hidden;
    line-height: 45px;
}

#Recommend .scrollleft {
    float: left;
    width: 650px;
}

#location {
    float: right;
    margin: 0 auto 10px;
    margin-right: 10px;
    width: 400px;
    height: 45px;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    border: 0px solid #e8e8e8;
    color: #00f;
}

#location .title {
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    color: #047c0a;
    background-color: #ffffff;
    background-image: url(../images/icon_title_1.png);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
}

#content {
    text-align: center;
    margin: 0 auto 5px;
    margin-top: 15px;
    width: 1200px;
    height: auto;
}

#m0 {
    text-align: center;
    margin: 0 auto 0px;
    width: 1200px;
    /* height              : 147px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0px 0px #ccc;
}

#m0 .title {
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    background: url(../resources/static/help_poor/images/ytzjt/above-title_small.png) no-repeat center;
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 21px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
}

#m0 .searchbar {
    height: 100px;
    line-height: 100px;
    display: block;
    text-align: center;
}

#m0 .searchbox {
    width: 600px;
    height: 40px;
    padding: 5px;
    padding-left: 15px;
    line-height: 40px;
    margin-top: -7px;
    border: 1px solid #cccccc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 1px 10px #ccc;
    font-size: 20px;
    font-weight: bold;
    color: #ff6600;
}

#m0 .searchbutton {
    border: 1px solid #cccccc;
    display: inline-block;
    width: 100px;
    height: 51px;
    line-height: 51px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 1px 10px #ccc;
    font-weight: bold;
    background-color: #ba2d0a;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

#m0 .searchbutton:hover {
    background-color: #ea6710;
}

#m1 {
    text-align: center;
    margin: 0 auto 5px;
    margin-top: 15px;
    width: 1200px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0px 0px #ccc;
}

#m1 .title {
    text-align: center;
    height: 45px;
    line-height: 42px;
    padding-left: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    background: url(../images/bac.png);
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 21px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
}


#m1 .title_old {
    text-align: center;
    height: 45px;
    line-height: 42px;
    padding-left: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    background: url(../images/bac-old.png);
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 21px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
}

#m1 .content {
    margin: 20px 10px 20px 20px;
}

#m2 {
    text-align: center;
    margin: 0 auto 5px;
    margin-top: 15px;
    width: 1200px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0px 0px #ccc;
}

#m2 .title {
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    background: url(../images/bac.png);
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #03b8df;
    font-size: 21px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
}

#m2 .content {
    height: 400px;
    margin: 20px 10px 20px 20px;
}

#m3 {
    margin: 0 auto 5px;
    margin-top: 15px;
    width: 1200px;
    height: auto;
    min-height: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0px 0px #ccc;
}

#m4 {
    text-align: center;
    margin: 0 auto 5px;
    margin-top: 15px;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0px 0px #ccc;
}

#m4 .title {
    text-align: left;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #03b8df;
    background-color: #e4f4f2;
    background-image: url(../images/icon_title_4.png);
    background-repeat: no-repeat;
    background-position: center left;
    border-bottom: 1px solid #03b8df;
    font-size: 21px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
}

#m5 {
    margin: 0 auto 5px;
    width: 1200px;
}

#m5 .itemlist {
    margin: 20px 40px 40px 40px;
}

#m5 .title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fb7a24;
    border-bottom: 0px solid #03b8df;
    font-size: 22px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
    margin-bottom: 10px;
}

#m5 .title span {
    border: 1px solid #03b8df;
    background-color: #03b8df;
    margin: 3px;
    padding: 5px 40px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
}

#datanav {
    float: left;
    width: 200px;
    height: 600px;
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0px 2px #ccc;
}

#datanav .title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url(../images/menubg.jpg) repeat-x left top;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0px 10px #ccc;
}

#datalist4 {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 986px;
    height: auto;
    height: 600px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0px 2px #ccc;
}

#datalist5 {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    /* height              : 600px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0px 2px #ccc;
    background-image: url(images/mbg.png);
    background-size: 100% 100%;
}

#logincontainer {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 1200px;
    height: auto;
    height: 400px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0px 2px #ccc;
}

#leftmenu {
    margin: 20px 10px;
}

#leftmenu li {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#leftmenu li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #03b8df;
    border-radius: 5px;
    box-shadow: 0 0px 5px #ccc;
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    background-color: #cecece;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, #e4e4e4),
            color-stop(100%, #cecece));
    background-image: -webkit-linear-gradient(#e4f4f2, #ffffff);
    background-image: linear-gradient(#e4f4f2, #ffffff);
}

#leftmenu li a:hover {
    color: #00f;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, #f3f3f3),
            color-stop(100%, lightgrey));
    background-image: -webkit-linear-gradient(#03b8df, #ffffff);
    background-image: linear-gradient(#03b8df, #ffffff);
}

.m_kc_con {
    margin: 10px 0px;
    padding: 0;
}

.m_kc_con li {
    width: 18.9%;
    height: 90px;
    line-height: 90px;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px;
    font-size: 15px;
    display: table-cell;
}

.m_kc_con li a:link,
.m_kc_con li a:visited {
    text-decoration: none;
    display: block;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    color: #00f;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
}

.m_kc_con li a:hover,
.m_kc_con li a:active {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#04e4c7), to(#fdfdfd));
    background: -webkit-linear-gradient(top, #04e4c7, #fdfdfd);
    background: -moz-linear-gradient(top, #04e4c7, #fdfdfd);
    background: -o-linear-gradient(top, #04e4c7, #fdfdfd);
}

.m_kc_con li a span {
    width: 100px;
    height: 90px;
    line-height: 90px;
    margin: auto auto;
    display: block;
    border: 0px solid #0f0;
    font-size: 17px;
    font-family: "微软雅黑";
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.m_kc_con li a span.wrap {
    width: 100%;
    height: 100%;
    line-height: 20px;
    margin: 5px auto;
    display: block;
    border: 0px solid #0f0;
}

.m_kc_con_1 {
    height: auto;
    overflow: hidden;
}

.m_kc_con_1 li a {
    border: 1px solid #03b8df;
    border-left: 4px solid #03b8df;
    border-right: 4px solid #03b8df;
}

.m_kc_con_2 {
    overflow: hidden;
}

.m_kc_con_2 li {
    width: 49%;
}


.itemlist {
    margin: 8px;
}

.itemlist .lawtitle {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fb7a24;
    border-bottom: 1px solid #03b8df;
    font-size: 22px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
}

.itemlist .lawcontent {
    font-size: 17px;
    line-height: 35px;
    margin: 10px;
}

.itemlist .noticetitle {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fb7a24;
    font-size: 22px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: block;
}

.itemlist .noticesubtitle {
    text-align: center;
    color: #0000ff;
    font-size: 14px;
    line-height: 30px;
    margin: 10px;
    border-bottom: 1px solid #03b8df;
}

.itemlist .noticecontent {
    font-size: 17px;
    line-height: 35px;
    margin: 10px;
}

.itemlist .buttonlist {
    text-align: right;
    height: 45px;
    line-height: 45px;
}

.itemlist .buttonlist a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 140px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 5px #ccc;
    background-color: #ff6600;
    color: #fff;
}

.itemlist .buttonlist a:hover {
    background-color: #c14e01;
}

.itemlist span.flabel {
    cursor: pointer;
    margin-right: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #f6ff1f;
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    float: left;
    text-align: center;
    border-radius: 50%;
}

.itemlist span.ltext {
    font-size: 14px;
}

.itemlist span.flabel1 {
    background-color: #008cba;
}

.itemlist span.flabel2 {
    background-color: #f44336;
}

.itemlist span.flabel3 {
    background-color: #ff9900;
}

.itemlist span.flabel4 {
    background-color: #006633;
}

.itemlist span.flabel5 {
    background-color: #6666cc;
}

.itemlist span.flabel6 {
    background-color: #336699;
}

.itemlist span.flabel7 {
    background-color: #993333;
}

.itemlist span.flabel8 {
    background-color: #ff99cc;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table tr th {
    text-align: center;
    background-color: #03b8df;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #cad9ea;
    padding: 2px;
    margin: 0px;
}

table tr td {
    height: 30px;
    line-height: 30px;
    border: 1px solid #cad9ea;
    padding: 4px;
    text-align: center;
}

table tr td a {
    font-size: 18px;
    color: blue;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table tr .a1 {
    background-color: #f5fafe;
}

table tr.odd {
    background-color: #fff;
}

table tr.even {
    background-color: #eee;
}

table tr.total {
    background-color: #fff;
    font-weight: bold;
}

table tr th a.sort {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 2px 0px -3px 5px;
    padding-right: 25px;
    height: 23px;
    line-height: 23px;
    border: 0px solid #0f0;
    background: url(images/sort1.png) right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

table.t1 {
    width: 100%;
    border: 1px solid #cad9ea;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

table.t1 th {
    text-align: center;
    /* background-color: #03b8df; */
    background-color: #03b8df;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #cad9ea;
    padding: 2px;
    margin: 0px;
}

table.t1 td {
    height: 30px;
    line-height: 30px;
    border: 1px solid #cad9ea;
    padding: 4px;
    text-align: center;
}

table.t2 {
    width: 100%;
    border: 1px solid #cad9ea;
    color: #666;
}

table.t2 th {
    background-color: #eee;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #f7994d;
    border: 1px solid #cad9ea;
    padding: 2px;
    margin: 0px;
}

table.t2 td {
    height: 30px;
    line-height: 30px;
    border: 0px solid #cad9ea;
    font-size: 16px;
    padding: 2px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.t2 td a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

table.t2 tr .a1 {
    background-color: #f5fafe;
}

table.t2 tr td .index {
    border: 1px solid #03b8df;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 8px;
    display: block;
    border-radius: 12px;
    color: #fff;
    background-color: #03b8df;
}

table.t3 {
    width: 100%;
    border: 1px solid #cad9ea;
}

table.t3 th {
    background-color: #03b8df;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #cad9ea;
    padding: 2px;
    margin: 0px;
}

table.t3 td {
    height: 30px;
    line-height: 30px;
    border: 1px solid #cad9ea;
    font-size: 15px;
    padding: 2px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.t3 td a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.t3 tr .a1 {
    background-color: #f5fafe;
}

table.t3 tr td .index {
    text-align: center;
    margin: auto;
    border: 1px solid #03b8df;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    border-radius: 12px;
    color: #fff;
    background-color: #03b8df;
}

table.t4 {
    width: 100%;
    border: 1px solid #cad9ea;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}

table.t4 th {
    background-color: #e4f4f2;
    color: #666;
    font-size: 18px;
}

table.t4 td {
    text-align: center;
    color: #0000ff;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

table.t5 {
    width: 100%;
    border: 1px solid #cad9ea;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}

table.t5 th {
    width: 120px;
    height: 40px;
    border: 1px solid #cad9ea;
    background-color: #03b8df;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

table.t5 td {
    border: 1px solid #cad9ea;
    text-align: center;
    background-color: #03b8df;
    color: #959aa0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

table.t5_1 {
    width: 100%;
    border: 1px solid #cad9ea;
    color: #03b8df;
    font-size: 18px;
    font-weight: normal;
}

table.t5_1 th {
    width: 120px;
    height: 40px;
    border: 1px solid #cad9ea;
    background-color: #e4f4f2;
    color: #666;
    font-size: 18px;
    font-weight: bold;
}

table.t5_1 td {
    border: 1px solid #cad9ea;
    background-color: #fff;
    color: #959aa0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

table.t5_2 {
    width: 100%;
    border: 1px solid #959aa0;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}

table.t5_2 th {
    width: 120px;
    height: 40px;
    border: 1px solid #cad9ea;
    background-color: #03b8df;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

table.t5_2 td {
    border: 1px solid #cad9ea;
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

table.t5_2 th a.sort {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

table.t6 {
    width: 100%;
    border: 1px solid #cad9ea;
    color: #666;
    font-size: 18px;
    font-weight: normal;
    margin: auto;
}

table.t6 th {
    background-color: #e4f4f2;
    color: #666;
}

table.t6 th.rowtitle {
    line-height: 35px;
    background-color: #bbf7ef;
    color: #00f;
}

table.t6 th b {
    color: #f00;
}

table.t6 td {
    text-align: center;
    color: #0000ff;
    text-align: left;
    font-weight: bold;
    padding: 3px 8px;
}

table.t6 td input {
    border: 1px solid #cad9ea;
    line-height: 28px;
    padding: 0px 3px;
    width: 99%;
}

table.t6 td select {
    border: 1px solid #cad9ea;
    height: 30px;
    line-height: 30px;
    padding: 0px 3px;
    width: 99.8%;
}

table.t6 td select option {
    height: 28px;
    line-height: 28px;
}

table.t6 td textarea {
    border: 1px solid #cad9ea;
    padding: 0px 3px;
    width: 99%;
}

.innertable {
    width: 100%;
}

.innertable tr th {
    background-color: #03b8df;
    color: #fff;
    text-align: center;
}

.innertable tr td {
    color: #000;
    font-weight: normal;
    text-align: center;
}

#datalist4 table.t2 td a {
    max-width: 630px;
}

#loginbox {
    height: 260px;
    width: 460px;
    margin: auto auto;
    position: relative;
    top: 50%;
    margin-top: -130px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0px 10px #ccc;
    background-image: url(images/loginbg.png);
    background-size: 100% 100%;
}

#loginbox ul {
    width: 400px;
    margin: 40px auto;
}

#loginbox ul li {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}

#loginbox ul li label {
    float: left;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-weight: bold;
    color: #ff6600;
    background-color: #eee;
    border: 1px solid #ccc;
}

#loginbox ul li select {
    float: left;
    height: 41px;
    line-height: 41px;
    width: 294px;
    font-size: 16px;
}

#loginbox ul li input {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 290px;
}

#loginbutton {
    width: 394px;
    display: block;
    text-align: center;
}

#loginbutton a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 1px 10px #ccc;
    background-color: #ba2d0a;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

#loginbutton a:hover {
    background-color: #ea6710;
}

#welcome {
    width: 400px;
    height: 35px;
    line-height: 35px;
    margin: 30px auto;
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    border: 1px solid #07a898;
    border-radius: 40px;
    background-color: #bbf7ef;
}

#m0 .searchbutton {
    border: 1px solid #cccccc;
    display: inline-block;
    width: 100px;
    height: 51px;
    line-height: 51px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 1px 10px #ccc;
    font-weight: bold;
    background-color: #ba2d0a;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

#m0 .searchbutton:hover {
    background-color: #ea6710;
}

.errorbox {
    border: 1px solid #eee;
    width: 100%;
    height: 540px;
    overflow: auto;
}

#ErrorContent {
    margin: 10px;
    text-align: left;
    font-size: 14px;
    color: #00f;
    line-height: 30px;
}

/*版权*/
#copyright {
    width: 1200px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

#copyright p {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}

#copyright .beian {
    width: 16px;
    height: 16px;
    line-height: 25px;
    margin-top: 3px;
    margin-right: 3px;
    display: inline-block;
    background: url(images/ba.png) no-repeat;
    border: 0px solid #0f0;
}

.formTable {
    border: 4px solid #03b8df;
    border-collapse: collapse;
    width: 99%;
    margin: 20px auto;
}

.formTable tr {
    height: 30px;
    line-height: 30px;
}

.formTable tr th {
    font-size: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    color: #000;
    text-align: right;
    background-color: #bbddf7;
    border: 1px solid #9ed5fd;
    padding: 3px 6px 3px 6px;
}

.formTable tr .label {
    font-size: 9.25pt;
    font-weight: normal;
    text-align: right;
    background-color: #dde9f9;
    border: 1px solid #b2c1d6;
    padding: 4px 6px 1px 3px;
}

.formTable tr th b {
    color: Red;
}

.formTable tr td {
    background-color: #f0f7fc;
    border: 1px dashed #d0e8fa;
    border-collapse: collapse;
    padding: 3px 6px 3px 6px;
    font-size: 15px;
    text-align: left;
    overflow: hidden;
}

.formTable tr td div {
    table-layout: fixed;
}

.formTable tr td span {
    display: inline-block;
}

.formTable tr td>span:first-child {
    float: left;
}

.formTable tr td span hr {
    border: 1px solid #9ed5fd;
}

.formTable select {
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #aecaf0;
    font-size: 15px;
    margin: 0px;
    vertical-align: middle;
}

.formTable select option {
    line-height: 20px;
    text-indent: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.formTable input {
    width: 300px;
    height: 30px;
    font-size: 15px;
    vertical-align: middle;
}

.button {
    width: 140px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-right: 10px;
}

.button a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 5px #ccc;
    background-color: #ff6600;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.button a:hover {
    background-color: #c14e01;
}

#qrcode {
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    height: 130px;
    margin-top: -120px;
}

#qrcode div.weixin {
    display: block;
    float: right;
    width: 100px;
    height: 130px;
    margin-right: 30px;
    background: url(images/weixin.png) no-repeat;
}

#qrcode div.app {
    display: block;
    float: right;
    width: 100px;
    height: 130px;
    margin-right: 30px;
    background: url(images/appdown.png) no-repeat;
}

.jbxz {
    border: 1px solid #e8e8e8;
    padding: 30px 30px 20px 30px;
    text-align: center;
    background-color: #fff;
}

.jbxzbt {
    border: 1px solid #6da3d3;
    border-bottom-width: 0px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    background-color: #03b8df;
    color: #fff;
}

.jbxznr {
    height: 400px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    padding: 15px;
    color: #000;
    margin-bottom: 10px;
    background: #e9f4fe;
    border: 1px solid #6da3d3;
    overflow: auto;
}

.ltitle {
    display: block;
    line-height: 35px;
    font-weight: bold;
    margin: 0px auto;
}

.note {
    height: 10px;
    line-height: 10px;
    text-align: left;
    color: #f00;
    font-size: 14px;
}

.ydtk {
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.ksjb {
    text-align: center;
    border: 0px solid #f00;
}

.ksjb span {
    display: block;
    width: 225px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: auto auto;
    border: 0px solid #f00;
}

.ksjb span a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    float: left;
    margin: 10px 10px 10px 0px;
}

.jzjb {
    border: 1px solid #ccc;
    background-color: #a9a9a9;
    pointer-events: none;
}

.wyjb {
    border: 1px solid #0f5a9b;
    background-color: #175a97;
}

.jbnr {
    border: 1px solid #e8e8e8;
    padding: 30px 30px 50px 30px;
    text-align: center;
    background-color: #fff;
    display: none;
}

.queryS-top {
    position: relative;
    padding: 10px 0;
}

.qs-line {
    width: 100%;
    height: 1px;
    background: #d2d3d7;
    position: absolute;
    top: 50%;
    left: 0;
}

.qs-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #666666;
    font-size: 15px;
    line-height: 42px;
}

.qs-innercontent {
    display: inline-block;
    background-color: #f2f6f9;
    padding: 0 25px;
}

.numset {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.num1 {
    float: left;
    width: 39px;
    height: 49px;
    background: url(../images/bg_num.png) 0 0 no-repeat;
    background-size: cover;
    font-size: 30px;
    /* line-height : 47px; */
    color: #e03d2e;
    text-align: center;
    margin-right: 4px;
    font-weight: bold;
    padding-top: 2px;
}

.zijin {
    height: 320px !important;
}

@media \0screen\,screen\9 {
    .qs-icon {
        margin-top: -60px !important;
    }

    #m0 .searchbar {
        height: 150px;
    }
}

.yjType {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}