@charset "utf-8";
/* CSS Document */

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset, img {
  border: none;
}

img {
  display: block;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", "黑体";
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

select, input {
  vertical-align: middle;
}

select, input, textarea {
  font-size: 12px;
  margin: 0;
}

input[type="text"], input[type="password"], textarea {
  outline-style: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

body {
  background:url(bg.jpg) no-repeat top center #fff;
  min-width: 1300px;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", "黑体";
  font-size: 14px;
  color: #000;
  overflow-x: hidden; 
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

dl dt, dl dd {
  margin: 0;
}

a {
  blr: expression(this.onFocus=this.blur())
}

:focus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content:".";
  height:0;
  display:block;
  overflow:hidden;
  clear:both;
}

.clearfix{ 
  zoom:1;
}

/*公共样式*/
.module {
  margin: 40px 0 0;
}

.module#second_area,
.module#fourth_area {
  margin: 80px 0 0;
} 

.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.b_title { 
  height: 135px;
  margin: 0 0 40px;
  overflow: hidden;
}

.s_title { 
  height: 30px;
  line-height: 30px;
  margin: 0 0 30px;
  position: relative;  
  overflow: hidden;
}

.s_title h2 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.s_title a {
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.title {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.title h2 {
  float: left;
  font-size: 21px;
}

.title a {
  float: right;
}

/*导航*/
.nav {
  background: #e72c2d;
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.nav .nav_inner {
  width: 1100px;
  height: 50px;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
}

.nav .nav_inner ul li {
  float: left;
  /*margin: 0 76px 0 0;
  *margin: 0 70px 0 0;*/
  margin: 0 58px 0 0;
  *margin: 0 52px 0 0;
}

.nav .nav_inner ul li a {
  font-size: 24px;
  color: #fff;
}

/*banner*/
.banner {
  background:url(banner.jpg) no-repeat center;
  width: 100%;
  position: relative;
  height: 1130px;
  margin: 0px auto;
  overflow: hidden;
}

/*头条*/
.headlines {
  height: 90px;
  background: #fcfbf9;
  border: 1px solid #fce5e1;
  padding: 15px;
  margin :0 0 40px;
}

.headlines dl {
  text-align: center;
}

.headlines dl dt {
  height: 50px;
  line-height: 50px; 
}

.headlines dl dt li a {  
  font-size: 34px;
  font-weight: bold;
  color: #df444a;

}

.headlines dl dd {
  height: 30px;
  line-height: 30px;  
  margin: 10px 0 0;
  /*padding: 0 80px;*/
  overflow: hidden;
}

.headlines dl dd ul {
  float: left; 
  padding: 0 8px;
}


.headlines dl dd li a {
  font-size: 12px;
  color: #a18c50;
}


.headlines dl dd .ul_line {
  float: left;
  /*margin:0 20px;*/
  color: #a18c50; 
}

.headlines dl dd .ul_line:first-child+div+div {
  display: none;
}
.headlines dl dd .more {
  /*position: absolute;
  margin: 16px 0 0 1126px;*/
}

.headlines dl dd .more a {
  color: #a18c50;
}
.headlines dl dd .more a i {
  font-family: "宋体";
  font-style: normal;
  font-size: 12px;
  margin-left: 3px;
}

/*焦点图*/

/*全屏自适应轮播样式*/
.banner-main {
    width: 100%;
    height: 390px;
    margin: 0 0 40px;
    position: relative;
    overflow: hidden;
	background-color: #e1b77d;
}

.banner-main-img {
    height: 390px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.banner-main-img .focus_news {
    width: 100%;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-main-img .focus_news:first-child {
  display: block;
}

.banner-main-img .focus_news img {
    width: 690px;
    height: 390px;
    display: block;
}

.ui-controls ul {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ui-controls ul li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0px 5px;    
    border: 2px solid #ddd;
    background: #eee;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ui-controls ul li:hover {
    border: 2px solid #ccc;
    background: #999;
}

.ui-controls ul .current {
    border: 2px solid #ccc;
    background: #df444a;
}

.focus_news .focus {
  float: right;
  width: 690px;
  height: 390px;
  overflow: hidden;
}

.focus_news .news {
  float: left;
  width: 510px;
  overflow: hidden;
}

.focus_news .news ul:first-child {
  background: #bbaa7a;
  height: 90px;
  padding: 25px;
  overflow: hidden;
}

.focus_news .news ul:first-child li a {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.focus_news .news ul:first-child+ul {
  background: #df444a;
  height: 200px;
  line-height: 30px;
  padding: 25px;
  overflow: hidden;
}
.focus_news .news ul:first-child+ul li {
  font-size: 18px;
  color: #fff;
}

.focus_news .news .detailContent {
  display: block;
  background :#bbaa7a;
  width: 170px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  margin: 20px 0 0;
  text-align: center;
  overflow: hidden;
}

.focus_news .news .detailContent a {
  color: #fff;
}

/*两会要闻*/
.lhyw {
  margin: 0 0 40px;
}

.lhyw .list {
  *margin: 0 -40px 0 0;
}

.lhyw .list .essay {
  float: left;
  background: #fcfbf9;
  width: 306px;
  height: 236px;
  border: 1px solid #fce5e1;
  padding: 32px;
  margin: 0 42px 0 0;
  *margin: 0 40px 0 0;
}

.lhyw .list .essay:first-child+div+div {
  margin: 0!important;
}

.lhyw .list .essay ul:first-child {
  height: 72px;
  margin: 0 0 10px;
  overflow: hidden;
}

.lhyw .list .essay ul:first-child li {
  height: 72px;
  line-height: 36px;
  overflow: hidden;
}

.lhyw .list .essay ul:first-child li a {
  float: left;
  font-size: 27px;
}

.lhyw .list .essay ul:first-child+ul {
  height: 130px;
  overflow:hidden;
}

.lhyw .list .essay ul:first-child+ul li {
  line-height: 26px;
  font-size: 16px;
  /*text-indent: 2em;*/
}

.lhyw .list .essay .detailContent a {
  float: right;
  color: #df444a;
}

.lhyw .list .essay .detailContent a {
  *float: none;
}

/*两会热词 两会日历*/
.lhrc {
  float: left;
  background: #fcfbf9;
  width: 784px;
  height: 178px;
  border: 1px solid #fce5e1;
  overflow: hidden;
}

.lhrl {
  float: right;
  background: #fcfbf9;
  width: 370px;
  height: 178px;
  border: 1px solid #fce5e1;
  overflow: hidden;
}

.lhrc .tit,.lhrl .tit {
  float: left;
  width: 60px;
  height: 178px;
  overflow: hidden;  
}

.lhrc .ct {
  float: left;
  width: 684px;
  padding: 20px;
  overflow: hidden;
}

.lhrc .ct li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 20px;
  overflow: hidden;
}

.lhrc .ct li a {
  font-size: 20px;
  color: #bbaa7a;
}

/*.lhrc .ct li:first-child+li a,
.lhrc .ct li:first-child+li+li+li+li+li+li a,
.lhrc .ct li:first-child+li+li+li+li+li+li+li+li+li a {
  font-size: 24px;
}

.lhrc .ct li:first-child+li+li+li a {
  font-size: 14px;
}

.lhrc .ct li:first-child+li+li+li+li a,
.lhrc .ct li:first-child+li+li+li+li+li+li+li+li+li+li+li+li a {
  font-size: 36px;
}

.lhrc .ct li:first-child+li+li+li+li+li+li+li+li a,
.lhrc .ct li:first-child+li+li+li+li+li+li+li+li+li+li+li+li+li+li+li a {
  font-size: 30px;
}

.lhrc .ct li:first-child+li+li+li+li+li+li+li+li+li+li+li a {
  font-size: 12px;
}*/

.lhrl .ct {
  float: left;
  background: url(lhrl_ct.png) repeat-x;
  width: 250px;
  height: 158px;
  padding: 0 30px 20px;
  overflow: hidden;
}

.lhrl .ct .month {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #df444a;
}

.lhrl .ct ul li {
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin: 20px 15px 0;
  padding: 3px;
  overflow: hidden;
}

.lhrl .ct ul li.hover {
  background: #df444a;
  border-radius: 3px;
}

.lhrl .ct ul li a {
  font-size: 20px;
}

.lhrl .ct ul li.hover a {
  color: #fff;
}

/*看两会*/
.module#second_area {
  background: url(second_area.jpg) no-repeat top;
  padding: 0 0 50px;
}

.module#second_area .b_title {
  margin: 0;
}

.klh {
  background: #fff;  
  height: 875px;
  box-shadow: 0 0 10px #bbaa7a;
}

.rdtazx {
  /*margin: 0 0 30px;*/
}

.jzh {
	margin-top: 30px;
    /*display: none;*/
}

/*人大新闻 政协新闻*/
.rdxw {
  float: left;
  background: url(rdxw.png) repeat-x;
  width: 330px;
  height: 470px;
  padding: 20px 40px 0 30px;
}

.zxxw {
  float: left;
  background: url(zxxw.png) repeat-x;
  width: 330px;
  height: 470px;
  padding: 20px 40px 0 30px;
}

.rdxw .list .img_txt,.zxxw .list .img_txt {
  width: 330px;
  height: 220px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}

.rdxw .list .img_txt .article_photo_title a,
.zxxw .list .img_txt .article_photo_title a {
  width: 310px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.rdxw .list .img_txt .article_photo_title b,
.zxxw .list .img_txt .article_photo_title b {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 310px;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.rdxw .list .img_txt .article_photo_title a,
.zxxw .list .img_txt .article_photo_title a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.rdxw .list .img_txt img,
.zxxw .list .img_txt img {
  display: block; 
  width: 330px;
  height: 220px;
  overflow: hidden;
}

.rdxw .list .img_txt .article_photo_title a b,
.rdxw .list .img_txt .article_photo_title a b {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 330px;
  height: 85px;
  line-height: 85px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.rdxw .list ul li,
.zxxw .list ul li {
  background: url(li_icon1.png) no-repeat left center;
  line-height: 32px;
  text-indent: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/*提案议案*/
.taya {
  float: left;
  background: #df444a;
  width: 330px;
  height: 470px;
  padding: 20px 40px 0 30px;
  position: relative;
}

.taya_top {
  background: url(taya_top.png) no-repeat;
  width: 581px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -91px;
}

.taya .title h2 {
  color: #fff;
}

.taya .title a {
  color: #fff;
}

.taya .list ul {
  height: 90px;
  overflow: hidden;
}

.taya .list ul li {
  background: url(taya_li.png) no-repeat left center;
  height: 60px;
  line-height: 30px;
  padding: 15px 0 15px 70px;
}

.taya .list ul li a {
  font-size: 18px;
  color: #fff;
}

.taya .list .li_line {
  background: url(li_line.png) repeat-x;
  height: 4px;
  overflow: hidden;
} 

/*记者会*/
.jzh .s_title a {
  margin: 0 30px 0 0;
}

.jzh .list {
  padding: 0 50px;
}

.jzh .list .img_txt {
  float: left;
    width: 330px;
    height: 220px;
    margin: 0 30px 0 0;
    position: relative;
    overflow: hidden;
    border: 8px solid #efece0;
}

.jzh .list .img_txt+div+div {
  margin: 0;
}

.jzh .list .img_txt .article_photo_title {
  width: 310px;
  text-align: center;
}

.jzh .list .img_txt .article_photo_title a {
  width: 310px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.jzh .list .img_txt .article_photo_title b {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 310px;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}


.jzh .list .img_txt .article_photo_title a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/*图解报告 报告全文 图文直播*/
.tjbg,.dbg_mid {
  float: left;
  width: 330px;
  margin: 0 80px 0 0;
  overflow: hidden;
}

.tjbg {
  margin: 0 70px 0 0;
}

.twzb {
  height: 576px;
  overflow: hidden;
}

.tjbg a,.twzb a {
  display: block;
  width: 330px;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.twzb a {
  height: 576px;
}

.tjbg a span,
.twzb a span {
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
	width: 300px;
  height: 55px;
}

.twzb a span {
  line-height: 55px;
  font-size: 30px;
}

.tjbg a b,
.twzb a b {
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
	width: 300px;
  height: 55px;
}

.bgqw {
  height: 76px;
  margin: 0 0 30px;
  overflow: hidden;
}

/*全媒体报告厅*/
.qmtbgt {
  float: left;
  width: 390px;
  overflow: hidden;
}

.qmtbgt .list ul li {
  height: 120px;
  padding: 18px 0;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}

.qmtbgt .list ul li dt {
  float: left;
  width: 160px;
  height: 120px;
  overflow: hidden;
}

.qmtbgt .list ul li dt img {
  float: left;
  width: 160px;
  height: 120px;
  overflow: hidden;
}

.qmtbgt .list ul li dd {
   float: right;
   width: 206px;
   line-height: 20px;
   font-size: 12px;
   overflow: hidden; 
}


/*解读*/
.jd {
  margin: 40px 0 60px;
}

.jd .list .essay {
  float: left;
  width: 270px;
  margin: 0 40px 0 0;
  overflow: hidden;
}

.jd .list .essay+div+div+div {
  margin: 0;
}

.jd .list .essay ul:first-child {
  height: 76px;
  margin: 0 0 6px;
  overflow: hidden;
}

.jd .list .essay ul:first-child li {
  line-height: 34px;
}

.jd .list .essay ul:first-child li a {
  float: left;
  font-size: 24px;
}

.jd .list .essay ul:first-child+ul {
  height: 120px;
  overflow: hidden;
}

.jd .list .essay ul:first-child+ul li {
  line-height: 24px;
}

.jd .list .essay .detailContent a {
  float: right;
  color: #df444a;
}

.jd .list .essay .detailContent a {
  *float: none;
}

/*热议 评论*/
.ry,.pl {
  float: left;
  background: #fcfbf9;
  width: 578px;
  height: 178px;
  border: 1px solid #fce5e1;
  overflow: hidden;
}

.pl {
  float: right;
}

.ry .tit,.pl .tit {
  float: left;
  width: 200px;
  position: relative;
  overflow: hidden;
}

.ry .tit a,.pl .tit a {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.ry .ct,.pl .ct {
  float: right;
  width: 330px;
  padding: 20px 30px 15px 0;
  overflow: hidden;
}


.ry .ct .essay ul:first-child,
.pl .ct .essay ul:first-child {
  height: 64px;
  margin: 0 0 10px;
  overflow: hidden;
}

.ry .ct .essay ul:first-child li,
.pl .ct .essay ul:first-child li {
  line-height: 30px;
}

.ry .ct .essay ul:first-child li a,
.pl .ct .essay ul:first-child li a {
  float: left;
  font-size: 24px;
}

.ry .ct .essay ul:first-child+ul,
.pl .ct .essay ul:first-child+ul {
  height: 66px;
  overflow: hidden;
}

.ry .ct .essay ul:first-child+ul li,
.pl .ct .essay ul:first-child+ul li {
  line-height: 22px;
}

.ry .ct .essay .detailContent a,
.pl .ct .essay .detailContent a {
  float: right;
  color: #df444a;
}

.ry .ct .essay .detailContent a,
.pl .ct .essay .detailContent a {
  *float: none;
}

/*数成就*/
.scj {
  background: url(scj.png) no-repeat;
  width: 920px;
  height: 460px;
  padding: 160px 130px 110px 150px;
  overflow: hidden;
}

.scj_box { 
  width: 920px;
  height: 449px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.scj_con {
  position: relative;
  overflow: hidden;
}

.scj_con ul {
  float:left;
}

.scj_list { 
  float: left;
  width: 204px;
  height: 417px;
  margin: 0 26px 0 0;
}

.scj_list a {
  display: block;
  width: 204px;
  height: 407px;
  box-shadow: #535353 10px 0 10px -10px,#535353 0 10px 10px -10px;
}

.scj_list a img { 
  display: block;
  background: #fff;
  width: 204px;
  height: 407px;
}

.scj_btn {
  width: 140px;
  margin: 20px auto 0;
  overflow: hidden;
}

.scj_btnl {
  float: left;
  background:url(scj_btnl.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.scj_btnr {
  float: right;
  background: url(scj_btnr.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.scj_list ul:first-child+ul li .detailContent a {
  float: right;
  color: #df444a;
}

.scj_list ul:first-child+ul li .detailContent a {
  *float: none;
}

/*说亮点*/
.module#fourth_area {
  background: url(fourth_area.jpg) no-repeat top #c6c7ca;
  padding: 0 0 110px;
}

.module#fourth_area .b_title {
  margin: 0;
}

.sld_news {
  background: url(sld_news.jpg) no-repeat top;
  height: 640px;
  padding: 50px;
  box-shadow: 0 0 10px #afb4c0;
}

/*法院亮点工作*/
.fyldgz {
  width: 400px;
  height: 548px;
  padding: 50px 42px 50px 300px;
  border-right: 1px solid #d2d2d2;
  overflow: hidden;
}

.fyldgz .essay:first-child {
  margin: 0 0 22px;
  border-bottom: 1px solid #d2d2d2;
}

.fyldgz .essay ul:first-child {
  height: 60px;
  overflow: hidden;  
}

.fyldgz .essay ul:first-child li {
  line-height: 30px;
}

.fyldgz .essay ul:first-child li a {
  float: left;
  font-size: 23px;  
}

.fyldgz .essay ul:first-child+ul {
  height: 140px;
  padding: 15px 0 20px 0;
  overflow: hidden;    
}

.fyldgz .essay ul:first-child+ul li {
  line-height: 28px;
  font-size: 16px;
}

.fyldgz .essay ul:first-child+ul li .detailContent a {
  float: right;
  font-size: 14px;
  color: #df444a;
}

.fyldgz .essay ul:first-child+ul li .detailContent a {
  *float: none;
}

.fyldgz .more a {
  float: right;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

/*各地法院巡礼 聚焦切实解决执行难 代表委员寄语*/
.sld_news {
  margin: 0 0 40px;
}

.sld_news .fr {
  float: right;
  width: 289px;
  padding: 50px 30px;
  overflow: hidden;
}

.sld_news .fr .title h2 {
  font-weight: bold;
}

.sld_news .fr .list {
  padding: 0 0 10px;
}

.sld_news .fr .list ul li {
  line-height: 36px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
} 

.gdfyxl,.jjzxn,.dbwyjy {
  margin: 0 0 20px;
  border-bottom: 1px solid #d2d2d2;
}

.dbwyjy {
  border-bottom: none;
}

.gdfyxl .list,.jjzxn .list,.dbwyjy .list {
  height: 108px;
}

/*“码”上看法院*/
.mskfy {
  margin: 0 0 40px;
}

.mskfy .s_title {
  height: 50px;
  line-height: 50px;
}

.mskfy .s_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #374262;
}

.mskfy .s_title a {
  height: 50px;
  line-height: 50px;
}

.mskfy .list {
  width: 1200px;

}
.mskfy_box { 
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mskfy_con {
  position: relative;
  overflow: hidden;
}

.mskfy_con ul {
  float:left;
}

.mskfy_list { 
  float: left;
  background: url(mskfy_list.png) no-repeat top;
  width: 200px;
  height: 430px;
  padding: 35px;
  margin: 0 40px 0 0;
  box-shadow: 0 0 10px #afb4c0;
  overflow: hidden;
}

.mskfy_list ul {
  *width: 200px;
}

.mskfy_list ul:first-child {
  height: 60px;
  margin: 0 0 15px;
  overflow: hidden;
}

.mskfy_list ul:first-child li {
  line-height: 30px;
  font-size: 18px;
}

.mskfy_list ul:first-child li a {
  font-size: 21px;
}

.mskfy_list ul:first-child+ul {
  height: 132px;
  overflow: hidden;
}

.mskfy_list ul:first-child+ul li {
  line-height: 22px;
}

.mskfy_list .ewm {
  width: 170px;
  height: 170px;
  padding: 30px 15px;
  overflow: hidden;
}

.mskfy_list .ewm img { 
  display: block;
  background: #fff;
  width: 150px;
  height: 150px;
  padding: 10px;
  overflow: hidden;
}

.mskfy_btn {
  width: 140px;
  margin: 20px auto;
  overflow: hidden;
}

.mskfy_btnl {
  float: left;
  background:url(mskfy_btnl.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.mskfy_btnr {
  float: right;
  background: url(mskfy_btnr.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.mskfy_list ul:first-child+ul li .detailContent a {
  float: right;
  color: #df444a;
}

.mskfy_list ul:first-child+ul li .detailContent a {
  *float: none;
}

/*人民法院“战”疫*/
.zyq .s_title {
  height: 50px;
  line-height: 50px;
}

.zyq .s_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #374262;
}

/*建言献策凝共识 司法为民不打烊*/
.jyxc,
.sfwm {
  float: left;
  background: #e7e7f0;
  width: 300px;
  height: 510px;
  padding: 25px 35px;
  overflow: hidden;
}

.jyxc .title,
.sfwm .title {
  height: 30px;
  line-height: 30px;
}

.jyxc .title h2,
.sfwm .title h2 {
  float: left;
  background: #374262;
  width: 160px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.jyxc .list .a_list,
.sfwm .list .a_list {
  padding: 30px 0 0; 
  border-bottom: 1px solid #b6b6bd;  
}

.jyxc .list .a_list ul:first-child,
.sfwm .list .a_list ul:first-child {
  height: 60px;
  overflow: hidden;  
}

.jyxc .list .a_list ul:first-child li,
.sfwm .list .a_list ul:first-child li {
  line-height: 30px;  
}

.jyxc .list .a_list ul:first-child li a,
.sfwm .list .a_list ul:first-child li a {
  float: left;
  font-size: 21px;
}

.jyxc .list .a_list ul:first-child+ul,
.sfwm .list .a_list ul:first-child+ul {
  height: 120px;
  padding: 20px 0 25px 0; 
  overflow: hidden;
}

.jyxc .list .a_list ul:first-child+ul li,
.sfwm .list .a_list ul:first-child+ul li {
  line-height: 24px;  
}

.jyxc .list .a_list ul:first-child+ul li .detailContent a,
.sfwm .list .a_list ul:first-child+ul li .detailContent a {
  float: right;
  color: #df444a;
}

.jyxc .list .a_list ul:first-child+ul li .detailContent a,
.sfwm .list .a_list ul:first-child+ul li .detailContent a {
  *float: none;
}

.jyxc .list .b_list,
.sfwm .list .b_list {
  padding: 25px 0 0 0;   
}

.jyxc .list .b_list ul li,
.sfwm .list .b_list ul li {
  line-height: 24px;
  margin: 0 0 5px;
  overflow: hidden;
  background-color: #f0f0f7;
  padding: 5px;
}

.jyxc .list .b_list ul li a,
.sfwm .list .b_list ul li a {
  font-size: 13px;
}

/*共克时艰赴一线*/
.gksj {
  float: left;
  background: #fff;
  width: 460px;
  overflow: hidden;
}

.gksj .title {
  background: #374262;
  height: 45px;
  line-height: 45px;
  padding: 20px 30px 0;
}

.gksj .title h2 {
  font-weight: bold;
  color: #fff;
}

.gksj .title a {
  color: #fff;
}

.gksj .list {
  height: 435px;
  padding: 30px;
  overflow: hidden;
}

.gksj .list .img_txt {
  width: 400px;
  height: 282px;
  position: relative;
  overflow: hidden;
}

.gksj .list .img_txt .resize img {
  display: block;
  width: 400px;
  height: 282px;
  overflow: hidden;
}

.gksj .list .img_txt .article_photo_title a {
  width: 380px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}


.gksj .list .img_txt .article_photo_title b {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 380px;
  height: 40px;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.gksj .list .img_txt .article_photo_title a {
  font-size: 18px;
  color: #fff;
}

.gksj .list ul li {
  float: left;
  background: #f1f1f1;
  width: 170px;
  height: 48px;
  line-height: 24px;
  margin: 16px 0 0;
  padding: 6px 10px;
  overflow: hidden;
}

.gksj .list ul li:first-child,
.gksj .list ul li:first-child+li+li {
  margin:16px 20px 0 0;
}






/*来了！民法典*/
.mfd {
  background:url(mfd.png) no-repeat;
  height: 375px;
  padding: 55px 40px 50px 190px;
  margin: 0 0 40px;
  overflow: hidden;
}

/*最新动态 热点关注 各界热议*/
.zxdt,
.rdgz,
.gjry {
  float: left;
  width: 230px;
  margin: 50px 0 0 70px;
  overflow: hidden;
}

.zxdt .title,
.rdgz .title,
.gjry .title {
  height: 25px;
  line-height: 25px;
}

.zxdt .title h2,
.rdgz .title h2,
.gjry .title h2 {
  float: left;
  background:url(mfd_tit.png) no-repeat; 
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  overflow: hidden; 
}

.zxdt .title a,
.rdgz .title a,
.gjry .title a {
  color: #c81125;
}

.zxdt .list .essay ul:first-child,
.rdgz .list .essay ul:first-child,
.gjry .list .essay ul:first-child {
  height: 60px;
  padding: 20px 0 8px;
  overflow: hidden;
  
}

.zxdt .list .essay ul:first-child li,
.rdgz .list .essay ul:first-child li,
.gjry .list .essay ul:first-child li {
  line-height: 30px;
}

.zxdt .list .essay ul:first-child li a,
.rdgz .list .essay ul:first-child li a,
.gjry .list .essay ul:first-child li a {
  float: left;
  font-size: 20px;
  color: #df444a;
}

.zxdt .list .essay ul:first-child+ul,
.rdgz .list .essay ul:first-child+ul,
.gjry .list .essay ul:first-child+ul {
  height: 150px;
  overflow: hidden;
}

.zxdt .list .essay ul:first-child+ul li,
.rdgz .list .essay ul:first-child+ul li,
.gjry .list .essay ul:first-child+ul li {
  line-height: 30px;
  font-size: 16px;
}

.zxdt .list .essay ul:first-child+ul li .detailContent a,
.rdgz .list .essay ul:first-child+ul li .detailContent a,
.gjry .list .essay ul:first-child+ul li .detailContent a {
  color: #df444a;
}

/*新闻综述*/

.xwzs,
.lhgc {
  height: 250px;
  margin: 0 0 40px;
  overflow: hidden;
}

.xwzs .title,
.lhgc .title {
  float: left;
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.xwzs .title {
  background:url(xwzs_tit.png) no-repeat;
}

.lhgc .title {
  background:url(lhgc_tit.png) no-repeat;
}

.xwzs .title a,
.lhgc .title a {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.xwzs .list,
.lhgc .list {
  float: right;
  width: 900px;
  overflow: hidden;
  
}

.xwzs .list .a_list,
.lhgc .list .a_list {
  border-bottom: 1px solid #cecece;
}

.xwzs .list .a_list ul:first-child,
.lhgc .list .a_list ul:first-child {
  
}

.xwzs .list .a_list ul:first-child li,
.lhgc .list .a_list ul:first-child li {
  line-height: 34px;
}

.xwzs .list .a_list ul:first-child li a,
.lhgc .list .a_list ul:first-child li a {
  font-size: 30px;
}

.xwzs .list .a_list ul:first-child+ul,
.lhgc .list .a_list ul:first-child+ul {
  height: 60px;
  padding: 10px 0;
  overflow: hidden;
}

.xwzs .list .a_list ul:first-child+ul li,
.lhgc .list .a_list ul:first-child+ul li {
  line-height: 30px;
}

.xwzs .list .a_list ul:first-child+ul li a,
.lhgc .list .a_list ul:first-child+ul li a {
  font-size: 16px;
}

.xwzs .list .b_list,
.lhgc .list .b_list {
  padding: 10px 0 0;
}

.xwzs .list .b_list ul li,
.lhgc .list .b_list ul li {
  float: left;
  background:url(li_icon.png) no-repeat left center;
  width: 400px;
  height: 40px;
  line-height: 40px;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  /*text-indent: 28px;*/
  overflow: hidden;
}

.xwzs .list ul li .detailContent a,
.lhgc .list ul li .detailContent a {
  float: right;
  font-size: 16px;
  color: #df444a;
}

/*大法官访谈*/
.dfgft {
  background:url(dfgft.jpg) no-repeat top #fff;
  height: 645px;
  margin: 0 0 40px;
  overflow: hidden;
  position: relative;
}

#dfgft {
  width: 1165px;
  margin: 0 auto;
  padding: 400px 0 0 35px;
  overflow: hidden;
}

.dfgft_list {
  float: left;
  background:url(dfgft_list.png) no-repeat;
  width: 252px;
  height: 165px;
  padding: 3px 10px 10px 3px;
  margin: 0 23px 0 0;
  position: relative;
  overflow: hidden;
}

.dfgft_list a span {
  width: 232px;
  height: 38px;
  line-height: 38px;
  padding:0px 10px;
  color: #fff;
  position: absolute;
  left: 3px;
  bottom: 10px;
  overflow:hidden; 
}

.dfgft_list a b {
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 252px;
  height: 38px;
  position: absolute;
  left: 3px;
  bottom: 10px;
}

/*大法官访谈(一个)*/
.dfgft1 {
  background:url(dfgft1.jpg) no-repeat top #fff;
  
  height: 645px;
  margin: 0 0 40px;
  overflow: hidden;
}

#dfgft1 {
  width: 900px;
  margin: 0 auto;
  padding: 70px 0 0;
  overflow: hidden;
}

.dfgft_list1 {
  float: left;
  width: 880px;
  height: 500px;
  border: 10px solid #fff;
  margin: 0;
  overflow: hidden;
}

.dfgft_list1 a {
  color: #fff;
}

.dfgft_list1 .img a img {
  display: block;
  width: 880px;
  height: 460px;
  overflow: hidden;
}

.dfgft_list1 .video_btn {
  background: #910200;
  width: 880px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

.dfgft_list1 .video_btn a {
  margin:0 20px;
  font-size: 18px;
}

/*大法官访谈(两个)*/
#dfgft2 {
  width: 1200px;
  margin: 0 auto;
  padding: 160px 0 0;
  overflow: hidden;
}

.dfgft_list2 {
  width: 560px;
  height: 330px;
  border: 10px solid #fff;
  margin: 0;
  overflow: hidden;
}

.dfgft_list2:first-child {
  float: left;
}

.dfgft_list2:first-child+li {
  float: right;
}

.dfgft_list2 a {
  color: #fff;
}

.dfgft_list2 .img a img {
  display: block;
  width: 560px;
  height: 290px;
  overflow: hidden;
}

.dfgft_list2 .video_btn {
  background: #910200;
  width: 560px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

.dfgft_list2 .video_btn a {
  margin:0 20px;
  font-size: 18px;
}

/*大法官访谈(三个及以上)*/
.dfgft {
  background:url(dfgft.jpg) no-repeat top #fff;
  height: 645px;
  margin: 0 0 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.dfgft_box { 
  width: 1080px;
  height: 235px;
  margin: 335px auto 0;
  /*padding: 335px 0 0;*/
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.dfgft_con {
  position: relative;
  overflow: hidden;
}

.dfgft_con ul {
  float:left;
}

.dfgft_list3 { 
  float: left;
  width: 300px;
  height: 215px;
  margin: 0 40px 0 0;
  border: 10px solid #fff;
  overflow: hidden;
}

.dfgft_list3 a {
  color: #fff;
}

.dfgft_list3 .img a img {
  display: block;
  width: 300px;
  height: 175px;
  overflow: hidden;
}

.dfgft_list3 .video_btn {
  background: #910200;
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}

.dfgft_list3 .video_btn a {
  margin:0 20px;
  font-size: 18px;
  cursor: pointer;
}

.dfgft_btn {
  width: 140px;
  margin: 15px auto 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.dfgft_btnl {
  float: left;
  background:url(scj_btnl.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.dfgft_btnr {
  float: right;
  background: url(scj_btnr.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.dfgft_list ul:first-child+ul li .detailContent a {
  float: right;
  color: #df444a;
}

.dfgft_list ul:first-child+ul li .detailContent a {
  *float: none;
}

.dfgftjhy {
  display: block;
  width: 100%;
  height: 645px;
  position: absolute;
  top: 0;
  z-index: 2;
}


/*两会视频 两会寄语 为他点赞 法治微影*/
.lhsp,
.lhjy,
.wtdz,
.fzwy {
  background: #f7f7f7;
  height: 299px;
  border: 1px solid #e5e5e5;
  margin: 0 0 40px;
  overflow: hidden;
}

.lhsp .title,
.lhjy .title,
.wtdz .title,
.fzwy .title {
    float: left;
    width: 60px;
    height: 299px;
    position: relative;
    overflow: hidden; 
}

.lhsp .title {
  background: url(lhsp_tit.png) no-repeat;
}

.lhjy .title {
  background: url(lhjy_tit.png) no-repeat;
}

.wtdz .title {
  background: url(wtdz_tit.png) no-repeat;
}

.fzwy .title {
  background: url(fzwy_tit.png) no-repeat;
}

.lhsp .title a,
.lhjy .title a,
.wtdz .title a,
.fzwy .title a {
  float: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.lhsp .list,
.lhjy .list,
.wtdz .list,
.fzwy .list {
  float: left;
  width: 1138px;
  padding: 15px 0;
  overflow: hidden;
} 

.lhsp .list .bigImg,
.lhjy .list .bigImg,
.wtdz .list .bigImg,
.fzwy .list .bigImg {
  float: left;
  background: url(gst_list.png) no-repeat;
  width: 250px;
  height: 229px;
  padding: 24px 33px 14px 24px;
  margin: 0 0 0 52px;
  overflow: hidden;
}

.lhsp .list .bigImg a span,
.lhjy .list .bigImg a span,
.wtdz .list .bigImg a span,
.fzwy .list .bigImg a span {
  display: block;
  width: 250px;
  line-height: 24px;
  margin: 10px 0 0;
  font-size: 16px;
  text-align: center;
} 

/*天平短视频*/
.tpdsp {
  margin: 0 0 40px;
}

.tpdsp .s_title {
  background: url(tpdsp_tit.png) repeat-x;
  height: 50px;
  line-height: 50px;
}

.tpdsp .s_title h2 {
  display: block;
  background: #fff;
  width: 200px;
  margin: 0 auto;
  font-size: 30px;
  color: #c81125;
  text-align: center;
}

.tpdsp .s_title a {
  background: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

#tpdsp.picScroll-left{ 
  overflow: hidden; 
  position: relative; 
}

#tpdsp.picScroll-left .hd{ 
  display: none;
  overflow:hidden;
}

#tpdsp.picScroll-left .hd .prev:hover,.picScroll-left .hd .next:hover {
  background-position: center bottom;
}
#tpdsp.picScroll-left .bd ul{ 
  overflow:hidden; 
  zoom:1;
}
#tpdsp.picScroll-left .bd ul li {
  float:left; 
  width: 270px;
  height: 540px;
  margin: 0 40px 0 0;
  overflow:hidden; 
}

#tpdsp.picScroll-left .bd ul li .pic img{ 
  display: block;
  width: 270px; 
  height: 483px;  
}

/*两会时光*/
.lhsg {
  background: url(lhsg.png) no-repeat left;
  width: 1200px;
  height: 140px;
  margin: 0 0 40px;
  overflow: hidden;
}

#miusc {
  display: none;
}

#rate {
  height: 8px!important;
  background: #a2a7aa;
  position: relative;
  margin: 7px;
}

#rate #check {
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: -7px;
  left: -7px;
  border-radius: 100%;
  cursor: pointer;
}

#rate #check span {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 6px;
  left: 6px;
}

#rate #rateBg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#rate #checkBg {
  background: #e9535d;
  width: 100%;
  top: -5px;
  height: 20px;
  left: -100%;
  position: absolute;
}

.MiuscPlayerTime {
  width: 300px;
  margin-left: 7px;
}

.MiuscPlayerTime #nowTime {
  float: left;
}

.MiuscPlayerTime #allTime {
  float: right;
}

#MiuscPrev, #MiuscPlay, #MiuscNext, #MiuscUp, #MiuscDown {
  cursor: pointer;
}

#MiuscList ul li {
  list-style: none;
  cursor: pointer;
}

#MiuscList ul li.active {
  color: #fd4848;
}

#MiuscMod {
  width: 746px;
  height: 140px;
}

#MiuscPlayer #MiuscList {
  float: left;
  width: 670px;
  height: 20px;
  margin: 20px 20px 0;
  font-size: 12px;
  background: #f2f2f2;
  text-align: center;
  overflow: hidden;
}

#MiuscPlayer #MiuscList ul li {
  float: none;
  display: none;
}

#MiuscPlayer #MiuscList ul li.active {
  display: block;
  font-size: 14px;
  color: #636363; 
}

#MiuscPlayer .MiuscPlayerContent {
  float: left;
  width: 895px;
  padding: 26px 0 0 128px;
}

#MiuscPlayer .MiuscPlayerTime {
  width: 895px;
  font-size: 12px;
  color: #aaaaaa;
  margin: 0 0 10px;
}

#MiuscPlayer #rate {
  width: 895px;
}

#MiuscPlayer #rate {
  border-radius: 10px;
}

#MiuscPlayer #rate #rateBg {
  border-radius: 10px;
}

#MiuscPlayer #rate #check {
  background: url(check.png) no-repeat;
  border: none;
  width: 22px;
  height: 22px;
  top: -8px;
}

#MiuscPlayer #rate #check span {
  width: 32px;
  height: 32px;
  top: 3px;
  left: 3px;
}

#MiuscPlayer .MiuscPlayerButton {
  height: 54px;
  padding-left: 0px;
}

#MiuscPlayer .MiuscPlayerButton li {
  float: left;
  list-style: none;
}

#MiuscPlayer #MiuscPrev {
  width: 20px;
  height: 20px;
  background: url("prevv.png") center bottom no-repeat;
  margin: 17px 0 0 12px;
}

