/* 字体 */
body, html,input{font-family:"SimSun" !important;}
ul,
ol {
  list-style: none;
}
body{
	width: 100%;
}
.newsInfoImgDiv{
	width: 100%;
	height: 2.8rem;
	background: url(../images/newsImg1.png);
	background-size: 100% 100%;
}
.newsListDiv{
	width:70%;
	margin:0 auto;
	margin-top: 0.14rem;
}

.newsListDiv .span1{
	color: rgb(111,111,111);
	font-size: 18px;
}
.newsListDiv .span2{
	color: rgb(111,111,111);
	font-size: 16px;
}

.newsColumnClass{
	width: 30%;
	float: left;
}



.squareFrame{
	width:100%;
	height: 1.06rem;
	background: url(../images/newsImg2.png);
	background-size: cover;
}


/* 栏目标题 */
.newsColumn-title-div{
	height:8rem;
	border-left: 0.01rem solid rgb(185,193,214);
	cursor: pointer; 
}
.newsColumn-title{
	font-size:18px;
	color: rgb(49,130,228);
	list-style-type:none;
	margin: 0rem;
	padding: 0rem;
	text-align: center;
	font-weight: bold;
}
.newsColumn-title li{
	width: 100%;
	padding:0.18rem 0;
}
.newsColumn-title .active{
	background-color: rgb(255,161,27);
}

/* 新闻内容 */
.newsContentDiv{
	float:left;
	width:70%;
	text-align: center;
	padding-top:0.2rem;
	padding-bottom: 0.2rem;
}
.newsContentDiv .span1{
	color: rgb(28,117,226);
	font-weight: bold;
	font-size: 22px;
}
.newsContentDiv .span2{
	color: rgb(127,127,127);
	font-size: 16px;
}

.content{
	padding:0.2rem 0.24rem;
	width: 100%;
	height: 1.64rem;
	border-bottom: 0.01rem solid rgb(228,230,230);
}

.newsCover{
	background: url(../images/aboutUsImg1.jpg);
	background-size:100% 100%;
	width: 30%;
	height: 1.4rem;
	float: left;
}
.artContent{
	float: left;
	width: 68%;
	text-align: left;
}
.artContent .titleSpan{
	padding-left:0.2rem;
	font-weight: bold;
	color:rgb(51,51,51);
	font-size: 18px;
}
.artContent .timeSpan{
	color:rgb(78,78,78);
	font-size: 12px;
	padding-left:0.2rem;
}
.artContent .span3{
	color:rgb(131,131,131);
	font-size: 12px;
	padding-left:0.22rem;
}

/* 文章鼠标悬停 */
.articleContentClass{
	cursor: pointer; 
	
}

/* 内容鼠标悬停 */
.content:hover {
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);  
	-moz-transform:scale(1.01);   
	-o-transform:scale(1.01);  /*transform 属性下 rotate（旋转）和scale（放大）属性；可以同时用*/
	-ms-transform: scale(1.01);
	background: rgb(190,218,252);
	border-radius:0.08rem;
	transition: all 0.6s;
 }
 
.newsInfoImgDiv{
	margin-top: 1.1rem;
}
.comfoot{
 	height:3.5rem;
 }
 
   /* 大屏幕（大桌面显示器，大于等于 1910px） */
@media screen and (min-width: 1900px) {
.newsInfoImgDiv {
    height: 5rem;
    margin-top: 1.7rem;
} 
.newsColumn-title li{
	padding:0.4rem 0;
}
.newsListDiv{
	width:13.4rem;
}
.newsListDiv .span1{
	font-size: 22px;
	line-height: 60px;
}
.newsListDiv .span2{
	font-size: 18px;
	line-height: 60px;
}
.newsContentDiv .span1{
	font-size: 30px;
}
.newsContentDiv .span2{
	font-size: 18px;
}
.newsColumnClass{
	width: 2.8rem;
}
.squareFrame{
	height: 1.96rem;
}
/* 新闻内容 */
.newsContentDiv{
	width:9.6rem;
	padding-top:0.5rem;
	padding-left:0.4rem;
	padding-bottom: 0.4rem;
}
.content{
	padding:0.2rem 0.24rem;
	width: 100%;
	height: 2.94rem;
}
.newsCover{
	width: 4.2rem;
	height: 2.28rem;
	padding-top: 0.34rem;
}
.artContent{
	width:5.4rem;
}
.artContent .titleSpan{
	font-size: 28px;
	color:#070707;
	
	white-space: nowrap;  /*强制span不换行*/
    display: inline-block;  /*将span当做块级元素对待*/
    width: 100%;  /*限制宽度 可设px*/
    overflow: hidden;  /*超出宽度部分隐藏*/
    text-overflow: ellipsis;  /*超出部分以点号代替*/
}
.artContent .timeSpan{
	color:#666666;
	font-size: 14px;
}
.artContent .span3{
	padding-left:0.22rem;
}
}