@charset "UTF-8";
.zcrWrap {
  width: 100%;
  margin: 0 auto;
}
body{
  background: #ffffff;
}
/* 顶部 */
.topic_info{
  padding: 20px;
}
.info_left{
   width: 400px;
}
.info_left .title{
  width: 95%;
  line-height: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.ztcontent{
   background: #ffffff;
}
.ztleft{
  width: 810px;
  border: 1px solid #f0f0f0;
}
/* 列表 */
.topicDiv {
  background: #ffffff;
  padding-top: 36px;
  border-bottom: 1px #ffffff solid;
  margin: 22px auto;
}
.topicDiv .tabList {
  width: 100%;
  margin: 0 auto 25px;
  background-color: #f1f1f1;
}
.topicDiv .tabList li {
  float: left;
  padding:0 20px;
}
.topicDiv .tabList li:hover {
  cursor: pointer;
}
.topicDiv .tabList li.active span {
  display: block;
  transform: scale(1.1);
}
.topicDiv .tabList li.active .titMask {
  display: block;
  transform: scale(1.1);
}
/*.topicDiv .tabList li span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 24px;
}*/
.topicDiv .tabList li .titMask {
  width: 100%;
  height: 8px;
  background: #75a3ff;
  border-radius: 6px;
  position: absolute;
  bottom: 2px;
  display: none;
}
.topicDiv .topicList li {
  padding: 20px 32px;
}
.topicDiv .topicList li a {
  display: block;
}
.topicDiv .topicList li .left p {
  width: 485px;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 33px;
  margin-bottom: 10px;
}
.topicDiv .topicList li .left span {
  font-size: 12px;
  text-align: left;
  color: #999999;
  line-height: 26px;
}
.topicDiv .topicList li .wutu p {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 33px;
  margin-bottom: 10px;
}
.topicDiv .topicList li .wutu span {
  font-size: 12px;
  text-align: left;
  color: #999999;
  line-height: 26px;
}
.topicDiv .topicList li .right {
  position: relative;
}
.topicDiv .topicList li .right img {
  width: 254px;
  height: 144px;
  display: block;
}
.topicDiv .topicList li .right .mask {
  position: absolute;
  width: 57px;
  height: 59px;
  background: url(../images/videoPlay.png);
  background-size: 57px 59px;
  left: 98px;
  top: 42px;
}
.topicDiv .topicList li:hover {
 text-decoration:underline;
}
.topicDiv .topicList li:hover p {
  text-decoration:underline;
}
.tabList li {
    padding-left: 10px;
    margin-top: 8px;
    cursor: pointer;
    /* height: 37px;
    line-height: 37px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333333; */
}
.tabList li.active{
   background: url(../images/zttitle.png) repeat-x;
   color: #ffffff;
}
/*右边*/
.ztolist{
  width: 370px;
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.ztolist .head{
  height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
    border-left: 3px solid #ff7c00;
    margin: 10px 0;
}
.ztolist .head span{
  display: block;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    color: #ff7c00;
    font-family: "微软雅黑", "黑体", "宋体", "楷体";
}
.ztolist ul{
  padding:10px;
}
.ztolist ul li a{
  display: block;
    font-size: 12px;
    line-height: 24px;
    color: #747474;
}
.ztolist ul li a:hover{
  text-decoration:underline;
}