#MiuscPlayer #MiuscPlay {
  width: 27px;
  height: 26px;
  background: url("pause.png") center center no-repeat;
  margin: 13px 12px;
}

#MiuscPlayer #MiuscPlay.active {
  background-image: url("play.png");
}

#MiuscPlayer #MiuscNext {
  width: 20px;
  height: 20px;
  background: url(nextt.png) center bottom no-repeat;
  margin: 17px 0 0 0px;
}

#MiuscPlayer #MiuscUp {
  background: url(up.png) center center no-repeat;
  width: 14px;
  height: 14px;
  margin: 24px 0 0 12px;
  overflow: hidden;
}

#MiuscPlayer #MiuscVoice {
  background: url(voice.png) center center no-repeat;
  width: 20px;
  height: 17px;
  margin: 21px 0 0 12px;
  overflow: hidden; 
}

#MiuscPlayer #MiuscDown {
  background: url(down.png) center center no-repeat;
  width: 14px;
  height: 14px;
  margin: 24px 0 0 8px;
  overflow: hidden;
}

/*历届两会*/
.ljlh {
  margin: 0 0 40px;
}

.ljlh .s_title {
  background: url(tpdsp_tit.png) repeat-x;
  height: 50px;
  line-height: 50px;
}

.ljlh .s_title h2 {
  display: block;
  background: #fff;
  width: 200px;
  margin: 0 auto;
  font-size: 30px;
  color: #c81125;
  text-align: center;
}

