body {
    background: #fff;
}

.page_bg {
    width: 100%;
    min-width: 1200px;
    background: #fff;
}

.page_bg .page {
    margin: 0 auto;
    width: 1200px;
    background: #fff;
}

.header-top {
    background: #fafafa;
    border-bottom: 1px solid #e5e6e9;
    margin-bottom: 25px;
}

.header-top-list {
    width: 1200px;
    margin: 0 auto;
    line-height: 1;
    text-align: center;
    font-size: 0;
}

.header-top-list-items {
    display: inline-block;
}

.header-top-list-items a {
    display: block;
    padding: 14px 11px;
    font-size: 12px;
    color: #333333;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.header-top-list-items a:hover {
    color: #de260e;
}

.header-top-list-items.first a {
    color: #5a5a5a;
}

.header-top-list-items.first a:hover {
    color: #de260e;
}

.header-top-list-items.first a span {
    padding-right: 19px;
    display: block;
    border-right: 1px solid #c8c8c8;
}

.header-center {
    margin-top: 30px;
}

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

.header-center-main-logo {
    float: left;
    width: 197px;
    height: 90px;
}

.header-center-main-logo-one {
    float: left;
    height: 100%;
}

.header-center-main-logo-one img {
    height: 100%;
}

.top-gg {
    height: 90px;
    margin-left: 8px;
    float: left;
}
.top-gg-list-1 img{
    width: 407px;
}
.top-gg-list-2 img{
    width: 319px;
}
.top-gg-list img {
    height: 100%;
}

.header-center-main-search {
    float: left;
    margin-left: 130px;
    width: 372px;
    padding-top: 10px;
}
.top-op {
    width: 230px;
    float: right;
    margin-left: 30px;
}
.top-op-set {
    text-align: center;
    margin-top: 5px;
}
.top-op-set-home i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../img/assets/home.png") no-repeat center;
    background-size: contain;
    margin-right: 8px;
}
.top-op-set-collect i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../img/assets/star.png") no-repeat center;
    background-size: contain;
    margin-right: 8px;
}
.top-op-set ul{
    display: inline-block;
}
.top-op-set li {
    float: left;
    margin-right: 30px;
}
.top-op-set li:last-child{
    margin-right: 0;
}
.top-op-set a {
    color: #525252;
    font-size: 14px;
}
.top-op-search {
    height: 40px;
    width: 230px;
    margin-top: 5px;
    position: relative;
}
.top-op-search input {
    height: 100%;
    width: 100%;
    border: 1px solid #459DF5;
    border-radius: 20px;
    padding: 0 80px 0 20px;
}
#submit-search {
    width: 65px;
    height: 40px;
    border-radius: 20px;
    background: url("../img/assets/search.png") no-repeat center;
    background-color: #2590EA;
    background-size: 20px;
    position: absolute;
    right: 0;
    top:0;
}


.header-center-main-search ::-webkit-input-placeholder {
    color: #999999;
}

.header-center-main-search :-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.header-center-main-search ::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.header-center-main-search :-ms-input-placeholder {
    color: #999999;
}

.header-center-main-share {
    float: right;
    height: 60px;
}

.header-center-main-share-items {
    float: right;
    margin-left: 4px;
    height: 100%;
    border: 1px solid #e5e6e9;
}

.header-center-main-share-items a {
    position: relative;
    display: block;
    height: 100%;
}

.header-center-main-share-items a .pic-sml {
    display: block;
    width: 78px;
    height: 37px;
}

