@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

*{margin: 0px;padding: 0px;}
a{text-decoration: none;color: #000000;}
li{list-style: none;}
img{border:0px;}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(45, 102, 165, 1);
}

/*name和列表*/
.xh_li{float:left;margin-bottom:40px}
.biaoti{width:100%;height:40px;border-bottom:2px #D8D8D8 solid;line-height:40px;margin-bottom:30px}
.biaoti span{float:left;padding:1px 20px;background:rgba(45, 102, 165, 1);color:#fff;font-size:15pt;font-weight:bold}
.gengduo{display:block;width:100%;float:left;margin-top:10px}
.gengduo a{display:block;text-align:center;padding:5px 20px;background:#E0E0E0;margin:auto;width:58px}
#list{width:760px;height: auto;float:left;margin-left:20px;padding-bottom:20px;padding-top:15px}
#list_title{height: 40px; line-height: 40px;background:#f2f2f2;}
#list_content .list_ul li{width: 99%;line-height:25px;float:left;margin-bottom:15pt}
#list_content .list_ul li i{background: url(http://www.deyang.gov.cn/images/2018/tyimg/li-blue-icon.png) no-repeat;float: left;width:7px;height:7px;margin: 18px 10px 0px 10px;}
#list_content .list_ul li a{display:block;font-size: 15pt;float: left;color:#454545;margin-left:14px}
#list_content .list_ul li .time{display: block;font-size:15pt;color:#9F9F9F;margin-left:10px;float:right}
#div_right{width:353px;height:auto;float:right;margin-right:10px}
#xwdh_div{width:100%;background:#f7f7f7;border:1px #BFBFBF solid;border-top:2px #005AA3 solid;padding-bottom: 20px;}
#xwdh_title {font-size:22px;color:#0159A2;height:50px;line-height:50px;}
#xwdh_title i{width:20px;height:20px;background:url(http://www.deyang.gov.cn/images/2018/tyimg/xwdh_i.png) no-repeat center;float:left;margin:16px 10px 0px 20px}
#xwdh_div  .list_ul{width:280px;margin:auto;margin-top:10px}
#xwdh_div  .list_ul li{width:270px;height:45px;line-height:45px;text-align:center;border:1px #C1C1C1 solid;margin-top:10px;border-radius:4px;background:#FFFFFF}
#xwdh_div  .list_ul li a{color:#0159A2;font-size:20px;}
#rdxw_div{width:100%;height:auto;background:#f7f7f7;border:1px #BFBFBF solid;margin-top:20px}
#rdxw_title {font-size:22px;color:#BD0101;height:50px;line-height:50px;}
#rdxw_title i{width:20px;height:20px;background:url(http://www.deyang.gov.cn/images/2018/tyimg/rdxw_i.png) no-repeat center;float:left;margin:16px 10px 0px 20px}
#rdxw_div ul{width:283px;margin:auto;}
#rdxw_div ul li {width:283px;height:150px;margin-top:10px}
#rdxw_div ul li a{font-size:14px;color:#565656}