.ljlh .list a {
  float: left;
  width: 277px;
  height: 76px;
  overflow: hidden;
}

.ljlh .list a:first-child,
.ljlh .list a:first-child+a,
.ljlh .list a:first-child+a+a,
.ljlh .list a:first-child+a+a+a+a+a {
  margin: 0 30px 30px 0;
}

.ljlh .list a:first-child+a+a+a+a {
  margin: 0 30px 30px 154px;
}

.ljlh .list a:first-child+a+a+a+a+a+a {
  margin: 0 0 30px;
}

/*底部*/
.footer {
  background: #cb1820;
  min-width: 1300px;
  width: 100%;
  height: 160px;
  padding: 40px 0;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  clear: both;
}

/*二级列表页*/
.return {
  background: #e72c2d;
  width: 1100px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding: 0 50px;
  overflow: hidden;
}

.return a {
  font-size: 24px;
  color: #fff;
}


.maina {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.maina .title {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #bb0b0e;
  margin: 40px 0 0;
  overflow: hidden; 
}

.maina .title h1 {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #bb0b0e;
}

.maina .title .more {
  float: right;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.maina .title .more a {
  font-size: 20px;
  color: #565656;
}

.maina .txt_list {
  padding: 20px 0;
}

.maina .photo_list {
  padding: 40px 0;
}

.maina .photo_list li {
  float: left;
  width: 200px;
  height: 220px;
  margin: 0 40px 40px 0;
  overflow: hidden;
}

.maina .photo_list li dl {
  width: 200px;
  height: 220px;
  overflow: hidden;
}

.maina .photo_list li dt {
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.maina .photo_list li dt img {
  float: left;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

.maina .photo_list li dd {
  width: 200px;
  line-height: 30px;
  padding: 10px 0 0;
  text-align: center;
  overflow: hidden;
}

.maina .txt_list li {
  background: url(li_icon1.png) no-repeat left center;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  overflow: hidden;
}

.maina .txt_list li a {
  font-size: 18px;
}

.maina #videoCoverage {
  padding: 40px 0;
}

.maina #videoCoverage .article_photo_titile {
  float: left;
  width: 200px;
  height: 220px;
  margin: 0 40px 40px 0;
  overflow: hidden;
}

.maina #videoCoverage .article_photo {
  width: 200px;
  height: 150px;
}

.maina #videoCoverage .article_photo img {
  float: left;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

.maina #videoCoverage .article_photo_title {
  width: 200px;
  height: 60px;
  line-height: 20px;
  padding: 10px 0 0;
  text-align: center;
  overflow: hidden;
}

