/*commom style*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: none;
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: '微软雅黑';
}

ul,
ol {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333333;
}

a:hover {
    color: #355e92;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

/*蓝色背景开始*/

.blue-bg {
    height: 360px;
    /*background-color: #4175af;*/
    position: absolute;
    top: 219px;
    width: 100%;
    z-index: -1;
}


/*蓝色背景结束*/

.main-content {
    width: 1200px;
    margin: 0 auto;
}

.big-box {
    width: 100%;
    height: 420px;
    padding-top: 25px;
    background: #f7f7f7;
}

.section-1 {
    position: relative;
    width: 1200px;
    height: 375px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 2px 15px 0 rgba(153, 153, 153, 0.2);
}

/*图片新闻开始*/
.slideBox {
    height: 330px;
    position: relative;
}

.slideBox .hd {
    height: 8px;
    position: absolute;
    bottom: 21px;
    right: 7px;
}

.slideBox .hd ul {
    float: left;
}

.slideBox .hd ul li {
    float: left;
    background: url(white_point.png) no-repeat center;
    width: 16px;
    height: 8px;
    margin-right: 5px;
    cursor: pointer;
}

.slideBox .hd ul li a {
    padding-left: 5px;
    display: block;
    width: 610px;
    height: 50px;
    line-height: 50px;
    position: relative;
    color: #666;
    font-family: "微软雅黑";
}

.new_txt {
    float: left;
}

.slideBox .hd ul li a img {
    display: none;
    position: absolute;
    top: -7px;
    left: 0px;
}

.slideBox .hd ul li.on {
    background: url(red-point.png) no-repeat center;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    height: 330px;
}

.slideBox .bd ul li {
    position: relative;
}

.slideBox .bd img {
    width: 610px;
    height: 330px;
}

/*图片新闻结束*/
.new_pic {
    position: relative;
}

.pos_txt {
    position: absolute;
    height: 50px;
    width: 610px;
    bottom: 0;
    left: 0;
    line-height: 50px;
    background: url(tpxw-txt-bg.png) repeat-x;
    padding-left: 20px;
    font-size: 15px;
    color: #FFFFFF;
}

.burder_content {
    height: 330px;
    width: 525px;
    padding: 0;
    margin-left: 20px;
}

.burder_content h1 {
    font-size: 25px;
    font-weight: normal;
    line-height: 50px;
}

.burder_content h1 a {
    color: #FFFFFF;
}


.pic_tx .pl {
    padding: 30px 23px;
}

.tit-l {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.titbj{
    background: #355e92;
}
.burder_content .tit-r {
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #355e92;
    text-align: center;
    float: left;
    margin-left: 30px;
}

.burder_content .tit-r a {
    color: #ffffff;
    width: 180px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
}

.burder_content .tit-r a:hover {
    color: #ffffff;
}

.tit-l p {
    color: #ffffff;
    width: 180px;
}
.burder_content .tit-r {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-left: 30px;
    background: rgb(53, 94, 146);
}
.tit-l a {
    font-size: 21px;
    color: #333333;
    line-height: 21px;
}

.more a {
    font-size: 15px;
    line-height: 45px;
}

.tit-l a.active {
    font-size: 21px;
    color: #355e92;
    line-height: 21px;
}

.section-1 .tit-list-r ul.tit li {
    width: 525px;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #f7f7f7;
}

ul.list li span {
    display: block;
    font-size: 15px;
    color: #999999;
    line-height: 45px;
    height: 45px;
}

ul.list {
    padding-top: 13px;
}

ul.list li {
    background: url(list-pic.png) no-repeat left center;
    padding-left: 13px;
    font-size: 15px;
    line-height: 30px;
}

ul.list li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    display: block;
    font-size: 15px;
    line-height: 45px;
    height: 45px;
}

.list ul li a {
    color: #333333;
}

ul.list li a:hover {
    color: #355e92;
}

.list ul li a:hover,
.burder_content div a:hover {
    color: #355e92;
}

.nav-t li>p {
    width: 370px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    background: url("sanj.png") no-repeat 340px 12px #f7f7f7;
    padding-left: 20px;
}

.nav-c {
    width: 1200px;
    line-height: 40px;
    padding-left: 20px;
    background: #f7f7f7;
    position: absolute;
    font-size: 13px;
    top: 35px;
    left: 0;
    z-index: 100;
    display: none;
}

.nav-c p {
    float: left;
    width: 120px;
    text-align: center
}


/*建邺要闻等标题列表开始*/

.tit-list {
    margin-top: 30px;
}
.tit-list1 {
    margin-top: 20px;
}

