/* 标题行样式 */
.chinacourt-booktit{
	padding: 12px 0 8px;
	border-bottom:1px solid #bfbfbf;
}
.chinacourt-booktit .search{
	float: left;
	position: relative;
}
.chinacourt-booktit .search input{
	float: left;
}
.chinacourt-booktit .search input.txt{
	width: 148px;
	height: 25px;
    line-height: 25px;
	padding: 0 8px;
	font-size: 14px;
	color: #555;
	border: 1px solid #bfbfbf;
	border-right: none;
}

.chinacourt-booktit input::-webkit-input-placeholder {
   color: #555;
}

.chinacourt-booktit input::-moz-placeholder { 
   color: #555;
}

.chinacourt-booktit input:-ms-input-placeholder {  
   color: #555;
}

.chinacourt-booktit .btn{
	display: block;
	width: 34px;
	height: 27px;
	background: #fff url(../images/search2.png) center no-repeat;
	outline: none;
	border: 1px solid #bfbfbf;
	border-left: none;
}
.chinacourt-select{
    float: left;
    position: relative;
    font-size: 14px;
	z-index:9999;
}

.chinacourt-select input{
    width: 112px;
    height: 25px;
    line-height: 25px;
	margin-right:6px;
	font-size: 14px;
	padding:0 26px 0 5px;
	color: #555;
	border: 1px solid #bfbfbf;
	outline: none;
	background: url(../images/point2.png) 120px center no-repeat;
}

.chinacourt-select ul{
    border-top: 1px solid #bfbfbf;
    display: none;
	position: absolute;
	top: 27px;
	left: 0;
    z-index:999;
}
.chinacourt-select li{
	padding-left: 5px;
	width: 138px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #bfbfbf;
	border-top: none;
    background: #fff;
    color: #555;
    cursor: pointer;
}
.chinacourt-booktit h3{
	padding-left: 22px;
	font-size: 20px;
	line-height: 24px;
	color: #be1b1c;
}

/* 内容行样式 */
.chinacourt-con li {
  padding: 20px 18px 30px 15px;
  position: relative;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}

.chinacourt-con .pic {
  float: left;
  width: 150px;
  height: 192px;
  overflow: hidden;
  margin-right: 18px;
}

.chinacourt-con img {
  max-width: 100%;
}

.chinacourt-con .txt {
  color: #888;
  font-size: 14px;
  line-height: 28px;
  width: 445px;
  overflow: hidden;
}

.chinacourt-con h4 a:link {
  color: #333;
}

.chinacourt-con span {
  font-size: 16px;
  color: #ff4000;
}

.chinacourt-con .btn {
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 109px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #be1b1c;
  border-radius: 3px;
}

 .chinacourt-con .btn:hover {
  background-color: #0161ae;
}

 .chinacourt-con li:hover {
  background-color: #edf5fb;
}