.maina #videoCoverage .article_photo_title a {
  font-size: 13px;
}

.maina #videoCoverage.tpdsp_second .article_photo_titile {
  height: 460px;
}

.maina #videoCoverage.tpdsp_second .article_photo {
  height: 400px;
}

.maina #videoCoverage.tpdsp_second .article_photo img {
  height: 400px;
}


/*重点解读二级页面*/

.szmk {
  overflow: hidden;
  height: 200px;
  border: 1px solid #cccccc;
  margin-top: 20px;
}

.main .szmk .szmk_left .szmk_img img {
  width: 300px!important;
  height: 200px!important;
}

.szmk div.tonglan1 div.title_xzej {
  background: url(xzmkej_title.jpg) no-repeat left center;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
}

.szmk div.tonglan1 div.title_xzej span.more_xz {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  float: right;
  width: auto;
  padding-right: 10px;
  color: #fff;
}

.szmk div.tonglan1 div.title_xzej span.more_xz a {
  color: #fff;
}

.szmk div.tonglan1 div.title_xzej span.more_xz ul li {
  float: left;
  margin: -4px 10px;
  clear: none;
}

.szmk div.tonglan1 div.title_xzej span.more_xz ul li div {
  float: left;
  margin-right: 10px;
}

/* .szmk div.tonglan1 div.title_xzej span.more_xz ul li div select{float: left;margin-bottom:6px;vertical-align:middle;} */

