﻿@charset "utf-8";
/*about zyr
 *知识产权-知产资讯
 * 2017/8-2
  */
 /*页面公用 start*/
.news-box{
	min-width: 1200px;
	overflow: hidden;
}.tt-box{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #cc0006;
}
.tt-box p{
	padding-left: 16px;
	text-align: left;
	border-left: 4px solid #cc0006;
	font-size: 28px;
	line-height: 30px;
	color: #333;
}
/*页面公用 end*/
/*当前位置 start*/
.box1{background: #f3f3f3;}
.current-address {
	font-size: 14px;
	color: #999;
	line-height:40px;
	overflow: hidden;
}
.current-address a{color: #999;}
.main-icon{
	width: 12px;
	height: 14px;
	background: url(../img/current-icon.png) no-repeat;
	position: relative;
	top:1px;
	margin: 0 3px;
}
.current-address>a:hover {color: #a77629;}
.current-address>.line {margin: 0 3px;}
.current-address>.now {color: #cc0006;}
/*当前位置 end*/

/*分页 start*/
.page-box{
	width: 600px;
	text-align: center;
	margin: 35px auto 10px;
	overflow: hidden;
}
.page-box{
	float:left;
	padding:12px 0px 12px 16px;
}
.page-box li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
	padding: 2px 4px;
	height: 20px;
	line-height: 20px;
}
.page-box li select{border: none;}
.page-box li a{
	float:left;
	color:#555;
	display:block;
}
.page-box li a:hover{
	color:#690;
	text-decoration:none;
}
.page-box li.thisclass,
.page-box li.thisclass a,.page-box li.thisclass a:hover{
	background-color:#F8F8F8;
	font-weight:bold;
}
.page-box .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.page-box .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/*分页 end*/
/*左边内容 stat*/
.new-box{
	width: 900px;
	overflow: hidden;
	text-align: left;
}
.new-list,
.new-list li,
.new-list li a{
	width: 100%;
	line-height: 0;
}
.new-list li a{
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}
.new-list li:first-child a{border-top: none;}
.new-img{
	width: 200px;
	height: 140px;
	overflow: hidden;
	margin-right: 20px;
}
.new-img img{
	width: 100%;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration:350ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
.new-text{
	width: 510px;
}
.new-text h3{
	font-size: 18px;
	color: #cc0006;
	line-height: 29px;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
	padding-bottom: 10px;
}
.new-text p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 100px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.new-date{
	width: 100px;
	text-align: center;
}
.new-date font{
	font-size: 16px;
	color: #adadad;
	line-height:26px;
}
.new-date span{
	display: block;
	width: 98px;
	text-align: center;
	height: 34px;
	line-height:34px;
	border: 1px solid #cc0006;
	border-radius: 2px;
	font-size: 14px;
	color: #cc0006;
	margin-top: 49px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.new-date span:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cc0006;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.new-list li:hover img{
	-webkit-transform: scale(1.1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
}
.new-list li:hover span{color: #fff;}
.new-list li:hover span:before, 
.new-list li:focus span:before, 
.new-list li:active span:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.new-list li:hover h3{text-decoration: underline;}
/*相关文章 start*/
/*类型tab start*/
.casetab-nav{
	width: 100%;
	padding: 20px 0;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.casetab-nav span{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.casetab-list{
	overflow: hidden;
	float: left;
}
.casetab-list li{
	float: left;
	margin-left: 20px;
}
.casetab-list li a{
	display:inline-block; /* 现代浏览器 +IE6、7 inline 元素 */  
	*display:inline; /* IE6、7 block 元素 */  
	*zoom:1; 
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.casetab-list .case-active a{
	background: #cd0005;
	color: #fff;
}
.casetab-list li a:hover{
	background: #cd0005;
	color: #fff;
}
/*类型tab end*/
/*相关文章 end*/


/*精彩导读 start*/
.features-box{
	width: 260px;
	padding: 2px 0;
}
.news-text{width: 100%;}
.guide-img{
    height: 70px;
    width: 70px;
}
.guide-img img{
	min-height: 70px;
}
.guide-text{
	width: 145px;
}
.guide-text p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	height: 52px;
	-padding-top: 9px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.new-list li:hover .guide-text p{
	color: #cd0005;
}
/*精彩导读 end*/

/*列表 详情 start*/
.detail-box{
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-bottom: 25px;
}
.detail-bd{
	padding: 0 70px;
	width: 1060px;
}
.detail-bd h4{
	font-size: 24px;
	color: #000;
	padding: 29px 0 14px;
	line-height: 26px;
}
.source-text span{
	font-size: 14px;
	line-height: 16px;
	color: #666;
	padding: 0 25px;
}
.source-text span font{
	color: #cc0006;
}
.detail-text{
	width: 100%;
	text-align: left;
	padding-top: 9px;
	margin-bottom: 30px;
}
.detail-text p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-bottom: 10px;
}
.detail-text p b{
	font-size: 18px;
	color: #333;
}
.law-img{
	padding: 20px 0;
	width: 100%;
	text-align: center;
}
.law-img img{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.turn-text a{
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.turn-text a:hover{
	text-decoration: underline;
	color: #cc0006;
}
.bdsharebuttonbox{
	margin-top: 5px;
}
/*列表 详情 end*/
.page-box input{
	padding-left: 0px;
}