body{
	background: #f7f6f4;
}

/*搜索*/
.search{
	background: #fff;
	border-radius: 10px;
	width: 950px;
	margin:0 auto;
	padding:20px 45px;
	box-shadow: 0 0 5px #e0e0e0;
	position: relative;
	transform: translateY(-50%);
	z-index: 99999;
	margin-bottom:-50px;
}
.search>p{
	color:#333;
	font-weight: bold;
}
.search>p>a{
	margin:10px;
	position: relative;
	cursor: pointer;
	padding:5px 0;
}
.search>p>a:hover{
	color:#c72226;
}
.search>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin-top:20px;*/
}
.search input{
	width: 690px;
	height: 55px;
	border-radius: 30px;
	background: #f2f2f2;
	padding: 15px 30px;
	font-size: 1em;
	color: #333;
}
#search-keyword{
	margin-right: 20px;
}
.search .btn{
    height: 55px;
    width: 170px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    background: #c72226;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 15px;
}
/*公示公告*/
.notice{ width:1200px;margin:20px auto;  overflow:hidden; position:relative; border-bottom: 2px solid #c80000;}
.notice .bd>img{
	float: left;
	width: 28px;
	margin-right:10px;
	justify-content: center;
}
.notice .hd{ overflow:hidden; padding:0 10px;  }
.notice .hd .prev,.notice .hd .next{ 
	display:block;  
	width:9px; 
	height:5px; 
	float:right; 
	margin-right:5px; 
	margin-top:10px;  
	overflow:hidden;
	cursor:pointer; 
	background:url("../images/arrow.png") 0 -100px no-repeat;
}
.notice .hd .next{ background-position:0 -140px;  }
.notice .hd .prevStop{ background-position:-60px -100px;  }
.notice .hd .nextStop{ background-position:-60px -140px;  }
.notice .bd{ padding:15px;  }
.notice .infoList li{ height:24px; line-height:24px;margin-left: 20px;   }
.notice .infoList li .date{ float:right; color:#696969; font-size: 14px; }
.notice .infoList li a{
	color:#000; 
    font-size: 14px;
}
.notice .bd h3{
	float: left;
    color: #c72226;
    font-size: 21px;
    font-weight: normal;
}
.mainTab{
	width: 1200px;
	margin:20px auto 0;
	overflow: hidden;
}
.mainTab .leftTab {
    width: 215px;
    height: 400px;
    background: #f7f6f4;
    float: left;
    border:1px solid #ddd;
    border-radius: 20px;
}
.mainTab .leftTab .active {
    background: #c72226;
    color: #fff;
}
.mainTab .leftTab ul li:first-child {
    border-top: 0;
}

.mainTab .leftTab li {
	display: block;
    width: 215px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 20px;
    color: #000;
    font-size: 18px;
    cursor: pointer;
}
.mainTab .leftTab ul .active.zxzx a {
    background: url(../images/icon_zxzx2.png) no-repeat;
    background-position: 33px center;
    color: #fff;
}
.mainTab .leftTab ul .active.ztzl a {
    background: url(../images/icon_ztzl2.png) no-repeat;
    background-position: 33px center;
    color: #fff;
}
.mainTab .leftTab ul .active.mtjz a {
    background: url(../images/icon_mtjz2.png) no-repeat;
    background-position: 33px center;
    color: #fff;
}
.mainTab .leftTab ul .active.ghsp a {
    background: url(../images/icon_ghsp2.png) no-repeat;
    background-position: 33px center;
    color: #fff;
}
.mainTab .leftTab ul .zxzx a {
    background: url(../images/icon_zxzx.png) no-repeat;
    background-position: 33px center;
    color: #c72226;
}
.mainTab .leftTab ul .ztzl a {
    background: url(../images/icon_ztzl.png) no-repeat;
    background-position: 33px center;
    color: #c72226;
}
.mainTab .leftTab ul .mtjz a {
    background: url(../images/icon_mtjz.png) no-repeat;
    background-position: 33px center;
    color: #c72226;
}
.mainTab .leftTab ul .ghsp a {
    background: url(../images/icon_ghsp.png) no-repeat;
    background-position: 33px center;
    color: #c72226;
}
.mainTab .leftTab  a {
    display: block;
}
.mainTab .rightTab {
    float: right;
    width: 980px;
    background: #f7f5f3;
    min-height: 400px;
    height: 400px;
    overflow: hidden;
}
.meiti{
    height: 400px;
    overflow-y: auto;
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}
.rect_part {
    position: relative;
    /* padding-left: 60px; */
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
}
.rect_part .item {
    width: 115px;
    height: 130px;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
    transition: all 0.4s;
    margin-left: 34px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.rect_part .item:hover .hover_erweima{
    opacity:1;
}
.rect_part .item>img {
    width: 60px;
    height: 60px;
}
.rect_part .item>p {
    font-size: 0.8em;
    color: #333;
    text-align: center;
    line-height: 1.5;
}
.hover_erweima {
    position: absolute;
    width: 118px !important;
    height: 118px !important;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}
.data_part{
    background: #fff;
}
.data_part ul{
    overflow: hidden;
}
.data_part ul li{
    float: left;
    width: 33.3%;
    text-align: center;
}
.data_part ul li p{
    font-weight: bold;
}
.mainTab_banner {
    width: 450px;
    height: 400px;
    position: relative;
    overflow: hidden;
    float: left;
}
.mainTab_banner .img {
    width: 8000px;
    position: absolute;
    left: 0px;
    top: 25px;
}
.mainTab_banner .img li {
    float: left;
    position: relative;
    width: 450px;
}
.mainTab_banner .img img {
    width: 450px;
    height: 300px;
}
.mainTab_banner .img .imgspan {
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 38px;
    color: #FFFFFF;
    line-height: 38px;
    text-indent: 10px;
}
.mainTab_banner .img h3 {
    font-weight: normal;
    color: #000;
    font-size: 16px;
    height: 38px;
    border-bottom: 1px solid #cecece;
    font-weight: bold;
}
.mainTab_banner .img h3:hover{
    color:#c72226;
}
.mainTab_banner .img h3 a{
	text-overflow: ellipsis;
    white-space: nowrap;
    width: 446px;
    display: inline-block;
    float: left;
    overflow: hidden;
}
.mainTab_banner .img div.detail {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    margin-top: 26px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 446px;
}
.mainTab_banner .img .date {
    font-size: 12px;
    color: #b8b8b8;
}
.mainTab_banner .num {
    position: absolute;
    width: 100%;
    bottom: 204px;
    left: 0px;
    text-align: center;
    font-size: 0px;
}
/*新闻轮播*/
.mainTab_banner .hd{
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 190px;
    bottom: 80px;
    z-index: 1;
}
.mainTab_banner .hd ul{
    overflow: hidden;
}
.mainTab_banner .hd ul li{
    float:left; 
    margin:4px;
    border-radius: 2px;  
    width:8px; 
    height:8px; 
    line-height:6px; 
    text-align:center; 
    background:#fff; 
    cursor:pointer;
    border-radius: 50%;
}
.mainTab_banner ul li.on{ 
    background:#f00; 
    color:#fff; 
}
.rightTab .rightcontent .tabList {
    float: left;
    width: 468px;
    margin-left: 25px;
}
.rightTab .rightcontent .tabList .hd {
    overflow: hidden;
    height: 45px;
    border-bottom: 1px solid #cdcdcd;
}
.rightTab .rightcontent .tabList .hd li {
    float: left;
    width: 88px;
    margin-left: 52px;
    text-align: center;
    line-height: 24px;
    height: 44px;
    cursor: pointer;
}
.rightTab .rightcontent .tabList .hd ul li.on {
    color: #c72226;
    border-bottom: 2px solid #c72226;
}

.rightTab .rightcontent .tabList .hd a {
    display: block;
    font-size: 17px;
    font-weight: bold;
}
.rightTab .rightcontent .tabList .bd .zhuan1, .rightTab .rightcontent .tabList .bd .zhuan2, .rightTab .rightcontent .tabList .bd .zhuan3, .rightTab .rightcontent .tabList .bd .zhuan4{
    margin: 0 !important;
}
.rightTab .rightcontent .tabList .bd ul{
    height: 340px;
    overflow: hidden;
}
.rightTab .rightcontent .tabList .bd li {
    font-size: 14px;
    color: #000;
    line-height: 46px;
    border-bottom: 1px dashed #9a9a9a;
    margin-bottom: 15px;
    overflow: hidden;
}

.rightTab .rightcontent .tabList .bd li img {
    margin-right: 10px;
    vertical-align: middle;
    float: left;
}
.rightTab .rightcontent .tabList .bd li a {
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 348px;
    display: inline-block;
    float: left;
    overflow: hidden;
}
.rightTab .rightcontent .tabList .bd li span{
	left: right;
}
.list_two {
    width: 956px;
}
.rightTab .rightcontent .tabList .list li {
    font-size: 14px;
    color: #696969;
    line-height: 46px;
    border-bottom: 1px dashed #9a9a9a;
}
.list ul li {
    position: relative;
}
.rightTab .rightcontent .tabList .list li a {
    color: #696969;
}
.rightTab .rightcontent .tabList .list li img {
    margin-right: 10px;
    vertical-align: middle;
}
.list_two ul li img {
    width: 100%;
}
.list_two ul li {
    width: 455px;
    height: 102px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
    border: 0 !important;
}
.list_two .more {
    width: 100%;
    display: inline-block;
    line-height: 100px;
    background-color: #ebeae8;
    margin-left: 15px;
    text-align: center;
    font-size: 16px;
    color: #c72226!important;
}
/*媒体矩阵*/
.rightTab .hot_title {
    text-align: center;
    background: #ffffff;
    padding: 15px 0;
    width: 100%;
    color: #c72226;
    margin: 0 auto;
}
table {
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
}
table thead tr {
    background: #f8f8f8;
    height: 27px;
    color: #666666;
    margin: 10px 0;
}
table tr {
    background: #fdfdfd;
    height: 50px;
    line-height: 200%;
    border-top: 5px solid #ffffff;
}
table tr td, table tr th {
    text-align: center;
    font-size: 14px;
}
table tr {
    background: #fdfdfd;
    height: 50px;
    line-height: 200%;
    border-top: 5px solid #ffffff;
}
table tr td, table tr th {
    text-align: center;
    font-size: 14px;
}
.img-box{
    overflow: hidden;
}
.img-box .img1 {
    width: 21px;
    height: 100%;
    float: left;
    margin-left: 24px;
}
.img-box .img2 {
    width: 21px;
    float: left;
    height: 21px;
    margin: 5px 5px 0;
}
.img-box .img3{
    float: left;
    text-align: left;
}
/*工会视频*/
.list_four {
    width: 954px;
    overflow: hidden;
}
#con-four-1 li, #con-four-2 li, #con-four-3 li {
    text-align: center;
}
.list_four ul li {
    float: left;
    width: 231px;
    padding:10px;
    border: 0 !important;
}
.rightTab .rightcontent .tabList .list li a {
    color: #696969;
}
.rightTab .rightcontent .tabList .list li img {
    margin-right: 10px;
    vertical-align: middle;
}
.list .icon-video {
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    background: url(../images/icon-video.png) 0 0 no-repeat;
}
/*服务平台*/
.foot_fw{
	overflow: hidden;
}
.ghfw {
    width: 1200px;
    margin: 10px auto 0;
    background: #f7f5f3;
}
.ghfw .gfwf_title, .yqlj .yqlj_title {
    padding: 34px 15px 15px 15px;
    border-bottom: 2px solid #c72226;
}
.ghfw .gfwf_title h3{
    color: #c72226;
    font-size: 21px;
    font-weight: normal;
}
.ghfw .gfwf_title img{
	float: left;
    width: 28px;
    margin-right: 10px;
    justify-content: center;
}
.ghfw .ghfw_ul {
    overflow: hidden;
    margin-top: 40px;
}
.ghfw .ghfw_ul li {
    float: left;
    margin-left: 23px;
    margin-bottom: 15px;
}
.ghfw .ghfw_ul li:first-child{
	margin-left:0px;
}
.ghfw .ghfw_ul li img{
    width: 180px;
    border-radius: 10px;
}

/*工会视频*/
.MVslideTxtBox .hd ul{
    overflow: hidden;
}
.MVslideTxtBox .hd ul li{
    float: left;
    margin-left: 10px;
    margin-right: 30px;
}
.MVslideTxtBox .hd ul li.on{
    color: #c72226;
    border-bottom: 2px solid #c72226;
}
.MVslideTxtBox .hd ul li a{
    font-size: 17px;
    font-weight: bold;
}
.MVslideTxtBox .bd ul{
    overflow: hidden;
}
.MVslideTxtBox .bd ul li{
    float: left;
    width: 230px;
    padding:10px;
    font-size: 14px;
    text-align: center;
}
.MVslideTxtBox .bd ul li p{
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 210px;
    overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
}
.mainTab .rightTab{
    overflow-y: auto;
}
/*工会专题2025年6月25日*/
.rightTab .rightcontent .tabList .list li img {
    margin-right: 10px;
    vertical-align: middle;
	width: 303px;
	height: 150px;
}
.list_two ul li {
    width: 303px;
    height: 150px;
    float: left;
    margin-left: 12px;
    margin-top: 15px;
    overflow: hidden;
    border: 0 !important;
}
.list_two .more2 {
    width: 303px;
    height: 150px;
    display: inline-block;
    line-height: 138px;
    background-color: #ebeae8;
    /* margin-left: 15px; */
    text-align: center;
    font-size: 16px;
    color: #c72226 !important;
}