.szmk div.tonglan1 div.title_xzej span.more_xz ul li div input {
  float: left;
}

.szbdej {
  width: 656px!important;
  height: 200px;
  overflow: hidden;
}

.szbdej h2 {
  font-size: 16px;
  font-weight: bold!important;
  text-align: center;
  background: #eaeaea;
  color: #000;
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
}

.szbdej ul li {
  width: 614px!important;
  padding-left: 14px!important;
  float: none!important;
  background: none!important;
}

.szbdej_list {
  height: 170px;
  overflow-y: scroll;
}

/*漂浮窗*/

#adl {
  width: 75px!important;
  height: 605px!important;
  background: url(daohang.png) no-repeat center;
}

/*#adl{width:75px!important; height:535px!important; background:url(daohang1.png) no-repeat center;}*/

#adl ul {
  width: 75px;
  margin: 36px auto 2px;
}

#adl li {
  width: 75px;
  line-height: 71px;
  text-align: center;
}

#adl li a {
  width: 75px;
  height: 71px;
  display: block;
  font-size: 16px;
  color: #fff;
}

#adl .adltop a {
  width: 75px;
  height: 62px;
  display: block;
}

.closeFloat {
  display: none;
}

div.paginationControl {
  font-size: 14px;
  text-align: left;
  line-height: 50px;
  padding: 20px 0;
  text-align: center;
  clear: both;
}