.header-center-main-share-items a .pic-pop {
    position: absolute;
    bottom: -255px;
    right: 0;
    z-index: 20;
    display: none;
    width: 250px;
    height: 250px;
    border: 1px solid #999;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

.header-center-main-share-items a:hover .pic-pop {
    display: block;
}

.header-center-main-share-items a p {
    padding-top: 3px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #656565;
    line-height: 1;
}

.header-bottom {
    margin: 16px 0 12px 0;
    background: #1d71b1;
}

.header-bottom-list {
    width: 1200px;
    background: #1d71b1;
    margin: 0 auto;
}

.header-bottom-list-items {
    float: left;
}

.header-bottom-list-items a {
    display: block;
    padding: 0 34px;
    line-height: 45px;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: 500;
    font-size: 20px;
}

.header-bottom-list-items a:hover {
    font-weight: 900;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.public-title-styleOne {
    border-bottom: 2px solid #eaeaea;
    height: 60px;
    font-size: 22px;
    color: #333333;
}

.public-title-styleOne span {
    float: left;
    margin-bottom: -2px;
    padding-right: 20px;
    border-bottom: 2px solid #2590EA;
    line-height: 58px;
}

.public-title-styleTwo {
    font-size: 20px;
    color: #2590EA;
    height: 31px;
    line-height: 1;
    border-bottom: 1px solid #eaeaea;
}

.public-title-styleThree {
    margin-bottom: 44px;
    text-align: center;
}

.public-title-styleThree h3 {
    font-size: 35px;
}

.public-title-styleThree p {
    padding-top: 12px;
    font-size: 12px;
    color: #999999;
}

.more_element {
    text-align: center;
    margin-bottom: 34px;
}

.more_element a {
    font-size: 16px;
    color: #459DF5;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.more_element a:hover {
    color: red;
}

.advertis.style_one {
    width: 100%;
    margin-bottom: 43px;
    border: 1px solid #e6ebeb;
    border-top: 2px solid #e6ebeb;
    border-bottom: none;
    height: 125px;
}

.advertis.style_one a {
    display: block;
    width: 100%;
}

.advertis.style_one a img {
    display: block;
    width: 100%;
}
/*page-function*/
.page-function {
    position: fixed;
    right: 50px;
    top:50%;
    z-index: 1000;
}
.page-function div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.page-function li {
    width: 62px;
    height: 62px;
    background-color: #f4f8fc;
    border: 1px solid #cfe2f5;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.page-function .refresh i {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    background: url("../img/assets/refresh.png") no-repeat center;
    background-size: contain;
}
.page-function .refresh:hover i {
    background: url("../img/assets/fresh_active.png") no-repeat center;
    background-size: contain;
}
.page-function p {
    color: #5a6f84;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    white-space: nowrap;
}
.page-function li:hover p {
    color: #0a7ed4;
}
.page-function .go-top i {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    background: url("../img/assets/topicon.png") no-repeat center;
    background-size: contain;
}
.page-function  .go-top:hover  i {
    background: url("../img/assets/top_active.png") no-repeat center;
    background-size: contain;
}
/*foot*/
#foot {
    width: 1200px;
    #min-height: 252px;
    margin: 30px auto;
}

#foot .main1box {
    padding-top: 10px;
}

#foot #menu2 {
    border-bottom: 2px solid #B9B9B9;
    line-height: 40px;
    padding-left: 20px;
}
#foot #menu2 li {
    float: left;
    margin-right: 60px;
}
#foot #menu2 li a {
    font-size: 16px;
    font-weight: bold;
}
#main2 {
    margin-left: 20px;
}
#main2 .block a {
    display: inline-block;
    width: 155px;
    line-height: 35px;
    float: left;
}
#foot-border {
    border: 2px solid #BCBCBC;
}
#foot-declare {
    padding-top: 10px;
    
    background-color: #f9f9f9;
}
#zgxcw-foot {
    width: 1200px;
    margin: 0 auto;
}
#zgxcw-foot .zgxcw-footer{
    text-align: center;
}
#zgxcw-foot .zgxcw-footer ul {
    display: inline-block;
}
#zgxcw-foot .zgxcw-footer li {
    float: left;
    margin-right: 40px;
}
#zgxcw-foot .zgxcw-footer li a{
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}
#link2 {
    display: none;
}
.zgxcw-footersm p {
    text-align: center;
    line-height: 30px;
}
.zgxcw-footersm .foot-list {
    margin-top: 10px;
}
.zgxcw-footersm .foot-list li {
    float: left;
    margin: 15px;
}
.zgxcw-footersm .foot-list li:last-child {
    margin-right: 0;
}

