/*-----------------通知公告------------*/

.tzgg {
    margin-bottom: 3%
;}

.tzgg ul li {
    background: url(xian2.png) repeat-x bottom;
    padding-bottom: 3%;
    margin-top: 3%
;}

.tzgg ul li span {
    display: block;
    width: 122px;
    height: 25px;
    text-indent: 30px;
    background: url(news-bg.jpg) no-repeat;
    line-height: 25px;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
    color: #515151
;}

.tzgg ul li h3 {
    font-size: 1.15em;
    margin-top: 10px;}

.tzgg ul li p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;}


/*------------------内容页-------------------*/

.content>h1 {
    text-align: center;
    background: url(xian2.png) repeat-x bottom;
    font-size: 28px;
    padding: 3% 0
;}

.content-t span {
    color: #666;
    margin-right: 3%;
    min-width: 150px;
;}

.share {
    width: 25%;}

.share a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url(icon.png) no-repeat;
    margin-left: 10%
;}

.share a.a1 {
    background-position: -12px -210px
;}

.share a.a1:hover {
    background-position: -11px -238px
;}

.share a.a2 {
    background-position: -65px -210px
;}

.share a.a2:hover {
    background-position: -65px -239px
;}

.share a.a3 {
    background-position: -115px -210px
;}

.share a.a3:hover {
    background-position: -115px -239px
;}

.share a.a4 {
    background-position: -173px -210px
;}

.share a.a4:hover {
    background-position: -173px -239px
;}

.content p {
    font-size: 16px;
    line-height: 30px;}

.content-t .big,
.content-t .zh,
.content-t .small {
    cursor: pointer
;}


/*------------------列表页-------------------*/

.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;}

.slideBox .bd img {
    display: block;}

.slideBox .bd .news-banner-txt {
    width: 80%;
    position: absolute;
    bottom: 5%;
    left: 2.5%;
    z-index: 110;}

.slideBox .bd .news-banner-txt span {
    font-family: "Arial";
    color: #fff;}

.slideBox .bd .news-banner-txt a {
    color: #fff;
    font-size: 1.65em;}

.slideBox .bd .news-banner-txt p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;}

.bg {
    width: 100%;
    background: url(banner-bg.png) repeat-x;
    z-index: 109;
    height: 11em;
    position: absolute;}

.bg {
    width: 100%;
    left: 0;
    bottom: 0;}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    right: 11%;
    bottom: 10%;
    display: block;
    width: 50px;
    height: 50px;
    background: url(prev2.png) no-repeat;}

.slideBox .next {
    left: auto;
    right: 4%;
    background: url(next2.png) no-repeat;}

.news-list {
    margin-bottom: 3%
;}

.news-list ul li {
    float: left;
    width: 31%;
    margin-top: 3%;
    box-shadow: 3px 3px 5px #dedede;
    border: 1px solid #e9e9e9;
    margin-bottom: 1%;
    padding-bottom: 1.5%;
    margin-right: 3.2%;
    /* margin-right: 2%/9; */
    min-height: 300px;
    max-height: 300px;
    overflow: hidden
;}

.news-list ul li:first-child+li+li {
    margin-right: 0px;}

.news-list ul li:first-child+li+li+li+li+li {
    margin-right: 0px;}

.news-list ul li:first-child+li+li+li+li+li+li+li+li {
    margin-right: 0px;}

.news-list ul li a img {
    width: 100%;
    display: block
;}

.news-list ul li .txt span {
    font-family: "Arial";
    display: block;
    text-indent: 10px;
    color: #959595
;}

.news-list ul li .txt em {
    font-style: normal;
    color: #276fc0
;}

.news-list ul li .txt h3 {
    border-left: 7px solid #276fc0;
    font-size: 1.25em;
    padding-left: 3%;
    line-height: 1.75em
;}

.news-list ul li .txt p {
    padding: 3%;
    color: #666;
    line-height: 1.45em
;}