div.paginationControl a {
  color: #666;
  text-decoration: none;
  padding: 7px 12px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}

div.paginationControl a:hover, div.paginationControl a:active {
  text-decoration: none;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 4px #eaeaea;
}

div.paginationControl span {
  background-color: #fff;
}

div.paginationControl span.current {
  padding: 7px 12px;
  color: #fff;
  background: #c8201a;
  border: 1px solid #c8201a;
}

div.paginationControl input {
  border: 1px solid #e2e2e2;
  width: 36px!important;
  height: 33px;
  line-height: 32px;
  margin-top: -3px;
  padding: 0;
  border-radius: 0;
}

div.paginationControl span#head_page, div.paginationControl span#first_page, div.paginationControl span#next_page, div.paginationControl span#foot_page {
  color: #666;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}

div.paginationControl span.disabled {
  color: #cecece;
  border: 1px solid #e2e2e2;
  padding: 7px 12px;
  cursor: default;
}

/*两会最高人民法院工作报告*/

#lhbg {
  background: #fff;
}

#lhbg .lhanner{
  background: url(gzbgbanner.jpg) no-repeat center;
  height: 500px;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
}

#lhbg #main {
  width: 1140px!important;
  margin-top: inherit!important;
  margin-bottom: 20px!important;
  border: none!important;
  box-shadow: none;
}

#lhbg #main .focus {
  width: 1000px;
  height: 580px;
  background: #f4f4f4;
  padding-top: 25px;
  margin: 40px 0 0 70px;
}

#lhbg #main .focus #focusimg {
  margin: 0 0 0 25px;
}

#lhbg #main .focus #focusimg .mF_tbhuabao .dot {
  height: 25px!important;
  line-height: 25px!important;
}

#lhbg #main .focus #focusimg .txt {
  display: none;
}

#lhbg_info {
  width: 1000px;
  height: 247px;
  margin: 0 0 0 70px;
  background-color: #4BB1D7;
  color: #fff;
}

#lhbg_info .tit {
  font-size: 40px;
  height: 95px;
  line-height: 95px;
  text-align: center;
}

#lhbg_info .info {
  height: 152px;
  font-size: 16px;
  line-height: 26px;
}

#lhbg_info .info .left {
  float: left;
  width: 230px;
  height: 110px;
  border-right: 1px solid #ccc;
  margin: 20px 0 0 30px;
}

