*{
  margin: 0px;
  padding: 0px;
}
header{
  height: 70px;
  background: rgba(255,255,255,0.3)
}
@media screen and (min-width: 1200px){
  .layui-container{
      width: 1200px;
  }
}
header>.layui-container{
  position: relative;
  max-width: 1200px !important;
  /* padding: 0px; */
}
header img{
  margin-top: 10px; 
}
header .layui-tab{
  /* width: 530px; */
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
}
header .layui-tab-title{
  height: 70px;
  border: none;
}
header .layui-tab-title>li{
  line-height: 70px;
  font-size: 18px;
  /* font-family: "MicrosoftYaHei"; */
  width: 80px;
}
header .layui-tab-title .layui-this:after{
  top: 29px !important;
  width: 80px;
  left: 15px;
  border-bottom:3px solid #e41f2b !important;
}
header .layui-tab-brief>.layui-tab-title .layui-this{
  color: #ff0000;
  font-weight: bold;
}

.mytab{
  clear: both;
  /* left: 0px; */
  color: rgb(140, 140, 140);
  /* background: #e41f2b; */
  position: initial;
}
.mytab .layui-this{
  color: rgb(247, 96, 96) !important;
  font-weight: normal !important;
}
.mytab .layui-tab-title .layui-this:after{
  border: none !important;
}
.mytab>.layui-tab-title{
  max-width: 1200px;
  margin: 0px auto;
}

.mytab .layui-tab-content{
  padding: 0px;
}

.content{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	text-align: center;
}
.contentNews{
	width: 1200px;
	height: 100%;
	margin: 0px auto;
	margin-bottom: 40px;
}
.line{
	width: 1200px;
	height: 1px;
	background: #E6E6E6;
}
.title{
  padding-top: 30px;
    color: #F76060;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}
.contentNews span{
    color: #666666;
    font-size: 18px;
    font-family:MicrosoftYaHeiLight;
}
.line{
	margin-top: 16px;
}
.contentNews p{
	font-size: 18px;
	line-height: 50px;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 20px;
}