/** 设置整体宽度 */
.home-content{
	width: 1200px;
	margin: 20px auto 0 auto;
}

/** 文章标题 */
.title-bg{
	height: 32px;
	border-bottom: 1px solid #D71F17;
	background-color: #ffffff;
	text-align: left;
	width: auto;
}
.title-name{
	height: 28px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 28px;
	color: #666;
	display: inline-block;
	padding: 0 8px;
}
.title-name-selected{
	color: #D71F17;
	border-bottom: 3px solid #D71F17;
}
.title-power{
	margin-left: 170px;
	transform: translateY(7px);
	font-size: 12px;
	color: #999999;
}
.title-more{
	width: 50px;
	float:right;
	font-size: 12px;
	color: #999999;
}
.title-more a{
	font-size: 12px;
	color: #999999;
}
/** 文章内容 */
.article-title{
	/*font-size: 14px;*/
	font-size: 14px;
	color: #666666;
	text-align:left;
}
.article-title span{
	display: inline-block;
	/*修改了行高和增加字体大小*/
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	vertical-align: bottom;
}
.article-title span a{
	font-size: 16px;
}
.sign-one{
	font-size: 20px;
	width: 12px;
}
.article-content{
	width: 305px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	margin-right: 20px;
}
.article-content2{
	width: 305px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	margin-right: 24px;
}
.article-content3{
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	margin-right: 20px;
}
.article-content4{
	line-height: 25px;
	width: 404px;
	font-size: 30px;
	font-weight: bold;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*word-wrap:break-word;*/
	/*white-space: nowrap;*/
	/*word-break: keep-all;*/
	margin-right: 20px;
	word-wrap: break-word;
	word-break: normal;
}
.article-time{
	float: right;
	color: #999999;
}
.article-list{
	height: 240px;
	margin-top:10px;
}
/** 通知公告列宽 */
.article-content-two{
	width:280px;
	margin-right: 0;
}
.notice-list{
	height: 276px;
	margin-bottom: 10px;
}
.notice-col{
	display: inline-block;
	padding: 0 5px;
}
.notice-selected{
	color: #D71F17;
}
.notice-list span a{
	font-size: 13px;
}
/** 集团聚焦列宽 */
.jtjj{
	height:90px;
	margin-bottom: 20px;
}
.jtjj img{
	margin-top: 5px;
	width: 79px;
}
.jtjj .layui-col-md2{
	width:80px;
}
.jtjj .layui-col-md10{
	width: calc( 100% - 100px );
	margin-left:20px;
}
.jtjj .article-title span{
	line-height:30px;
	height:30px;
}
.jtjj .article-content{
	width:350px;
	margin-right: 0;
}
/** 第一层栏目宽度限制 **/
.col-one-1{
	width:450px;
}
.col-one-2{
	width:449px;
}
.col-one-2 .title-bg{
	cursor:pointer;
}
.col-one-3{
	width:355px;
	width:355px;
}
.col-interval{
	margin-left:20px;
}

/** 专题专栏 **/
.special-column{
	margin-top:20px;
}
.special-column img{
	width: 1200px;
	height: 116px;
}
/** 党建党廉**/
.party-mass{
	width:750px;
}
.party-mass img{
	width: 255px;
}
/**  安全环保**/
.safety-env{
	width: 530px;
	margin-left:20px;
}
.safety-env .article-content{
	width: 405px;
}
/** 三个相等页面 **/
.col-md3{
	width: 420px;
}
.col-md3 .article-content{
	width: 295px;
}
.col-md3-image{
	margin-top: 0px;
}
.col-md3-image img{
	width: 420px;
}
.col-md3 .article-list{
	/*height: 295px;*/
	height: 240px;
}
/** 图片新闻 */
.tpjj{
	width: 970px;
	height: 340px;
}
.tpjj .article-list{
	margin-top: 0 ;
}
.tpjj .layui-col-md6{
	width:496px;
}
.tpjj .layui-col-md6 img{
	width:496px;
	margin: 14px 0 0 0;
	height: 278px;
}
.tpjj .layui-col-md3{
	width:237px;
}
.tpjj .layui-col-md3 img{
	width:223px;
	margin: 14px 0 0 14px;
	height: 132px;
}
/** 快捷入口 */
.kjrk{
	width: 310px;
}
.kjrk .article-list{
	margin-top: 0px;
}
.kjrk ul{
	list-style: none;
}
.kjrk li{
	float:left;
	width:calc((98% - 14px)/2);
	background-color: #F9F9F9;
	border: 1px solid #E1E1E1;
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	margin: 16px 14px 0px 0 ;
	text-align: left;
}
/** 隔行偶数设置右侧不且行 */
.kjrk li:nth-child(even) {
	margin-right: 0;
}
.kjrk img {
	margin:0 10px 0 20px;
}

.slideBox ul li a img{
	width: 450px;
	height: 300px;
}

/** 浙江公司展示样式 */
.article-content-zjgs{
	line-height: 77px !important;
	height: 77px !important;
	font-size: 20px !important;
	font-weight: bold;
	color: #4F4F4F;
}

/**右侧专题专栏**/
.special-right-list{
	height: 210px;
}
.special-right-img{
	margin-top: 9px;
	width: 355px;
	height: 60px
}

/**  公司焦点*/
.gsjd-list{
	height: 75px;
}
.qtgsjd-list{
	height: 66px;
	margin-top:0px;
	padding-top: 5px;
	border-top: 1px dotted #DEDEDE;
}

/** 生产信息**/
.col-column{
	margin-top: 8px;
}
.scxx{
	width: 866px;
	height: 270px;
}

/** 公司要闻**/
.gsyw{
 	height:210px;
}
/** 不设置margin**/
.special-no-top{
	margin-top: 0;
}

/**相关链接新 **/
.link-width{
	width: 390px;
}
.swiper-wrapper-h3{
	font-weight: 500 !important;
}
.body-bg{
	width: 100vw;
	height: auto;
	background-size: auto;
	background: no-repeat fixed top;
	overflow-x: auto;
}
._Main {
	margin: 0px auto;
	float: initial;
	height: 100vh;
	background: white;
	position: relative;
}
._Main .mainRow {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: row;
}
._Main .mainRow .subForm .mainSub {
	height: 100%;
}