#lhbg_info .info .right {
  float: left;
  width: 670px;
  height: 110px;
  margin: 20px 0 0 30px;
}

#lhbg_points {
  width: 1000px;
  margin: 30px 0 0 70px;
}

#lhbg_points .tit {
  width: 1000px;
  height: 40px;
  margin-bottom: 20px;
  background: url(gzbgtit.jpg) no-repeat left;
}

#lhbg_points .tit h2 {
  float: left;
  font-size: 24px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
  color: #DF3A41;
  padding-left:46px;
}

#lhbg_points .tit a.more {
  position: absolute;
  margin: 0 0 0 740px;
  font-size: 16px;
}

#lhbg_points .list {
  float: left;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

#lhbg_points .list dl {
  float: left;
  width: 332px;
  height: 215px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

#lhbg_points .list dl dt {
  font-size: 24px;
  width: 311px;
  margin: 25px 0 0 25px;
}

#lhbg_points .list dl dd {
  width: 290px;
  line-height: 24px;
  margin: 15px 0 0 25px;
}

#lhbg_points .list dl dd .detailContent a {
  color: #c70000;
}

#lhbg_photo {
  width: 1000px;
  margin: 30px 0 0 70px;
  overflow: hidden;
}

#lhbg_photo .tit {
  width: 954px !important;
  padding-left:46px;
  height: 40px !important;
  margin-bottom: 15px;
  color: #DF3A41;
  background: url(gzbgtit.jpg) no-repeat left;
}

#lhbg_photo .tit h2 {
  float: left;
  background: url(tit8.png) no-repeat left;
  font-size: 24px;
  font-weight: 400;
  height: 25px;
  line-height: 25px;
}

#lhbg #main #lhbg_photo .list {
  width: 1000px;
  height: 240px;
  background: none;
  margin: 0!important;
}

#lhbg_photo .list li {
  float: left;
}

#lhbg_photo .list dl {
  float: left;
  width: 324px;
  height: 226px;
  margin: 4px;
}

#lhbg_photo .list dl dt, #lhbg_photo .list dl dt img {
  width: 324px;
  height: 226px;
}

#lhbg_photo .list dl dd {
  width: 304px;
  height: 40px;
  font-size: 18px;
  line-height: 20px;
  margin-top: -60px;
  padding: 10px;
  text-align: center;
  position: relative;
  background: #000;
  filter: Alpha(opacity=70);
  background: rgba(0, 0, 0, 0.7) none repeat scroll !important;
}

#lhbg_photo .list dl dd ul {
  padding-top: 10px;
}

#lhbg_photo .list dl dd a {
  color: #fff;
}

.tong.lhbg {
  width: 1000px;
  margin: 0 0 0 70px;
}

.tong.lhbg .tit {
  width: 1000px;
  height: 40px!important;  
  margin-bottom: 20px;
  background: url(gzbgtit.jpg) no-repeat left;
}

.tong.lhbg .tit h2 {
  float: left;
  font-size: 24px!important;
  font-weight: 400!important;
  height: 25px;
  line-height: 25px;
  color: #DF3A41;
  padding-left:46px;

}

.tong.lhbg .wzsl {
  width: 1000px !important;
  height: 800px !important;
}

.tong.lhbg .wzsl ul {
  width: 970px !important;
  height: 700px !important;
}

.wzsl {
  height: 515px;
  overflow: hidden;
}

.wzsl h2 {
  font-size: 16px;
  font-weight: bold!important;
  text-align: center;
  background: #eaeaea;
  color: #f50303;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px 0;
}

.wzsl ul {
  height: 420px;
  overflow-y: scroll;
  padding: 15px;
  width: 1030px;
}

div.wzsl ul li div.ly_author {
  border-bottom: 1px solid #dddddd;
  height: 30px;
  line-height: 30px;
  padding-bottom: 5px;
}

div.wzsl ul li div.ly_author span.right {
  font-size: 12px;
  color: #999;
}

div.wzsl ul li div.ly_con {
  text-indent: 2em;
  line-height: 30px;
  margin: 5px 0 15px;
  *line-height: 30px;
}

/*大法官*/
.dfg_b {
	width: 100%;
	background: url(dfgftx.jpg) no-repeat center top;
}
.dbanner{height: 870px;}

.dbanner img {
  width:1160px;
  height:871px;
  margin:0 auto;
}
.dfg_b .tempWrap{width: 1120px!important;}
#main {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  *margin-top: 0 !important;
  margin-bottom: 50px;
  box-shadow: 0px 6px 12px #888888;
  -moz-box-shadow: 0px 6px 12px #888888;
  z-index: 999;
  background-color: #fff;
}

#main .jdt {
  background: #fff;
  margin: 20px 20px 30px 20px;
  height: 400px;
}

#main #focus {
  float: left;
  width: 600px;
  height: 400px;
  background: #fff5ec;
  margin-right: 10px;
}

.dfg_b #main .newmokuai{
	width: 468px!important;
}
#main .newmokuai {
  /*width:470px;*/
  width: 460px;
  height: 350px;
  float: right;
  padding: 10px 20px;
}

#main .newmokuai li b {
  color: #f50303;
}

#main .newmokuai li p a {
  color: #e94a4e!important;
  font-weight: bold;
}

#main .newmokuai div.biaoti {
  width: 430px;
  margin-bottom: 5px;
}

#main .newmokuai div.biaoti li {
  font-size: 16px;
  width: 430px;
  font-weight: bold;
  font-family: "微软雅黑", "黑体", "宋体";
  color: #be1919;
  line-height: 35px;
}

#main .newmokuai div.biaoti li a, .new_more a {
  color: #be1919;
}

#main .newmokuai div.newlist {
  width: 430px;
  overflow: hidden;
  margin-bottom: 15px;
}

#main .newmokuai div.newlist li {
  width: 430px;
  line-height: 24px;
  font-size: 14px;
  text-indent: 2em;
}

#main .new_more {
  text-align: right;
  font-weight: bold;
}

#main #main_jdyw .focus .mF_tbhuabao_wrap {
  width: 535px;
  height: 395px;
  margin-bottom: 20px;
}

#main .title {
  margin-bottom: 30px;
  height: 44px;
  line-height: 36px;
  background: url(dfgft_title.png) no-repeat center;
  padding: 0;
}

#main .title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  float: none;
}

#dfg_img {
  margin-bottom: 10px;
  overflow: hidden;
}

#dfg_img div.list_br {
  border: none!important;
}

#fg_img img {
  width: 600px;
  height: 400px;
}

#fg_con ul li {
  line-height: 30px;
  text-indent: 0;
  font-size: 14px;
}

.dfg_b #fg_con ul li {
  line-height: 30px;
  text-indent: 0;
  font-size: 16px;
}

#ScrCont {
  overflow: hidden;
  width: 1000px;
  height: 160px;
}

#ft_photo {
  clear: both;
  overflow: hidden;
  padding: 0 20px;
  width: 1200px;
}

#ft_photo dl {
  width: 208px;
  float: left;
  margin-right: 20px;
  margin-bottom:14px;
}

#ft_photo dl:last-child {
  margin-right: 0;
}

#ft_photo dl {
  float: left;
}

#ft_photo dl dt img {
  width: 208px;
  height: 140px;
}

#ft_photo dl dd {
  text-align: center;
  width: 208px;
  margin-top: 5px;
  line-height: 30px;
}

.dfg_b #ft_photo dl dd {
  text-align: center;
  width: 208px;
  margin-top: 5px;
  line-height: 24px;
  margin: 0 auto;
}
.ftjd{
	overflow: hidden;
	margin: 10px 20px 40px;
	border: 1px solid #B91C22;
}
.ftjd .ft_tit {
	width: 48px;
	height: 66px;
	background: #B91C22;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	padding: 0px 10px;
	letter-spacing: 2px;
}
.ftjd .ft_list {width: 1050px;}
.ftjd .ft_list li{
	width: 480px;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin: 0 18px;
}


