.container {
  width: 1200px;
  margin:10px auto 30px;
  background: white;
  border: 1px solid #b8b6b6;
  border-radius: 10px;
  overflow: hidden;
}
.sort_line {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border-bottom: 1px solid #6e6e6e;
  background: #eaf1f5;
}
.sort_line .line_left {
  width: 50%;
  float: left;
}
.line_left2 span{
  margin: 0 10px;
}
.sort_line .line_left p {
  float: left;
}
.sort_line .line_left .tp {
  font-weight: normal;
  float: left;
  padding: 0 15px;
  cursor: pointer;
}
.sort_line .line_left .type {
  color: #f05000;
}
.sort_line .line_right {
  width: 50%;
  float: right;
  height: 50px;
  text-align: right;
}
.sort_line .line_right .pg {
  padding: 6px 8px;
  margin: 0 4px;
  cursor: pointer;
}
.sort_line  .pagesize {
  background: #f05000;
  color: white;
}
.sort_line  .total,
.sort_line  .currPage,
.sort_line  .pages {
  color: #f05000;
  margin: 0 10px;
}
.sort_line .desc_box {
  line-height: 50px;
  float: left;
}
.sort_line .desc_box span {
  cursor: pointer;
  margin: 0 10px;
  padding: 10px;
}
.sort_line .desc_box span img {
  width: 20px;
}
.sort_line .desc_box .desc {
  background: #9ba7af;
}
.list {
  padding: 0 20px;
}
.list li {
  border-bottom: 1px dashed #0D324C;
  padding: 5px 0 15px;
}
.list li a {
  font-size: 17px;
  line-height: 35px;
  color: #0D324C;
  font-weight: bold;
}
.list li a:hover {
  color: #f05000;
}
.list li .lt_au {
  line-height: 30px;
  color: #1a9c34;
}
.list li .lt_au span {
  margin: 0 30px 0 10px;
}
.list li .lt_ab {
  line-height: 25px;
  color: #979696;
}
.list li .lt_ky {
  line-height: 30px;
}
.list li .lt_time {
  margin: 5px 0;
  line-height: 32px;
  padding-right: 20px;
  background: #f0f5f7;
  text-align: right;
}
.change {
  color: #f05000 !important;
  margin: 0 !important;
}
/* 专题1 */
.theme{
  width: 1200px;
  border-radius: 10px;
  background: white;
  position:relative;
  overflow: hidden;
  padding: 10px 0 40px;
}
.theme1{
  background: #f4f6f8;
}
/* 相关报道 */
.theme_left{
  float: left;
  overflow: hidden;
  margin: 0 0 0 20px;
  border: 1px solid #cccbcb;
  box-shadow: 0 5px 5px #cccbcb;
  width: 400px;
  border-radius: 10px;
}
.theme_left .left_title{
  line-height: 40px;
  background: #0D324C;
  font-weight: 600;
  font-size: 18px;
  padding: 0 15px;
  color: white;
}
.theme_left .curr{
  background: #0D324C;
  color: white;
}
.theme_left ul{

}
.theme_left a{
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px;
}
.theme_left a:hover{
  color: #0D324C;
}
.theme_left a p{
  width: 75%;
  float: left;
}
.theme_left a span{
  float: right;
  color: #5f5e5e;
}

/* 主题列表 */
.theme_right{
  /* width: 740px; */
  /* margin-left: 440px; */
  border-radius: 15px;
}
.theme_list{
  padding: 20px 0;
}
.theme_list li{
  position: relative;
  line-height: 35px;
  border-bottom: 1px dashed #0D324C;
  width: 90%;
  margin: auto;
}
.theme_list a{
  display: block;
  padding:5px 0 ;
  width: 80%;
}
.theme_list a:hover{
  color: #0D324C;
}
.a_time{
  position: absolute;
  right: 30px;
  top: 5px;
}
/* 专题2 */
.theme_list2{
  overflow: hidden;
  padding: 5px 0 0;
}
.theme_list2 li{
  width: 48%;
  float: left;
  margin: 0 1% 20px;
  box-shadow: 0 0 5px #a4b4c4;
  border: 1px solid #a4b4c4;
  border-radius: 10px;
  background: white;
}
.theme_list2 a{
  margin: auto;
  /* width: 80%; */
  padding: 10px 0;
  display: block;
}
.theme_list2 .imgbox{
  width: 100%;
  margin: auto;
  /* height: 160px; */
  display: block;
  position: relative;
}
.theme_list2 img{
  width: 95%;
  margin: auto;
  /* height: 160px; */
  display: block;
}
.theme_list2 .imgbox p{
  position: absolute;
  top: 25%;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 0 5px #1c748a;
  left: 10%;
  right: 10%;
}
.theme_title{
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin:10px auto;
  font-weight: 600;
  font-size: 18px;
}
.theme_list2 li:hover a{
  color: #0D324C;
}
.theme_ab{
  width: 95%;
  line-height: 24px;
  height: 75px;
  margin: auto;
  color: #acabab;
}
/* 专题顶部栏 */
.theme_header{
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  position: relative;
  z-index: 999;
  font-family: Microsoft YaHei;
  margin: auto;
}
.theme_img{
  width: 100%;
  position: relative;
}
.theme_img img{
  width: 100%;
  box-shadow: 0 0 5px #7e7d7d;
}
.theme_img .theme_name{
  text-align: center;
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 30%;
  margin-left: -600px;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 0 0 20px #1c748a;
}
.theme_name p{
  margin-top: 10px;
  letter-spacing: 10px;
}
.theme_name .name_left{
  text-align: left;
  margin-left: 160px;
}
.theme_name .name_center{
  text-align: center;
}
.theme_name .name_right{
  margin-right: 160px;
  text-align: right;
}
/* 专题详情 */
.theme_box{
  overflow: hidden;
  padding: 20px 0;
  margin:0 auto 20px;
  width: 1160px;
  border: 1px solid #727171;
  box-shadow: 0 0 5px #727171;
  border-radius: 10px;
}
.theme_time{
  width: 80%;
  text-align: center;
  margin:20px auto;
  color: #999797;
}
.theme_ti{
  width: 80%;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.theme_ft{
  width: 90%;
  margin: auto;
  font-size: 14px;
  line-height: 1.8;
}
.theme_tab{
  line-height: 50px;
  font-size: 18px;
  padding: 0 20px;
  font-weight: 600;
  margin:10px 0;
}
.theme_tab p{
  padding-left: 20px;
  background: #c8dceb;
}