.container {
  width: 1200px;
  margin: auto;
  padding-top: 60px;
}

.news_left {
  float: left;
  width: 785px;
}

.news_left_label {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}

.news_left_label>a {
  font-size: 12px;
  margin-top: 26px;
  color: #333;
}

.news_left_label>span {
  margin: 0 5px;
}

.content_title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-top: 40px;
}

.content_statis {
  margin-top: 43px;
}

.content_statis>p {
  color: #999999;
  margin-right: 80px;
  font-size: 14px;
  float: left;
}

.news_box {
  float: right;
  width: 370px;
}

.content_vice {
  width: 100%;
  margin-top: 45px;
}

.content_vice_left {
  float: left;
}

.content_vice_content {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin-left: 35px;
  margin-right: 30px;
}

.content_vice_right {
  float: right;
}

.content_vice_text {
  width: 100%;
  min-height: 300px;
  margin-top: 40px;
  /* border: 1px solid; */
}

.content_vice_pro {
  width: 100%;
  margin-top: 30px;
  color: #333;
  font-size: 14px;
}

.content_vice_next {
  
}

.content_vice_next>a {
  color: #333;
  font-size: 14px;
}

.content_vice_after {
 margin-top: 20px;
}

.content_vice_after>a {
  color: #333;
  font-size: 14px;
}

.news_search {
  height: auto;
}

.title_name {
  width: 100%;
  height: 20px;
  position: relative;
}

.title_name_icon {
  width: 4px;
  height: 20px;
  border-radius: 0 4px 4px 0;
  background-color: #D91616;
  float: left;
}

.title_name_title {
  color: #333;
  font-size: 16px;
  margin-left: 15px;
}

.title_name_hr {
  border-bottom: 1px solid #e5e5e5;
  width: 267px;
  position: absolute;
  top: 10px;
  left: 100px;
}


.news_box_label {
  width: 100%;
  margin-top: 30px;
  margin-left: 14px;
}

.news_box_label_ul>li {
  float: left;
  margin-bottom: 30px;
  border-radius: 20px;
}

.news_box_label_ul>li>a {
  padding: 0 25px;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  margin-right: 14px;
  border-radius: 20px;
}

.news_box_label_ul>li>a:hover {
  color: #fff;
  background: #D91616;
  border-radius: 20px;
}

.news_sorts_list>li {
  height: 26px;
  line-height: 26px;
  margin-top: 20px;
}

.news_sorts_list_num {
  width: 38px;
  float: left;
  font-size: 20px;
  font-style: italic;
  color: #999999;
}

.news_sorts_list>li:nth-of-type(1)>.news_sorts_list_num{
	color: #D91616;
}
.news_sorts_list>li:nth-of-type(2)>.news_sorts_list_num{
	color: #D91616;
}
.news_sorts_list>li:nth-of-type(3)>.news_sorts_list_num{
	color: #D91616;
}
.news_sorts_list_name {
  display: block;
  color: #333;
  font-size: 16px;
}

.news_sorts_list_name:hover {
  color: #D91616;
}

.content_relevant {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 60px;
}

.content_relevant_title {
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
  background-color: #F5F5F5;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
  border-radius: 4px;
}

.content_relevant_list>li {
  height: 170px;
  border-bottom: 1px solid #E5E5E5;
}
.content_relevant_list>li:hover{
	background-color: #F5F5F5;
}
.content_relevant_list_name {
  height: 80px;
  color: #333;
  font-size: 20px;
  padding-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content_relevant_list_time {
  margin-top: 30px;
  color: #999;
  font-size: 12px;
}

.content_relevant_list_time_left {
  float: left;
}

.content_relevant_list_time_left>span {
  margin-left: 30px;
}

.content_relevant_list_time_right {
  float: right;
}