.tit-list>div:first-child,.tit-list1>div:first-child {
    margin-left: 0;
}

.tit_xw {
    background: url(tit-pic.png) no-repeat left center;
    padding-left: 40px;
}

.tit_xw>li {
    width: 342px;
    height: 30px;
    border-bottom: 1px solid #bfbfbf;
    line-height: 30px;
}

.tit-l {
    font-size: 21px;
    color: #355e92;
}

/* 部门乡镇动态 */
.xwdt_tab {
    width: 382px;
    height: 255px;
    margin-left: 17px;
}

.tit_gk {
    display: block;
    width: 100%;
    height: 30px;
    background:url(tit-pic.png) no-repeat left center;
    padding-left: 40px;
    border-bottom: 1px solid #bfbfbf;
    position: relative;
}
.tit_gk li{
    float: left;
    /* position: relative; */
}
.tit_gk a {
    padding: 0 15px;
    float: left;
    background: url(nav_xian.jpg) no-repeat left 4px;
    font-size: 19px;
    text-align: center;
    height: 30px;
    color: #a1a1a1;
}
.tit_gk a.more{
    font-size: 13px;
    color: #666666;
    position: absolute;
    right: 0;
    top: 4px;
    background: none;
}
.tit_gk li:first-child a {
    background: none;
    padding-left: 0px;
}

.tit_gk .active {
    color: #355e92;
}
.gk_box {
    float: left;
    width: 98%;
    padding-top: 10px;
}

.gk_box li {
    width: 100%;
    background: url(list-pic.png) no-repeat left center;
    height: 35px;
    padding-left: 15px;
    line-height: 35px;
    text-align: left;
    color: #999999;
    font-size: 15px;
}
.gk_box li a{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.gk_box li span{
    float: right;
}
.gk_box li a:hover {
    color: #1c4f90;
}

.gk_box li a {
    float: left;
    color: #333333;
}

.govpushinfo150203 span {
    display: none;
}


/*建邺要闻等标题列表结束*/

/* 图片切换 */
.box-pic{
    width: 1200px;height:91px;margin: 25px auto;
}
/*专题专栏开始*/

.ztzl {
    height: auto;
    background-color: #eeeff0;
    margin-top: 20px;
    padding-top: 30px;
}

.ztzl-content {
    width: 1200px;
    margin: 0 auto;
}

.ztzl-tit {
    background: url(ztzl-bg.png) no-repeat;
    width: 122px;
    margin: 0 auto;
    height: 38px;
    line-height: 38px;
    font-size: 21px;
    color: #FFFFFF;
    text-align: center;
}

.ztzl-tit span {
    color: #355e92;
    padding-left: 16px;
}

.ztzl-sub-tit {
    width: 1200px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 19px;
}


/* .ztzl-sub-tit01 a{color: #355E92;}
.ztzl-sub-tit02 a{color: #333333;}
.ztzl-separate{width: 1px;height: 20px;background: #999999;margin:9px 15px;} */


/*专题专栏列表开始*/

.pic_tx {
    width: 100%;
    margin: 30px auto;
    height: auto;
}

.pic_tx .LeftBotton,
.pic_tx .RightBotton {
    display: block;
    width: 29px;
    height: 51px;
    float: left;
    margin-top: 34px;
}

.pic_tx #List1_1,
.pic_tx #List2_1 {
    float: left;
}

.pic_tx .pic_tx_box {
    width: 1101px;
    float: left;
    height: 115px;
    overflow: hidden;
}

.pic_tx .ScrCont {
    width: 32766px;
    zoom: 1;
}

.pic_tx .LeftBotton {
    background: url(leftBtn.png) no-repeat;
    margin-right: 20px;
}

.pic_tx .RightBotton {
    background: url(rightBtn.png) no-repeat;
    margin-left: 21px;
}

.pic_tx .pl {
    display: inline-block;
    width: 261px;
    height: 110px;
    font-size: 21px;
    line-height: 30px;
    background: #355e92;
    text-align: center;
    color: white;
    float: left;
    margin-right: 17px;
}

.pic_tx .pl span {
    display: block;
    width: 261px;
    height: 73px;
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    font-size: 17px;
    line-height: 29px;
    color: #666666;
    padding: 8px 30px 0;
    background: url(ztzl-list-pic.png) no-repeat 15px 17px;
}

.pic_tx .pl span:hover {
    color: #333333;
    background: url(ztzl-list-pic-hover.png) no-repeat 15px 17px;
}


/*.pic_tx .pl img{display:block;width: 261px;height: 112px;}*/


/*专题专栏列表结束*/


/*专题专栏结束*/