li {display: list-item;text-align: -webkit-match-parent;}
em, i, u {font-style: normal;}
html, body, div, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td, img, textarea {
	border: 0px;
	margin: 0px;
	outline: 0px;
	padding: 0px;
} 
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-family:"Microsoft YaHei" }
abbr, acronym { border: 0; font-variant: normal; }
ol, ul { list-style: none outside none; }
table { border-collapse: collapse; border-spacing: 0;}
caption, th { text-align: left; }
:link, :visited, ins { text-decoration: none;color: #2440b3 }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
*,*:before, *:after,:after, :before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input::-webkit-input-placeholder {
	color: #8e8e8e;
	font-size: 14px;
}
a{
	text-decoration: none;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 0 6px #d1cfcf;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #d1cfcf;
    border-radius: 10px;
}
body{
	background: #fff;
	color: #333;
	font-size: 1em;
	overflow: hidden;
}
body{
	background: url(../img1/bj1.png) no-repeat;
	background-size: 100% 100%;
	height: 100vh;
	line-height: 1;
}
.ding{
	height: 120px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}
.ding>img{
	height: 88px;
	margin-right: 10px;
}
.ding>div{
	height:38%;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	color: #fff;
	font-family: "方正大标宋简体";
}
.ding>div>p{
    font-size: 38px;
    margin-bottom: 5px;
}
.ding>div>span{
	font-size: 14px;
}
.ding>input{
	position: absolute;
	height: 42px;
	width: 315px;
	border-radius: 30px;
	background: #fff;
	padding: 8px 18px;
	font-size: 12px;
	right: 10px;
	border: 0;
}
.ding:after{
	content: '';
    position: absolute;
    right: 24px;
    top: -1px;
    bottom: 0;
    margin: auto 0;
    width: 21px;
    height: 20px;
	background:url(../img1/sou1.png) no-repeat;
	background-size: 100%;
}
.zhong{
	width: 1200px;
	height:calc(100vh - 150px);
	background: #fff;
	margin: 0 auto;
	border-radius: 6px;
    overflow: hidden;
}
.zhong1{
	width: 1200px;
	height:calc(100vh - 150px);
	background: #fff;
	margin: 0 auto;
	border-radius: 6px;
    overflow: auto;
    padding: 14px;
    display: flex;
    padding-right: 0;
}

.point-time {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 17px;
  left: 13%;
  background: #1c87bf;
  margin-left: -4px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}

.text-red {
  color: #f6393f;
}

.text-blue {
  color: #1c87bf;
}

.text-green {
  color: #95c91e;
}

.text-yellow {
  color: #ffb902;
}

.text-purple {
  color: #d32d93;
}

.point-red {
  background-color: #f6393f;
}

.point-blue {
  background-color: #1c87bf;
}

.point-green {
  background-color: #95c91e;
}

.point-yellow {
  background-color: #ffb902;
}

.point-purple {
  background-color: #d32d93;
}

.content {
  width:calc(100% - 340px);
  height: 100%;
  overflow: auto;
  margin: 0px auto;
}
.content article {
  position: relative;
}
.content article > h3 {
width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: right;
    font-size: 1.4em;
    color: #1d1d1d;
    padding: 0;
    font-weight: bold;
}
.content article section {
    padding: 10px 0 20px;
  position: relative;
    padding-right: 23px;
}
.content article section:before {
  content: "";
  width: 5px;
  top: 17px;
  bottom: -17px;
  left: 13%;
  background: #e6e6e6;
  position: absolute;
}
.content article section:last-child:before {
  display: none;
}
.content article section time {
  width: 88px;
  display: block;
  position: absolute;
}
.content article section time > span {
  display: block;
  text-align: right;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
}
.content article section aside {
  color: #3a3a38;
  margin-left: 17%;
  /*padding-bottom: 15px;*/
}
.things{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
.neirong{
	font-size: 15px;
	text-indent: 2em;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	position: relative;
	margin-bottom: 8px;
}
.tup>img{
	height: 120px;
	margin-right: 10px;
	margin-bottom: 12px;
}
.content article section .brief {
  color: #9f9f9f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
    line-height: 1.5;
}
.zhong_right{
	width: 340px;
	height: 100%;
	padding-left: 5px;
    overflow: auto;
    padding-right: 5px;
}
.shang{
	width: 100%;
	margin-bottom: 20px;
}
.shang>select{
	width: 100%;
	height: 38px;
	border: 1px solid #dde2e8;
	background: #fcfbfb;
}
.zhong_right h2{
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: bold;
}
.zhong_right table{
	width: 100%;
}
.zhong_right table tr{
	width: 100%;
	display: flex;
}
.zhong_right table tr td:nth-child(1){
	width:38px;
	border: 1px solid #dde2e8;
    padding: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
} 
.zhong_right table tr td:nth-child(2){
	width:calc(100% - 38px);
	border: 1px solid #dde2e8;    
	padding: 4px 2px;
    padding-bottom: 0;
} 
.zhao{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.zhao>li{
    width: 92px;
    height: 135px;
    padding: 0 3px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
}
.zhao>li img {
    width: 100%;
    min-height:112px;
    margin-bottom:2px;
}

.content>.xinxi{
	width: 100%;
	height: 161px;
	margin-bottom: 10px;
	display: flex;
    padding-right: 20px;
}
.touxiang{
	width: 130px;
	height: 100%;
    border:1px solid rgb(102, 102, 102);
    border-right: 0;
}
.touxiang>img{
	height: 100%;
	width: 100%;
}
table.gridtable{
    width: calc(100% - 130px);
}
table.gridtable td {
    padding: 0px;
}
.gridtable td:nth-child(2n+1) {
    background: rgb(244, 244, 244);
}
.gridtable td:nth-child(2n) {
    background: rgb(255, 255, 255);
}
.gridtable td {
    border-width: 1px;
    padding: 1px;
    border-style: solid;
    border-color: rgb(102, 102, 102);
    height: 40px;
    text-align: center;
}