/*top*/

.top {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-image: url(images/bg2_01.png);
}

.top img {
    margin: 0 auto;
    text-aligin: center;
    overflow: hidden
}

.top .name {
    width: 1100px;
    margin: 0 auto;
    height: 30px;
    background-image: url(images/name_03.png);
    background-position: 280px 60px;
    background-repeat: no-repeat;
}

.top .name a {
    font-size: 16px;
    font-weight: bold;
    color: #263982;
}

.top .name a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #c90801;
}



.main {
    width: 1100px;
    margin: 0 auto;
    background-color: #FFF;
    padding-bottom: 10px;
    border-radius: 5px;
}

.rollingPic {
    float: left;
    width: 700px;
    height: 525px;
    margin-left: 20px;
    margin-top: 20px;
}


/*dynamic*/

.dynamic {
    float: left;
    width: 340px;
    height: 530px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
}

.dynamic .list {
    width: 340px;
    overflow: hidden;
}

.dynamic .list .title {
    height: 30px;
}

.dynamic .list .title a {
    padding-left: 10px;
    width: 330px;
    background-image: url(images/sq2_13.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dynamic .list .title a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.dynamic .list .first {
    padding-left: 10px;
    width: 330px;
    height: 20px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 8px;
    font-size: 14px;
    font-weight: bold;
    color: #c90801;
    line-height: 20px;
    overflow: hidden;
}

.dynamic .list span {
    /*text-indent: 2em;*/
    display: block;
    width: 320px;
    overflow: hidden;
    /*color:#999999;*/
    color: #333333;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 5px;
}

.dynamic .list span a {
    /*color:#333333;*/
    color: #c90801;
}

.dynamic .more {
    display: block;
    width: 160px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    background-color: #e1e2e5;
    color: #51545b;
}

.dynamic .more:hover {
    background-color: #96d6fa;
    color: #FFF;
}

.dynamic .head {
    width: 310px;
    height: 35px;
    background-color: #fdce5a;
    color: #cc0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 30px;
    background-image: url(images/round_17.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-bottom: 10px;
}

.dynamic .head a {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    color: #F30;
}

.dynamic .line {
    height: 1px;
    background-color: #d0d1d3;
    margin: 10px 0;
}


/*zhoushi*/

.zhoushi {
    float: left;
    width: 330px;
    overflow: hidden;
    margin-left: 30px;
}

.zhoushi .list {
    width: 340px;
    overflow: hidden;
    margin-bottom: 10px;
}

.zhoushi .list .title {
    height: 20px;
}

.zhoushi .list .title a {
    padding-left: 10px;
    width: 330px;
    background-image: url(images/sq2_13.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.zhoushi .list .title a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.zhoushi .head {
    width: 290px;
    height: 25px;
    background-color: #ffe5e8;
    color: #ce3333;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    background-image: url(images/jiantou.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.zhoushi .head a {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    color: #F30;
}


/*lm*/

.lm {
    width: 520px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}

.lm .title {
    width: 520px;
    height: 35px;
    background-color: #fdce5a;
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 10px;
    margin-top: 20px;
    padding-left: 30px;
    background-image: url(images/round_17.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

.lm .title a {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
    color: #F30;
}

.lm .list {
    width: 520px;
    height: 210px;
    margin-top: 10px
}

.lm .list a {
	display: inline-block;
	width: 520px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    color: #51545b;
    background-image: url(images/sq2_13.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lm .list a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.zhengce .list ul{
	padding-top: 10px;
}
.zhengce .list ul li {
    width: 520px;
    overflow: hidden;
    border: 1px solid #014e9c;
    margin-top: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zhengce .list ul li .head {
    display: block;
    width: 490px;
    line-height: 28px;
    text-align: center;
    background-image: none;
    font-size: 14px;
    font-weight: bold;
    color: #c90801;
}
#zhengce_list_head{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

.zhengce .list ul li .info {
    /*text-indent: 2em;*/
    display: block;
    width: 460px;
    line-height: 24px;
    text-align: left;
    background-image: none;
    font-size: 12px;
    padding-left: 20px;
}

.zhengce .list ul li .info a {
	display: inline;
    color: #c90801;
    background-image: none;
    font-size: 12px;
    line-height: 24px;
    padding-left: 0px;
}

.footLine {
    height: 5px;
    background-color: #96d6fa;
    margin: 20px 0;
}

.footer {
    width: 1100px;
    overflow: hidden;
    text-align: center;
    margin: 10px auto;
    color: #51545b;
    line-height: 24px;
}

.dynamic .list .first a {
    padding-left: 10px;
    width: 340px;
    overflow: hidden;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #c90801;
    line-height: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dynamic_title{
	height: 30px;
}

.article-zfwzpc #yryc1{
	width: 200px;
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -600px;
}
.article-zfwzpc #yryc1 img{
	width: 100%;
}
.article-zfwzpc .footer{
	position: static;
}
.zhoushi .notice_head{
	height: 30px;
    border-bottom: 1px solid #014e9c;
}
.zhoushi .notice_head a{
	display: inline-block;
    height: 100%;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    background-color: #014e9c;
    color: #fff;
}
.zhoushi .list a{
	display: inline-block;
	width: 310px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zfwzpc-nav{
	position: absolute;
	top: -30px;
}
.zfwzpc-nav a{
	font-size: 16px;
	margin-right: 40px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.zfwapc-head{
	width: 785px;
	height: 70px;
	position: absolute;
	top: -140px;
    left: 180px;
    background-image: url(../../img/zfwzpc/logo.png);
    background-repeat: no-repeat;
}