.title{
    position: relative;
    height: 130px;
}
.title .title-text{
    width: 140px;
    font-size: 28px;
	line-height: 44px;
    color: #000;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.active{
    font-weight: bold;
}
.title .active::after{
    content: "";
    display: block;
    width: 100%;
	height: 10px;
    background-color: #ff7800;
    margin-top: -12px;
}

.title-more{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 55px;
    height: 22px;
    border: solid 1px #c2c2c2;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    text-align: center;
}
a.title-more:hover {
    color: #b81500;
    border: 1px solid #b81500;
}

.w33{
    width: calc(33.33% - 30px);
}
.mrleft45{
    margin-left: 45px;
}
.bgf4f2f2{
    background: #f4f2f2 ;
}
/* ********************************************** */



/* ********************************************** */
.banner{
min-width: 1200px;
}


.banner>div{
    width:98% !important;
}
.banner table{
    height: auto !important;
    width: 100% !important;
    min-width: 1200px !important;
}
.banner table td>div {
    height: auto !important;
    width: 100% !important;
    min-width: 1200px !important;
    position: relative;
}

#u_u2_div {
    height: auto !important;
    width: 100% !important;
    min-width: 1200px !important;
    
}

img#u_u2_pic {
    height: auto !important;
    width: 100% !important;
    min-width: 1200px !important;
display: block;
}
div#u_u2_imgdiv {
    padding: 0 !important;
}
.banner table td>div>div:nth-child(2){
    width: 100% !important;
    min-width: 1200px !important;
    height: 16px !important;
    top: -30px !important;
    display: flex;
    justify-content: center;
}

.banner a.imagechangenews_fnode:link, a.imagechangenews_fnode:visited {
    display: inline-block !important;
    width: 15px !important;
    padding: 0 !important;
    color: rgba(0,0,0,0) !important;
    background-color: #fff !important;
    border-radius: 50%;
    margin-left: 15px;
}
.banner a.imagechangenews_fnode:active, a.imagechangenews_fnode:hover {
    background-color: #fff !important;
}

.banner a.imagechangenews_pnode:link, a.imagechangenews_pnode:visited {
    padding: 0 !important;
    display: inline-block !important;
    width: 15px !important;
    padding: 0 !important;
    color: rgba(0,0,0,0) !important;
    background-color: rgba(255,255,255,.3);
    border-radius: 50%;
    margin-left: 15px;
}
/* ********************************************** */



/* ********************************************** */
/* 新闻中心 图片新闻*/
.mainNews{
    position: relative;
}

.news-list{
    width: calc(100% - 735px);
    float: right;
    margin-top: -17px;
}
.news-list li{
    padding: 15px 0;
    border-bottom: 1px solid #c2c2c2;
}
.news-list li .date{
    float: left;
    width: 100px;
    border-right: 1px solid #c2c2c2;
    padding-right: 20px;
    box-sizing: border-box;
}
.news-list li .date .day,.news-list li .date .years{
    display: block;
    color: #999;
    text-align: center;
}
.news-list li .date .day{
    font-size: 30px;
    line-height: 50px;
    color: #b81500;
}
.news-list li .date .years{
    font-size: 16px;	
    line-height: 20px;
}
.news-list li .text{
    float: right;
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 20px;
}
.news-list li .text span{
    display: block;
	font-size: 18px;
	line-height: 28px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.news-list li .text p{
    margin-top: 8px;
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list li:hover .text span{
    color: #b81500;
}
.picNews{
    width: 665px;
    height: 395px;
    background-color: #b81500;
    position: absolute;
    top: 130px;
}


.news-list li .sj{
    display: none;
}
/* ********************************************** */



/* ********************************************** */ 
/*通知公告*/
.tzgg{
    min-width: 1200px;
}
.padbtm70{
    padding-bottom: 70px;
}
.tz-list li{
    float: left;
    width: calc(33.33% - 40px);
    margin-left: 60px;
}
.tz-list li:first-child{
    margin-left:0;
}
.tz-list li .date{
    float: left;
    width: 60px;
    height: 62px;
    background: url("../img/timeBg.png") no-repeat;
    background-position: 0 0;
    text-align: center;
}
.tz-list li .date .day{ 
    font-size: 32px;
    line-height: 40px;
    color: #b81500;
}
.tz-list li .date .years{
    font-size: 14px;
	color: #999;
}
.tz-list li a{
    float: left;
    width: calc(100% - 60px);
    height: 56px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000000;
    box-sizing: border-box;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tz-list li:hover a{
    color: #b81500;
}

.tz-list li .sj{
    display: none;
}
/* ********************************************** */



/* ********************************************** */
.title ul{
    width: 620px;
    font-size: 30px;
	line-height: 44px;
    color: #000;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.title ul li{
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}
.title ul li::before{
    content: "";
    display: block;
    width: 1px;
	height: 22px;
    background-color: #666666;
    transform: rotate(7deg);
    position: absolute;
    top: 10px;
}
.title ul li:first-child::before{
    display: none;
}
.title ul .active::after{
    margin-left: 6px;
}


.my-list li{
    float: left;
    width: calc(50% - 40px);
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    position: relative;
    border-bottom: 1px dashed #c2c2c2;
}
.my-list li::before{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
	height: 8px;
	background-color: #c2c2c2;
    top: 21px;
}
.my-list li:nth-child(2n){
    margin-left: 80px;
}
.my-list li a{
    float: left;
    width: calc(100% - 130px);
    font-size: 16px;
    padding-left: 18px;
    box-sizing: border-box;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-list li span{
    float: right;
    width: 130px;
    text-align: center;
    font-size: 16px;
	color: #999;
}
.my-list li:hover a,.my-list li:hover span{
    color:#b81500;
}
.my-list li:hover::before {
    background-color: #b81500;
}
/* ********************************************** */


/* ********************************************** */
.gzzd{
    background: url("../img/gzzdBg.png") no-repeat;
    background-size: cover;
    height: 420px;
    min-width: 1200px;
}
.gz-list li{
    float: left;
    width: calc(33.33% - 20px);
    background-color: #fff;
	box-shadow: 0px 3px 10.8px 1.2px 
		rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 30px;
    margin-left: 30px;
}
.gz-list li:first-child{
    margin-left: 0;
}
.gz-list li span{
    display: block;
    font-size: 18px;
	line-height: 28px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.gz-list li .xian{
    border: solid 1px #c2c2c2;
    margin: 15px 0;
}
.gz-list li p{
    height: 66px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.gz-list li:hover{
    background-color: #b81500;
}
.gz-list li:hover .xian{
    border-color: #fff;
}
.gz-list li:hover span,.gz-list li:hover p{
    color: #fff;
}
/* ********************************************** */



/* ********************************************** */
.my-link div{
    float: left;
    width:90px;
    line-height: 50px;
    font-size: 16px;
	letter-spacing: 2px;
	color: #000000;
}
.my-link ul{
    float: left;
    width: calc(100% - 90px);
}
.my-link ul li{
    float: left;
    padding: 0 25px;
    
}
.my-link ul li a{
    display: block;
    font-size: 16px;
	letter-spacing: 2px;
	color: #000000;
    text-align: center;
    line-height: 50px;
}

.my-link ul li:hover a{
    text-decoration: underline;
}