.swiper_styleOne {
    width: 100%;
    height: 100%;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    padding: 0 150px 0 30px;
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiper_styleOne .swiper-button {
    top: 92%;
    z-index: 10;
    background-position: center center;
    background-size: 21px 36px;
    background-repeat: no-repeat;
}


.swiper_styleOne .swiper-pagination {
    text-align: right;
    line-height: 60px;
    bottom: 0 !important;
    padding-right: 35px;
}

.swiper_styleOne .swiper-pagination span {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.swiper_styleOne .swiper-pagination span.swiper-pagination-bullet-active {
    background: #459DF5;
    width: 35px;
    border-radius: 10px;
}


/*内容部分*/
.head {
    position: relative;
    margin-top: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.head-left {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.head-right {
    position: absolute;
    top: 50%;
    right: 0;
    width: 150px;
    height: 60px;
    margin-top: -30px;
}

.head-title a {
    color: #1d71b7;
    font-size: 40px;
}

.head-title a.is-active {
    color: #FE142F;
    font-size: 40px;
}

.head-subtitle {
    display: inline-block;
}

.head-subtitle li{
    float: left;
    margin-right: 35px;
}

.head-subtitle li:last-child{
    margin-right: 0;
}

.head-subtitle li a {
    color: #FE142F;
    font-size: 14px;
}
.head-right img {
    width: 150px;
    height: 60px;
}

.page-item1-left {
    float: left;
    width: 480px;
}
.page-item1-right {
    float: right;
    width: 700px;
    height: 530px;
}
.page-item1 {
    margin-top: 30px;
}
.page-item {
    margin-top: 12px;
}
.page-item-title {
    max-width: 20em;
    height: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    font-size: 22px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-item-title a {
    color: #1d71b7;
}
.page-item-title a:hover {
    color:  #f38803;
}
.page-item ul li {
    position: relative;
    padding-left: 18px;
    line-height: 35px;
    font-size: 16px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-item ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #f38803;
    border-radius: 50%;
}

.page-item ul li a {
    display: inline-block;
}

.page-item2-left {
    width: 480px;
    float: left;
}

.page-item2-left .page-item ul li {
    padding-left: 0;
}

.page-item2-left .page-item ul li:after{
    display: none;
}

.page-item2-left .page-item ul li span {
    padding: 2px;
    margin-right: 5px;
    background-color: #fe8e2f;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}
.page-item2-right {
    float: right;
    width: 700px;
    margin-top: 15px;
}
.page-item-head {
    position: relative;
    padding-left: 20px;
    font-size: 28px;
    color: #1d71b7;
}

.page-item-head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: block;
    width: 135px;
    height: 3px;
    background-color: #1d71b7;
}

.page-item-head:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 555;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #bfbfbf;
}

.page-item-head-left {
    margin-right: 14px;
    border: 3px solid #1d71b7;
    border-radius: 5px;
    font-size: 20px;
}
.page-item-resource {
    margin-top: 15px;
}
.page-item-resource li{
    position: relative;
    float: left;
    width: 230px;
    height: 160px;
    margin-right: 3px;
    position: relative;
}
.page-item2-right .page-item-resource li img {
    display: block;
    width: 230px;
    height: 160px;
}
.page-item-resource li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 35px;
    color: #fff;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-item-resource li i {
    width: 40px;
    height: 40px;
    background: url("../img/assets/video.png");
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.gg-1 {
    margin-top: 12px;
}
.gg-1 img {
    width: 100%;
    height: 100%;
}
.gg-1-left{
    float: left;
    width: 49.5%;
    height: 80px;
}
.gg-1-right{
    float: right;
    width: 49.5%;
    height: 80px;
}
.page-item-3 {
    margin-top: 15px;
}

.page-item-3 .page-item-resource li {
    width: 294px;
    height: 180px;
    margin-right: 6px;
}
.page-item-3 .page-item-resource li img {
    display: block;
    width: 294px;
    height: 180px;
}
.page-item-4 {
    margin-top: 30px;
}

.page-item-4 .page-item4l-it3 {
    padding-top: 10px;
}

.page-item4-left{
    width: 790px;
    float: left;
}
.page-item4-right {
    width: 380px;
    float: right;
}
.page-item4-lmain-headt {
    float: left;
    width: 24%;
    color: #1d71b7;
    font-size: 24px;
    padding-left: 20px;
    line-height: 45px;
    border-bottom: 3px solid #1d71b7;
    box-sizing: border-box;
}
.page-item4-lmain-headm {
    float: right;
    width: 76%;
    text-align: right;
    line-height: 45px;
    padding-right: 20px;
    border-bottom: 3px solid #bfbfbf;
    box-sizing: border-box;
}
.page-item4-main-title {
    width: 60%;
    margin: 15px auto;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 20px;
    color: #325ea2;
    overflow: hidden;
}
.page-item4-main-title a {
    font-size: 20px;
    color: #325ea2;
}
.page-iitem4-main-content p {
    font-size: 16px;
    line-height: 40px;
    text-indent:32px
}

.page-item4-lmain {
    position: relative;
    height: 252px;
    padding-bottom: 5px;
    border-bottom: 1px  dashed #bfbfbf;
}

.page-item4l-list1 {
    margin-top: 15px;
}

.page-item4l-list1-l {
    float: left;
    width: 49%;
    margin-top: 10px;
}

.page-item4l-list1-r {
    float: right;
    width: 49%;
}

.page-item4-list-contain li {
    position: relative;
    padding-left: 18px;
    line-height: 40px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-item4-list-contain li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #f38803;
    border-radius: 50%;   
}

.page-item4-list-contain li a {
    font-size: 16px;
}

.gg-2 {
    height: 90px;
    margin: 0 0 10px;
}
.gg-2 img {
    width: 100%;
    height: 100%;
}

.page-item-4 .page-item4l-it2 {
    margin-bottom: 5px;
}

.page-item4l-list1-rimg {
    margin-top: 10px;
}

.page-item4l-list1-rimg li {
    height: 70px;
    margin-bottom: 8px;
}
.page-item4l-list1-rimg:last-child {
    margin-bottom: 0;
}
.page-item4l-list1-rimg img {
    width: 100%;
    height: 100%;
}
.page-item4l-it3l {
    width: 49.5%;
    float: left;
    margin-top:10px;
}
.page-item4l-it3r {
    width: 49.5%;
    float: right;
    margin-top: 12px;
}
.page-item4l-it3l-img {
    position: relative;
    height: 200px;
    margin-top: 10px;
}
.page-item4l-it3l-img img {
    width: 365px;
    height: 100%;
}
.page-item4l-it31 ul {
    margin-top: 10px;
}
.page-item4l-it3l-img p {
    position: absolute;
    width: 365px;
    padding: 0 40px;
    bottom: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    line-height: 35px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-item4l-it3l-title {
    width: 80%;
    margin: 16px auto 10px auto;
    line-height: 35px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-item4l-it3l-title a {
    color: #1d71b7;
    font-size: 18px;
}
.page-item4l-it3r .page-item4l-it31 {
    margin-top: 10px;
    margin-bottom: 25px;
}
.page-item4-right .newspaper li {
    height: 92px;
    margin-bottom: 5px;
    border-radius: 3px;
    box-shadow:0 0 10px #f0f0f0 ;
}
.page-item4-right .newspaper li img {
    width: 100%;
    height: 100%;
}
.page-item4-right .yusuan {
    width: 98%;
    height: 55px;
    margin: 10px auto;
    background: #64c3f9;
    text-align: center;
}
.page-item4-right .yusuan a {
    font-size: 28px;
    line-height: 55px;
    color: #ff0000;
}
.page-item4-right1 {
    margin-top: 20px;
}
.page-item4-right1 .page-item4-lmain-headt {
    width: 32%;
}
.page-item4-right1 .page-item4-lmain-headm {
    width: 68%;
}
.bianmin li {
    float: left;
    width: 85px;
    height: 100px;
    text-align: center;
    margin-top: 10px;
}
.bianmin li div {
    text-align: center;
}
.bianmin li div img {
    width: 50px;
    height: 50px;
}
.bianmin li p {
    text-align: center;
    margin-top: 10px;
}
.page-item-abum .page-item-head a {
    color: #999999;
    margin-left: 10px;
}
.page-item-abum-content {
    margin-top: 15px;
    height: 410px;
}
.page-item-abuml {
    position: relative;
    float: left;
    width: 49.5%;
    height: 100%;
}
.page-item-abuml img {
    width: 100%;
    height: 100%;
}

.page-item-abuml a p {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 16px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;  
}

.page-item-abumr {
    width: 49.5%;
    height: 100%;
    float: right;
    overflow: hidden;
}


.page-item-abumr a {
    position: relative;
    float: left;
    width: 289px;
    height: 197px;
    margin: 4px;
}

.page-item-abumr img {
    display: block;
    width: 100%;
    height: 100%;
}

.page-item-abumr p {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 16px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page-item4-right .page-item4l-it31 .page-item-head {
    margin-top: 13px;
    margin-bottom: 25px;
    padding-left: 20px;
}

.swiper_styleOne .swiper-wrapper .swiper-slide a p {
    text-align: left;
}

.page-item-lmain-more {
    float: right;
    text-align: right;
    line-height: 45px;
    padding-right: 20px;
    font-size:16px;
    box-sizing: border-box;
}


/*宣网时评*/
.zgxcw-xwsp { 
    height: 72px; 
    margin-top: 18px;
    background: #f5f5f5; 
}
.zgxcw-xwspbj { 
    float: left; 
    height: 72px; 
    background: url(../images/xwspbj.jpg) no-repeat;
}
.zgxcw-xwspbj h1 {
    float: left; 
    width: 50px; 
    height: 72px;  
    line-height: 36px; 
    margin-left: 15px; 
    *margin-left: 10px; 
    text-align: center;
    font-size: 18px; 
}
.zgxcw-xwspbj a { 
    color: #305798;
}
.zgxcw-xwspbj a:hover {
    color: #ff9724;
    text-decoration: none;
}
.zgxcw-xwspwz {
    float: right;
    width: 1110px; 
}
.zgxcw-xwspwz ul { 
    width: 1108px; 
    height: 60px; 
    margin-left: 4px;
}
.zgxcw-xwspwz ul li {
    width: 240px; 
    float: left; 
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/**宣网时评**/
.zgxcw-xwsd{ width:1200px; float:left; margin-top:15px;}
.zgxcw-xwsdl{width:630px;  float:left; }
.zgxcw-xwsdr{width:360px;  float:left; margin-left:12px;}
.zgxcw-xwsdld{ width:630px; float:left;}
.zgxcw-xwsdldbj{width:630px;height:40px; float:left; background:url(../images/xwsdbj.jpg) no-repeat;}
.zgxcw-xwsdldbj h2{ width:100px; height:40px; line-height:40px; text-align:center; font-size:20px; margin-left:10px; display:block; float:left;}
.zgxcw-xwsdldbj h2 a{ color:#305798;}
.zgxcw-xwsdldbj h2 a:hover{color:#ff9724;text-decoration:none;}
.zgxcw-xwsdld h1{width:630px;  line-height:40px; text-align:center; font-size:16px; display:block; float:left;}
.zgxcw-xwsdld h1 a{color:#305798;}
.zgxcw-xwsdld h1 a:hover{color:#ff9724;text-decoration:none;}
.zgxcw-xwsdldbj span{width:70px; display:block; float:right; line-height:40px; font-size:14px; font-weight:bold;}
.zgxcw-xwsdld p{ width:630px;float:left;  line-height:30px; text-indent:2em; border-bottom:#CCCCCC 1px dashed;}
.zgxcw-xwsdld ul{ width:630px; margin-top:15px; display:block; float:left;}
.zgxcw-xwsdld ul li{background:url(../images/d.jpg) 0px 14px no-repeat; padding-left:15px; width:295px; *width:290px; float:left; line-height:34px; margin-left:5px;}
.zgxcw-xwgd{ width:630px; margin-top:15px; float:left;}
.zgxcw-xwgdwz{width:310px;  float:left; display:block;}
.zgxcw-xwgdwz ul{ width:310px;}
.zgxcw-xwgdwz li{ background:url(../images/d.jpg) 0px 14px no-repeat; padding-left:15px; width:295px; float:left; line-height:34px;}
.zgxcw-xwgdtp{ width:310px; display:block; float:left; margin-top:8px;margin-left:9px; }
.zgxcw-xwgdtp li{width:310px; float:left; margin-top:5px; }
.zgxcw-xwgdtp li img{width:310px; *height:55px;    height:58px; }
.zgxcw-xczj{ width:340px; float:right; }



/* 新加样式 */
.recordlist .item {
  position: relative;

}

.recordlist .item::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #f64e43;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -10px;

}

.recordlist .item::after {
  content: '';
  width: 1px;
  background: #f64e43;
  position: absolute;
  left: -8px;
  top: 20px;
  bottom: -6px;
}