﻿
.subject {
    width: 100%;
}
.tc ul{
    display: none;
}
.column {
    text-align: left;
    background-color: white;
}

.slideshow {
    width: 100%;
    height: 280px;
    padding: 5px;
    /*margin: 0 auto;*/
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.banner .list {
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -100%;
    overflow: hidden;
}

.banner .list.active {
    transition: 1s;
}

.banner .list li {
    width: 10%;
    height: 100%;
    position: relative;
    float: left;
}

.banner .list li img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: 1s;
	object-fit: cover;
	object-position: center;
}

.banner .list li img:hover {
    transform: scale(1.02);
}

.banner .list li p {
    position: absolute;
    bottom: 0;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    padding-right: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    text-indent: 10px;
}

.banner .listIndex {
    position: absolute;
    right: 10px;
    bottom: 13px;
    height: 10px;
    z-index: 10;
}

.banner .listIndex li {
    width: 10px;
    height: 100%;
    background: #999999;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
}

.banner .listIndex li.active {
    background: #ffffff;
}

.box {
    width: 100%;
	padding: 10px;
}

.titled {
    height: 42px;
    line-height: 40px;
    display: inline-block;
    color: #d1403d;
padding: 0 ;
    border-bottom: 3px solid #d1403d;
    font-size: 16px;
    font-weight: bold;
}

.titled a {
    color: #d1403d;
display: inline-block;
}

.title {
    height: 42px;
    line-height: 40px;
    display: inline-block;
padding: 0 1px;
}

.title a {
display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.more {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}

.more a {
    font-size: 15px;
    color: #999;
}

.box .hd {
    border-bottom: #999999 solid 1px;
}

.date {
    float: right;
    font-size:15px;
}

/* 部门新闻 */
.box .bd {
    /* padding-top: 8px; */
}

.box .topicList .t {
    border-bottom: 1px dotted #ccc;
}

.box .topicList .t .newstitle {
	width: auto;
	height: 50px;
	line-height: 50px;
    font-size: 20px;
    color: #e34d0c;
    text-align: center;
}

.box .topicList .t .newstitle a {
    color: #e34d0c;
}

.box .topicList .news_line {
    
    height: 36px;
    line-height: 36px;
    font-size: 18px;
}

.box .topicList .news_line a {
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 通知公告 */

.notice{
    width: 100%;
    margin: 10px auto;
    background-color: #FFFFFF;
}

.noticeBox {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 13px 15px 17px 0px;
    padding-left: 10px;
    overflow: hidden;
}

.noticeBox .hd {
    width: 64px;
    height: 64px;
    float: left;
    background-color: #a42824;
    border-radius: 5px;
}

.noticeBox .hd h3 {
    margin: 13px 12px 0;
    font-size: 18px;
    line-height: 20px;
    color: white;
}

.noticeBox .hd h3 a {
    color: white;
}

.noticeBox .bd {
    overflow: hidden;
}

.noticeBox .infoList {
    overflow: hidden;
}

.noticeBox .infoList li {
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    color: white;
    border-bottom: none;
    /* background: url(../images/icons.png) 0px -131px no-repeat; */
}

.noticeBox .infoList li a {
    color: #000000;
    font-size: 18px;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.noticeBox .infoList li a:hover {
    color: #ddd;
}

.noticeBox .infoList li .date {
    color: #000000;
	float: left;
}

.content_box1 {
    width: 100%;
   background-color: white;
padding:0  10px;
}

.content_box1 .hd {
    border-bottom: #999999 solid 1px;
}

.content_box1 .bd {
    padding-top: 8px;
}

.content_box1 .topicList .news_line {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
}

.content_box1 .topicList .news_line a {
    float: left;
	width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.letterBox {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    /*background: url("../images/xiexin.jpg") no-repeat;*/
}

.letterBtn{
    position: absolute;
    top: 17px;
    left: 12px;
    z-index: 999;
}
.letterBtn a{
    width: 160px;
    height: 50px;
    float: left;
}


.xxxz,
.wyxx{
    margin-right: 10px;
}
.xxxz,
.xjcx{
    margin-bottom: 10px;
}

.content_box2 {
    width: 100%;
}

/*  content_box2通用样式*/
.indBox,
.service {
 background-color: white;
    overflow: hidden;
    width: 100%;
 margin-bottom: 10px;
}

.content_box2 .hd {
padding: 15px 0;
    line-height: 29px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background: url(../images/indBoxHd.png) left center repeat-x;
}

.content_box2 .hd a:hover {
    text-decoration: none;
}

.content_box2 .hd h3 {
    display: inline-block;
    _display: inline;
    width: auto;
    height: 29px;
    line-height: 29px;
    padding: 0 5px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
}

.content_box2 .hd h3 a {
    display: inline-block;
    _display: inline;
    width: auto;
    height: 29px;
    line-height: 29px;
    padding: 0 20px;
    font-size: 18px;
    color: white;
    background-color: #d1403d;
}

.content_box2 .hd h3 a:hover {
    background-color: #ba2623;
}

/* 信息公开 */
.xxgk {

}

.xxgk_ul {
    overflow: hidden;
}

.xxgk_ul li {
	width: 50%;
    height: 60px;
	line-height:60px ;
    float: left;
    margin: 10px 0px;
	padding:0px 10px ;
	display: inline;
}

.xxgk_ul li a {
    position: relative;
    z-index: 1;
    display: block;
    height: 59px;
    line-height: 59px;
    padding-left: 40px;
    font-size: 16px;
    background-color: #f1f1f1;
}

.xxgk_ul li a .icon {
    position: absolute;;
    left: 18px;
    top: 18px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    overflow: hidden;
    background: url(../images/indXxgkIcon.png) center top no-repeat;
}

.xxgk_ul li a {
    text-decoration: none;
    color: black
}

.xxgk_ul li a:hover {
    color: #999999
}

.service_box {
    overflow: hidden;
	width: 100%;
	text-align: center;
padding-bottom:10px;
}

.service_box .box_hd {
    width: 100%;
    margin: 0px auto;
}

.service_box .box_hd img{
    width: 90%;
}

.imageNews {
    overflow: hidden;
    margin: 15px auto;
    padding: 12px 10px;
    width: 100%	;
    background-color: white;
}

.imageNews .more {
    margin-top: 10px;
    margin-right: 10px;
}

.imageNews .hd {
    border-bottom: 1px solid #b2b2b2;
}

.imageNews .bd {
    padding: 15px 0;
    margin: 0 auto;
    overflow: hidden;
}

.photoList {
    overflow: hidden;
}

.photoList li {
    float: left;
	width: 50%;
	text-align: center;
	margin: 10px 0px;
}

.photoList li:last-child {
    margin-right: 0px;
}


/*.photoList .last {*/
    /*margin-right: 0px;*/
/*}*/

.photoList li .image_news_title {
    width: 270px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 14px;
}

.photoList li .image_news_title a {
    float: left;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.photoList li .image_news_title a:hover {
    color: #e94f52;
}

.photoList li .titleBg {
    display: none;
}

.pic img{
    width: 90%;
    height: 60px;
}
