﻿﻿/**!
 * 公开内容
 * author: fxyue;
 * date:2020-04-09
 */

body {
    overflow-x: hidden;
    background: url("../images/law_bg.jpg") top center no-repeat #fff;
}

.ewb-head {
    padding-top: 65px;
}

.ewb-head-logo {
    display: block;
}

.ewb-head-tt {
    font-size: 0;
    text-align: center;
    margin-top: 48px;
}

.ewb-head-tt>h1 {
    padding: 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 137px;
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(6, 0, 1, 0.75);
    background: url("../images/head_tt_line.png") bottom right no-repeat;
}

.ewb-main {
    margin: 62px 0 56px;
    background: #f7f7f7;
    padding: 60px 0 42px;
    box-shadow: 0px 5px 13px 0px rgba(0, 18, 37, 0.1)
}

/* 左 */
.ewb-left {
    margin: 0px -16px 0 40px;
}

/* 垂直菜单 */

.wb-tree-items {
    margin-top: 10px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-node {
    border: 1px solid #e6e6e6;
    background: #fff;
}

.wb-tree-tt {
    display: block;
    height: 70px;
}

.tt-icon {
    float: left;
    width: 41px;
    height: 41px;
    margin: 14px 0 0 28px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tt-icon.icon1 {
    background-image: url('../images/icon_gkzn.png');
}

.tt-icon.icon2 {
    background-image: url('../images/icon_gkzd.png');
}

.tt-icon.icon3 {
    background-image: url('../images/icon_gknr.png');
}

.tt-icon.icon4 {
    background-image: url('../images/icon_gknb.png');
}

.tt-icon.icon5 {
    background-image: url('../images/icon_zcwj.png');
}

.tt-icon.icon6 {
    background-image: url('../images/icon_xzgfwj.png');
}

.tt-icon.icon7 {
    background-image: url('../images/icon_ysqgk.png');
}

.tt-icon.icon8 {
    background-image: url('../images/icon_xxgklj.png');
}

.tt-p {
    font-size: 0;
    height: 70px;
    margin: 0 55px 0 88px;
}

.tt-p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    color: #4a6dcb;
    line-height: 29px;
}

.tt-p i {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.wb-tree-node:hover,
.wb-tree-node.accfocus,
.wb-tree-items.current .wb-tree-node {
    background: #4a6dcb;
}

.wb-tree-node:hover .tt-p span,
.wb-tree-node.accfocus .tt-p span,
.wb-tree-items.current .tt-p span {
    color: #fff;
}

.wb-tree-node:hover .icon1,
.wb-tree-node.accfocus .icon1,
.wb-tree-items.current .icon1 {
    background-image: url('../images/icon_gkzn1.png');
}

.wb-tree-node:hover .icon2,
.wb-tree-node.accfocus .icon2,
.wb-tree-items.current .icon2 {
    background-image: url('../images/icon_gkzd1.png');
}

.wb-tree-node:hover .icon3,
.wb-tree-node.accfocus .icon3,
.wb-tree-items.current .icon3 {
    background-image: url('../images/icon_gknr1.png');
}

.wb-tree-node:hover .icon4,
.wb-tree-node.accfocus .icon4,
.wb-tree-items.current .icon4 {
    background-image: url('../images/icon_gknb1.png');
}

.wb-tree-node:hover .icon5,
.wb-tree-node.accfocus .icon5,
.wb-tree-items.current .icon5 {
    background-image: url('../images/icon_zcwj1.png');
}

.wb-tree-node:hover .icon6,
.wb-tree-node.accfocus .icon6,
.wb-tree-items.current .icon6 {
    background-image: url('../images/icon_xzgfwj1.png');
}

.wb-tree-node:hover .icon7,
.wb-tree-node.accfocus .icon7,
.wb-tree-items.current .icon7 {
    background-image: url('../images/icon_ysqgk1.png');
}

.wb-tree-node:hover .icon8,
.wb-tree-node.accfocus .icon8,
.wb-tree-items.current .icon8 {
    background-image: url('../images/icon_xxgklj1.png');
}



.ewb-mt42 {
    margin-top: 42px;
}

/* 右 */
.ewb-right {
    margin: 0 27px;
    background: #fff;
    /*height: 1000px;*/
    border: 1px solid #e6e6e6;
    padding: 0 25px 25px 30px;
}

.main-hd {
    line-height: 44px;
    padding: 52px 0 42px;
    font-size: 42px;
    font-weight: bold;
    color: #4a6dcb;
    text-align: center;
}

.main-cont {
    /*height: 850px;*/
    padding-right: 45px;
    overflow: hidden;
}

.cont-hd {
    height: 42px;
    line-height: 41px;
    padding-left: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #4a6dcb;
    border-bottom: 1px solid #dce7f2;
    background: #e1effa;
}

.cont-file {
    padding-top: 10px;
}

.count-list {
    float: left;
    width: 25%;
}

.count-list>a {
    display: block;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 40px;
    font-size: 18px;
    color: #333;
    background: url("../images/icon_dian.png") 28px center no-repeat;
}



.cont-link>ul {
    position: relative;
    top: -5px;
    margin-left: -32px;
}

.count-item {
    float: left;
    width: 50%;
    margin-top: 24px;
}

.count-item>a {
    display: block;
    line-height: 45px;
    margin-left: 32px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4a6dcb;
    border: 1px solid #e0e0e0;
}

.count-item>a:hover,
.count-item>a.accfocus
{
    background: #4a6dcb;
    color: #fff;
}

/* 规划计划及政策 */
.ewb-policy .count-list {
    width: auto;
    margin-right: 25px;
}

/* 重大民生信息 */
.ewb-person .count-list {
    width: auto;
    margin-right: 45px;
}

.count-menu {
    position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.count-drop-li {
    position:relative;
}

.count-drop-li a{
    margin-bottom: 20px;
    cursor:pointer;
}

.count-droplist {
    /*min-width: 100%;*/
    margin: 0;
    padding: 0;
    margin-left:30px;
}

.count-droplist li {
    width: auto;
    list-style-type: none;
    padding: 0!important;
    margin-bottom: 5px;
}

.count-droplist li a {
    background: transparent;
    color: #4a6dcb;
    font-size: 16px;
    margin-bottom: 0;
    display: block;
    text-align: center;
    padding:10px;
}

.count-droplist li a:hover,
.count-droplist li a.accfocus
{
    background: #4a6dcb;
    color:#fff;
}

.count-drop-li:hover .count-droplist,
.count-drop-li.accfocus .count-droplist
{
    display: block;
}


@media (min-width:980px) and (max-width:1199px) {
    .container {
        width: 980px;
    }

    body {
        min-width: 0;
        width: 100%;
    }

    .span6 {
        width: 262px;
    }

    .span18 {
        width: 700px;
    }

    .ewb-left {
        margin: 0px 5px 0 20px;
    }

    /* 右 */
    .ewb-right {
        margin: 0 20px 0 0;
        padding: 0 15px;
    }

    .main-cont {
        padding-right: 20px;
    }

    .count-list>a {
        padding-left: 30px;
        background-position: 18px center;
    }

    .ewb-policy .count-list {
        margin-right: 5px;
    }

    .ewb-policy .count-list {
        margin-right: 25px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-head-tt>h1 {
        font-size: 90px;
    }

    .row {
        margin-left: 0;
    }

    .span6,
    .span18 {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .ewb-right {
        margin: 20px 10px 0;
        height: auto;
        padding: 0 20px;
    }

    .ewb-left {
        margin: 0 10px;
    }

    .main-cont {
        height: auto;
        overflow: inherit;
        padding-right: 0;
    }

    .count-list,
    .ewb-policy .count-list,
    .ewb-person .count-list {
        width: 33.33%;
        margin-right: 0;
    }

    .tt-p {
        margin: 0 20px 0 88px;
    }
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-head-tt>h1 {
        padding: 0;
        font-size: 48px;
    }

    .main-hd {
        font-size: 28px;
        padding: 20px 0;
    }

    .count-item,
    .count-list,
    .ewb-policy .count-list,
    .ewb-person .count-list {
        width: 100%;
    }

    .ewb-mt42 {
        margin-top: 20px;
    }

    .ewb-main {
        padding: 20px 0;
    }

    .ewb-right {
        padding: 0 10px 20px;
    }

    .count-item {
        margin-top: 15px;
    }

    .cont-hd {
        height: auto;
        padding: 5px 8px;
        line-height: 30px;
    }

    .count-droplist {
        width:-webkit-fill-available;
    }
}