html, body, ul, h3, p {
    padding: 0;
    margin: 0;
}
body {
    font-size: 14px;
    font-family: Arial, "Microsoft YaHei";
    color: #333;
    background: #fff url(../img/jytabl_bg.jpg) repeat-x;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
.wrapper {
    width: 1004px;
    margin: 0 auto;
}
.list li {
    height: 37px;
    line-height: 37px;
}
.list li span {
    float: right;
    color: #999;
    margin-left: 15px;
}
.list li a {
    /*display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/

display: block;              /* 让 a 成为块元素才能控制宽度 */
    max-width: 100%;              /* 限制最大宽度，避免超出容器 */
    box-sizing: border-box;       /* 宽度计算包含内边距 */
    
    white-space: nowrap;          /* 强制单行 */
    overflow: hidden;             /* 超出部分隐藏 */
    text-overflow: ellipsis;      /* 显示省略号 */

    /* 可选增强 */
    word-break: keep-all;         /* 不拆分单词（英文下更好看） */
    vertical-align: middle;       /* 文字垂直居中对齐（配合行高） */
}
.list li a:hover {
    text-decoration: underline;
}
#list-box-1 {
    height: 362px;
    background: url(/zrzyt/xhtml/img/jytabl_jydfnr.jpg);
}
#list-box-1 .more {
    padding-top: 19px;
}
#list-box-2 {
    height: 362px;
    background: url(/zrzyt/xhtml/img/jytabl_tadfnr.jpg);
}
#list-box-3 {
    height: 362px;
    background: url(/zrzyt/xhtml/img/jytabl_blgzdt.jpg);
}
#list-box-4 {
    height: 317px;
    background: url(/zrzyt/xhtml/img/jytabl_jytazy.jpg);
}
.list-box-1 .more {
    font-size: 16px;
    font-family: Arial, Simsun;
    line-height: 40px;
    padding-top: 10px;
    margin: 0;
    overflow: hidden;
}
.list-box-1 .more a {
    float: right;
    margin-right: 35px;
}
.list-box-1 .boxs {
    clear: both;
    padding: 16px 20px 0;
    overflow: hidden;
}
.list-box-1 .boxs .list:first-child li {
    padding-left: 35px;
}
.list-box-1 .boxs .list:last-child li {
    padding-left: 42px;
}
.list-box-1 .boxs .list {
    float: left;
    width: 50%;
}
.list-box-1 .list li {
    padding-right: 20px;
}
.local {
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    background: #f1f4f9 url(../img/jytabl_local.jpg) 20px 50% no-repeat;
}
.list-box-2 {
    min-height: 300px;
    background: #fff;
    padding: 15px 30px 5px;
}
.list-box-2 .list {
    border-bottom: 1px dotted #ccc;
    padding: 0 10px 15px;
    margin-bottom: 15px
}
.list-box-2 .list li {
    background: url(/zrzyt/xhtml/img/jytabl_dot.jpg) 0 50% no-repeat;
    padding-left: 15px;
}
.list-box-2 .title {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    text-align: center;
    padding: 15px 0;
}
.list-box-2 .intro {
    color: #999;
    text-align: center;
}
.list-box-2 .conte {
    padding: 20px 0;
}
.paging_wrap {
    text-align: center;
    padding: 20px 0;
}
.paging {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.paging li {
    display: inline-block;
    color: #333;
    vertical-align: middle;
    margin: 0 3px;
}
.paging li a {
    text-decoration: none;
}
.paging li a, .paging li span {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #333;
    padding: 6px 10px;
    border: 1px solid #ccc;
}
.paging .page_index .current {
    color: #fff;
    background: #63aedc;
    border: 1px solid #63aedc;
}
.paging .total_count, .paging .page_jump {
    display: none;
}
.friend_link_box{
    display: none;
}
.footer {
    height: 200px;
    font-size: 12px;
    color: #fff;
    background: #074d95;
}
.footer_main {
    width: 1140px;
    height: 160px;
    margin: 0 auto;
}
.footer_main .gov_icon {
    margin-right: 35px;
    float: left;
    padding: 27px 0 33px 330px;
    width: 54px;
    height: 100px;
}
.footer_main p {
    float: left;
    padding-left: 20px;
    padding-top: 14px;
    line-height: 29px;
}
.footer_nav {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.footer_nav a {
    color: #fff;
    padding: 0 10px;
}

.jytab-foot{
    width: 100%;
    height: 78px;
    line-height: 78px;
    background-color: #c71610;
    color:#ffffff;
    text-align: center;
}

@media (max-width: 767px) {
	#list-box-1 .boxs .list:nth-child(2),
	#list-box-2 .boxs .list:nth-child(2),
	#list-box-3 .boxs .list:nth-child(2),
	#list-box-4 .boxs .list:nth-child(2){
        display: none;
    }
}