.ftwz{
  height: 650px;
  overflow: hidden;
  margin: 10px 10px 50px 10px;
}
.wyhdq {
  height: 420px;
  overflow: hidden;
  margin: 10px 10px 50px 10px;
}
.ftwz h2 {
  font-size: 16px;
  font-weight: bold!important;
  text-align: center;
  background: #eaeaea;
  color: #f50303;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px 0;
}

.right {
  float: right;
}

.left {
  float: left;
}

.wyhdq ul {
  height: 224px;
  overflow-y: scroll;
  padding: 15px 0 15px 32px;
  width: 1030px;
}
.ftwz ul{
  height: 506px;
  overflow-y: scroll;
  padding: 15px 0 15px 32px;
  width: 1030px;
}
div.tong {
  width: 1120px;
  margin: 0 auto;
}

.tong .title, .tong.fyjsxl .title {
  width: 1120px;
}

div.tong div.wyhdq ul li div.ly_author, div.ftwz ul li div.ly_author {
  border-bottom: 1px solid #dddddd;
  height: 30px;
  line-height: 30px;
  padding-bottom: 5px;
}

div.tong div.wyhdq ul li div.ly_author span.right, div.ftwz ul li div.ly_author span.right {
  font-size: 12px;
  color: #999;
}

div.dfg_b div.tong div.wyhdq ul li div.ly_author span.right,div.dfg_b div.ftwz ul li div.ly_author span.right {
  display: none!important;
}


div.tong div.wyhdq ul li div.ly_con, div.ftwz ul li div.ly_con {
  text-indent: 2em;
  line-height: 30px;
  margin: 5px 0 15px;
  *line-height: 30px;
}

.ly_hf {
  margin-top: 10px;
  background: #f0f0f0;
}

.hf {
  border-bottom: 1px #999 dashed;
  padding: 5px 10px;
  font-weight: bold;
}

.hf_con {
  padding: 5px 10px;
}

.linenew ul li {
  line-height: 28px;
}

.linenew ul li b {
  font-size: 16px;
}

.lis2 {
  margin: 0 10px;
  width: 1020px;
}

.dfooter {
  width: 100%;
  text-align: center;
  height: 145px;
  padding-top: 40px;
  line-height: 30px;
  color: #fff;
  clear: both;
  background: #c4a172;
}

/*全国模范*/

.total {
  background: #fff;
}

.total #main {
  border: 1px solid #eee;
  margin-top: 30px;
}

.total #ft_photo {
  width: 800px;
}

.total #ft_photo dl {
  float: left;
  margin-right: 15px;
  width: 150px;
}

.total #ft_photo dl dt img {
  width: 150px;
  height: 100px;
}

.total #fg_img img {
  width: 600px;
  height: 400px;
}

.total #main #focus {
  float: left;
  width: 600px;
  height: 400px;
  background: #fff5ec;
  margin-right: 10px;
}

.total #main .jdt {
  height: 400px;
}

.total #main .newmokuai {
  width: 486px;
}

.total #main .newmokuai li p a {
  color: #e94a4e!important;
}

.total #main .newmokuai li div {
  margin-left: 84px;
  margin-top: -32px;
}

.total #main .newmokuai {
  padding: 10px;
}

.total #main .title {
  background: url(biaoti1.png) no-repeat;
  line-height: 45px;
}

.total #main .tong.fyjsxl .title {
  background: url(biaoti2.png) no-repeat;
}

.total #main .title h2 {
  color: #d22525;
  text-align: center;
}

.total #main .tong .title h2 {
  text-align: center;
  position: absolute;
  width: 1120px;
}

.total #ft_photo {
  width: 1120px;
  height: 155px;
  margin: 0px auto 30px auto;
  clear: both;
}

.total #main .newmokuai li b {
  color: #d22525;
}

.total .ftwz h2 {
  color: #d22525;
}

.total .mbanner {
  z-index: 100;
  height: 530px;
}

.total .mbanner img {
  position: absolute;
  left: 50%;
  margin-left: -968px;
}

.mfooter {
  width: 100%;
  text-align: center;
  height: 145px;
  padding-top: 40px;
  line-height: 30px;
  color: #999999;
  clear: both;
  background: #fff;
  border-top: 4px solid #d22525;
}

/*全媒体报告解读*/

.qmt {
  background: #fff;
  min-width:1140px;
}

.qmt #main {
  border: 1px solid #eee;
  margin-top: 20px;
  box-shadow: 0px 0px 10px #eee;
  width: 980px;
}

.qmt #main .title {
  margin: 0 0 0 8px;
  height: 45px;
  line-height: 63px;
  padding: 0;
}

.qmt #ft_photo {
  width: 960px;
  height: auto;
  margin: 0 auto 10px 20px;
  clear: both;
}

.qmt #ft_photo dl {
  width: 140px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.qmt #ft_photo dl:last-child {
  margin-right: 0;
}

.qmt #ft_photo dl dt img {
  width: 140px;
  height: 92px;
}

.qmt #ft_photo dl dd {
  text-align: center;
  width: 140px;
  margin-top: 5px;
  line-height: 30px;
}

.qmt #fg_img img {
  width: 480px;
  height: 362px;
  /*margin-top: 20px;*/
}

.qmt #main #focus {
  float: left;
  width: 480px;
  height: 362px;
  margin-right: 10px;
}

/* .qmt #main .jdt{height: 460px;} */

.qmt #main .newmokuai {
  width: 430px;
  height: 362px;
}

.qmt #fg_con ul li {
  line-height: 28px;
}

.qmt #main .newmokuai li p a {
  color: #333!important;
}

.qmt #main .newmokuai li div {
  margin-left: 84px;
  margin-top: -28px;
  /*line-height: 22px;*/
}

.qmt #main .newmokuai {
  padding: 0;
}

.qmt #main .title {
  background: url(qmt_title.png) no-repeat;
  line-height: 45px;
}

.qmt #main .tong.fyjsxl .title {
  background: url(qmt_title2.png) no-repeat;
}

.qmt #main .title h2 {
  color: #d22525;
  text-align: center;
}

.qmt #main .tong .title h2 {
  text-align: center;
  position: absolute;
  width: 1120px;
}

.qmt #main .newmokuai li b {
  color: #333;
}

.qmt div.tong {
  width: 980px;
  margin: 0 auto;
}

.qmt .ftwz ul{
  height: 550px;
  overflow-y: scroll;
  padding: 15px 12px 15px 32px;
  width: 912px;
}

.qmt .wyhdq ul {
  height: 390px;
  overflow-y: scroll;
  padding: 15px 12px 15px 32px;
  width: 912px;
}

.qmt .ftwz h2 {
  color: #d22525;
}

.qmt .mbanner {
  z-index: 100;
  width:980px;
  height: 275px;
  margin: 0 auto
}

.qmt .mbanner img {
  position: absolute;/*
  left: 50%;
  margin-left: -490px;*/
}

.qmt .footer {
  border-top: 3px solid #dd9156;
  margin: 0 auto;
  width: 980px;
}

.qmt #fg_con ul li:nth-child(4) {
  max-height: 200px;
  overflow: hidden;
}

.qmt .sclj{margin-bottom: 20px;}
.qmt .sclj ul li{float: left;background-color: #b90e05;border: 2px solid #dd9156;border-radius: 8px;margin: 0 0 10px 10px;padding: 20px;width: 44%;text-align: center;}
.qmt .sclj ul li a{font-size: 28px;line-height: 40px;color: #fff;font-weight: bold;}

/*提示*/
.tips { width:250px; margin:0 auto;}
.tips a {  background-color: #cc0000; padding: 3px 10px;  color: #fff; margin: 0 auto;}

.mfooter {
  width: 100%;
  text-align: center;
  height: 145px;
  padding-top: 40px;
  line-height: 30px;
  color: #999999;
  clear: both;
  background: #fff;
  border-top: 4px solid #d22525;
}

