.new2 {
    line-height: 24px;
    border-bottom: 1px dashed #dedede;
    font-size: 12px;
    word-break: break-word;
    padding: 10px 0 10px 0;
}

.newList img, .newq {
    float: left;
}

.newList img {
    width: 35%;
    height: auto;
}

.newList {
    overflow: hidden;
    border-bottom: 1px dashed #dedede;
    position: relative;
    margin-top: 18px;
    padding-bottom: 18px;
}

.newq p {
    font-size: 24px;
    color: #4a5763;
}

.newq ul li {
    float: left;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
}

    .newq ul li.one {
        background: url("../image/new1.png") no-repeat left;
    }

    .newq ul li.two {
        background: url("../image/new2.png") no-repeat left;
        margin-left: 15px;
    }

    .newq ul li.three {
        background: url("../image/new3.png") no-repeat left;
        margin-left: 15px;
    }

.newq li span {
    font-weight: 700;
    padding-left: 28px;
}

.newq .duan, .newDE p.zz {
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 23px;
}

.m {
    color: #d50080;
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 12px;
}

.newDE p.bt {
    font-size: 24px;
    line-height: 35px;
    margin-top: 15px;
}

.mapLeft, .mapRight {
    margin-top: 30px;
    float: left;
}

.mapRight {
    width: 53.6%;
    height: auto;
    border: 1px solid #eee;
    text-align: center;
    margin-left: 6%;
}

    .mapRight img {
        width: 100%;
        height: auto;
        margin-top: 1%;
    }

.mapLeft {
    width: 40%;
}

.bl {
    font-size: 13px;
    font-weight: 700;
    padding-right: 5px;
}

.mapLeft p {
    line-height: 25px;
}

.mapLeft .yx {
    color: #d50080;
    font-size: 12px;
}

.nindex1 {
    position: relative;
    margin-top: 30px;
}

    .nindex1 p.tit {
        font-size: 15px;
        font-weight: bold;
        color: white;
    }

        .nindex1 p.tit a {
            color: white;
        }

.nindexCon {
    border: 1px solid #eee;
    padding-bottom: 20px;
}

    .nindexCon p {
        line-height: 23px;
        padding-left: 20px;
        padding-top: 13px;
    }
/*.nindex1 img{position: relative;left: -5px;width: 102%}*/

/*新闻主頁的轮播图代码*/
.flexslider {
    margin-top: 18px;
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

    .flexslider .slides li {
        width: 100%;
    }

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../image/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    background: url(../image/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }

.flexslider .slides a img {
    width: 100%;
    display: block;
}

/*轮播图详细介绍展示*/
.PTBannerShortContent {
    width: 100%;
    display: block;
    z-index: 1001;
    position: absolute;
    bottom: 0px;
    height: 0px;
    background-color: rgba(0,0,0,.5);
    word-wrap: break-word;
    line-height: 2em;
    cursor: pointer;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.PTTitle {
    width: 100%;
    height: 30px;
    line-height: 35px;
    padding-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

    .PTTitle span {
        width: 100%;
        font-size: 20px;
        padding-left: 15px;
    }

    .PTTitle a {
        font-size: 16px;
        font-family: Arial;
        color: white;
    }

.PTBannerContent span a {
    color: white;
}

.PTBannerContent {
    padding: 5px;
    width: 100%;
    height: 27px;
    padding-left: 15px;
    /*overflow: hidden;*/
    /*word-wrap: break-word;*/
    text-overflow: ellipsis;
    line-height: 20px;
}

.PTTitle a:hover {
    color: #14b2b2;
}

.newq a:hover {
    color: #14b2b2;
}
