﻿body{
  background-color: #f4f4f4;
}
.hide{
  display: none !important;
}
.show{
  display: block !important;
}
/*
 
 * 精选律师

 * */
.featured {
  margin-top: 30px;
  margin-bottom: 24px;
  padding: 0 18px 32px;
  background-color: #ffffff;
}
.featured-title {
  height: 36px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.featured-title h4 {
  position: relative;
  float: left;
  height: 36px;
  line-height: 36px;
  text-indent: 21px;
  margin-right: 14px;
  font-size: 24px;
  color: #111111;
}
.featured-title h4:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 24px;
  top: 6px;
  left: 0px;
  background-color: #ff913f;
  z-index: 1;
}
.featured-title p {
  float: left;
  height: 36px;
  line-height: 36px;
  
  font-size: 14px;
  color: #a2a1a1;
  line-height: 48px;
}
.featured .featured-content {
  width: 1152px;
  margin-left: 18px;
}
.featured .featured-album {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.featured .featured-album .bd ul {
  overflow: hidden;
  zoom: 1;
}
.featured .featured-album .bd ul li {
  float: left;
  _display: inline;
  width: 170px;
  margin-right: 22px;
  text-align: center;
  overflow: hidden;
}
.featured .featured-album .bd ul li img {
  display: block;
  width: 170px;
  height: 170px;
}
.featured .featured-album .bd ul li .title {
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin-top: 10px;
  text-align: center;
  
  font-size: 14px;
  color: #6c6c6c;
}
.featured .featured-album .bd ul li .title a {
  
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
}
.featured .featured-album .bd ul li .title a:hover {
  color: #ec5e34;
}
.featured .featured-album .bd ul li p {
  width: 100%;
  height: 22px;
  line-height: 22px;
  margin-bottom: 6px;
  text-align: center;
  
  font-size: 12px;
  color: #aaaaaa;
  overflow: hidden;
}
.featured .featured-album .bd ul li .title {
  line-height: 24px;
}
.featured .featured-album .bd ul li span{
  display: block;
  width: 104px;
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
  margin: 0 auto;
  text-align: left;
  font-family: "DinCond";
  font-size: 20px;
  color: #363636;
  background: url(images/xicon-6.png) no-repeat left 4px;
}


/*
 
 * 友情链接

 * */
.link {
  padding: 55px 0 66px 0;
  background-color: #ffffff;
}
.link .container {
  border: 1px solid #e6e6e6;
}
.link-title {
  width: 100%;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  color: #000000;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}
.link-title-left {
  float: left;
  width: 94px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #006fc8;
}
.link-title-apply {
  float: right;
  width: 114px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  color: #888888;
  text-indent: 24px;
  background: url(images/icon-1.png) no-repeat 0px 10px;
}
.link-title-QQ {
  float: right;
  padding-top: 5px;
  margin-right: 7px;
  vertical-align: middle;
}
.link-title-QQ img {
  display: block;
}
.link-box {
  padding: 11px 15px;
}
.link-box a {
  
  font-size: 14px;
  color: #000;
}
.link-box a:hover {
  color: #ec5e34;
}
.link-box span {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
}


.other{
  margin-bottom: 35px;
}
.other-title{
  padding-top: 4px;
  height: 52px;
  border-bottom: 2px solid #e9e9e9;
}
.other-title h3 {
  float: left;
  position: relative;
  height: 52px;
  line-height: 52px;
  text-indent: 33px;
  font-weight: 400;
  font-size: 20px;
  color: #111111;
}
.other-title h3:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 21px;
  top: 16px;
  left: 10px;
  background-color: #006fc8;
  z-index: 1;
}
.other-title a {
  float: right;
  height: 52px;
  line-height: 52px;
  
  font-size: 14px;
  color: #9f9f9f;
}
.other-title a:hover{
  color: #ec5e34;
}
/*
 * 左侧 
 * 
 * */
.other-left{
  float: left;
  width: 868px;
  padding-bottom: 28px;
  background-color: #ffffff;
}


/*
 * 右侧 
 * 
 * */
.other-right{
  float: right;
  width: 310px;
}
.other-right-item{
  width: 290px;
  padding: 0 10px;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.other-right-item ul{
  padding: 12px 0 11px;
}
.other-right-item ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 30px;
  font-size: 14px;
  color: #060606;
  background: url(images/xicon-6.png) no-repeat 9px -96px;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.other-right-item ul li a{
  
  font-size: 14px;
  color: #060606
}
.other-right-item ul li a:hover{
  color: #ec5e34;
}

.other-right-toggle{
  margin-bottom: 15px;
  background-color: #ffffff;
}
.other-right-toggle dl{
  height: 40px;
  border-bottom: 2px solid #006fc8;
}
.other-right-toggle dl dd{
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
  cursor: pointer;
}
.other-right-toggle dl dd.on{
  color: #ffffff;
  background-color: #006fc8;
}
.other-right-toggle ul{
  display: none;
  padding: 20px 20px 8px;
}
.other-right-toggle ul li{
  width: 254px;
  height: 46px;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 16px;
  background: url(images/xicon-6.png) no-repeat 0 -142px;
  overflow: hidden;
}
.other-right-toggle ul li a{
  
  font-size: 14px;
  color: #313131;
}
.other-right-toggle ul li a:hover{
  color: #ec5e34;
}

.other-right-rank{
  width: 290px;
  padding: 0 10px;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.other-right-rank ul{
  padding-top: 26px;
  padding-bottom: 1px;
}
.other-right-rank ul li {
  height: 26px;
  padding: 0 5px;
  margin-bottom: 17px;
}
.other-right-rank-num,
.other-right-rank-name,
.other-right-rank-help,
.other-right-rank-consult {
  float: left;
}
.other-right-rank-num {
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-left: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #d2d2d2;
  background: url(images/xicon-6.png) no-repeat 0 -210px;
}
.other-right-rank-name {
  width: 86px;
  height: 26px;
  line-height: 28px;
  margin-left: 16px;
  margin-right: 12px;
  
  font-size: 14px;
  color: #818181;
  overflow: hidden;
}
.other-right-rank-name a {
  float: left;
  height: 26px;
  line-height: 26px;
  
  font-size: 16px;
  color: #292929;
  margin-right: 5px;
  overflow: hidden;
}
.other-right-rank-name a:hover {
  color: #ec5e34;
}
.other-right-rank-name:hover {
  font-weight: bold;
  
  color: #a6a6a6;
}
.legal-list-rank-name:hover a {
  font-weight: 400;
  color: #297acc;
}
.other-right-rank-help {
  width: 80px;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  
  font-size: 12px;
  color: #7c7c7c;
  overflow: hidden;
}
.other-right-rank-help i {
  color: #ff6600;
}
.other-right-rank-consult {
  display: block;
  width: 40px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  
  font-size: 12px;
  color: #979797;
  background: url(images/xicon-6.png) no-repeat 0 -280px;
}
.other-right-rank-consult:hover {
  color: #ffffff;
  background: url(images/xicon-6.png) no-repeat 0 -310px;
}
.other-right-rank li.other-right-rank-top .other-right-rank-num {
  color: #ffffff;
  background: url(images/xicon-6.png) no-repeat 0 -245px;
}
.other-right-rank li.other-right-rank-img {
  margin-bottom: 21px;
}
.other-right-rank li.other-right-rank-img .other-right-rank-num {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: -7px;
  margin-left: 2px;
  overflow: hidden;
}
.other-right-rank li.other-right-rank-img .other-right-rank-num img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.other-right-rank li.other-right-rank-img .other-right-rank-num p{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(images/xicon-6.png) no-repeat 0 -340px;
  z-index: 9;
}
.other-right-rank li.other-right-rank-img .other-right-rank-name {
  margin-left: 12px;
  margin-right: 10px;
}


.consult-bar{
  padding: 0 50px 30px;
  margin-bottom: 50px;
  background-color: #ffffff;
}
.consult-bar p{
  height: 62px;
  line-height: 62px;
  text-indent: 152px;
  font-size: 18px;
  color: #3f3f3f;
}
.consult-bar .consult-box{
  height: 99px;
}
.consult-bar .consult-box textarea{
  float: left;
  width: 906px;
  height: 85px;
  line-height: 24px;
  padding: 6px 14px;
  border: 1px solid #e8e6e5;
  border-right: none;
  text-align: justify;
  
  font-size: 14px;
  color: #333;
}
.consult-bar .consult-box .consult-btn {
    float: left;
    width: 160px;
    height: 99px;
    cursor: pointer;
    background: url(images/ximg-1.png) no-repeat;
}


.exlocation{
  margin: 20px auto 16px;
  
  font-size: 14px;
  color: #919191;
  zoom: 1;
  overflow:hidden;
}
.exlocation span{
  float: left;
}
.exlocation a{
  float: left;
  margin-right: 7px;
  
  font-size: 14px;
  color: #919191;
}
.exlocation a:hover{
  color: #ec5e34;
}


/*
 
 * page  样式
 * 
 * */
.page{
  height: 30px;
  text-align: center;
}
.page span{
  overflow: hidden;
}
.page span a{
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #ccc;
  color: #c5c5c5;
}
.page span a:hover{
  border-color: #ff853f;
  color: #ff853f;
}
.page .prev{
  width: 64px;
  text-indent: 7px;
  background: url(images/page.png) no-repeat 6px 9px;
}
.page .noprev{
  width: 64px;
  background: url(images/syyjt.jpg) no-repeat 5px center;
  text-indent: 5px;
}
.page .next{
  width: 64px;
  background: url(images/czlsxy.jpg) no-repeat 50px center;
  text-align: left;
  text-indent: 5px;
}
.page .nonext{
  width: 64px;
  text-indent: -8px;
  margin-right: 20px;
  background: url(images/page.png) no-repeat 52px -20px;
}
.page .anow,
.page .nospana{
  border-color: #fff;
}
.page .font{
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  
  color: #484848;
}
.page .font .input{
  width: 39px;
  height: 20px;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #7f9db9;
  font-size: 12px;
  
  color: #484848;
}
.page .font .butm{
  width: 53px;
  height: 25px;
  line-height: 25px;
  margin-top: 2px;
  margin-left: 12px;
  text-align: center;
  font-size: 12px;
  
  color: #ffffff;
  background-color: #ff853f;
  cursor: pointer;
}


/*
 * 广告条
 *  
 * */
.consult-banner {
  margin-bottom: 24px;
}
.consult-banner img{
  display: block;
  width: 100%;
}


.type-consult{
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 15px;
  background-color: #FFF;
}
.type-consult .type-consult-title{
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.type-consult ul{
  width: 264px;
  margin: 0 auto;
  border: 1px solid #e8e6e5;
}
.type-consult ul li{
  float: left;
  width: 88px;
  height: 65px;
  margin-right: -1px;
  margin-bottom: -1px;
  border-right: 1px solid #e8e6e5;
  border-bottom: 1px solid #e8e6e5;
}
.type-consult ul li a{
  display: block;
  width: 100%;
  padding-top: 39px;
  line-height: 26px;
  text-align: center;
  
  font-size: 12px;
  color: #363636;
  background-image: url(images/xicon-5.png);
  background-repeat: no-repeat;
}
.type-consult ul li:hover a{
  color: #FFFFFF;
  background-color: #429edd;
  background-image: url(images/xicon-5.png);
}
.type-consult ul li.type-list1 a{
  background-position: 31px 16px;
}
.type-consult ul li.type-list1:hover a{
  background-position: -93px 16px;
}
.type-consult ul li.type-list2 a{
  background-position: 32px -47px;
}
.type-consult ul li.type-list2:hover a{
  background-position: -95px -47px;
}
.type-consult ul li.type-list3 a{
  background-position: 31px -103px;
}
.type-consult ul li.type-list3:hover a{
  background-position: -94px -103px;
}
.type-consult ul li.type-list4 a{
  background-position: 33px -165px;
}
.type-consult ul li.type-list4:hover a{
  background-position: -95px -165px;
}
.type-consult ul li.type-list5 a{
  background-position: 33px -225px;
}
.type-consult ul li.type-list5:hover a{
  background-position: -96px -225px;
}
.type-consult ul li.type-list6 a{
  background-position: 33px -285px;
}
.type-consult ul li.type-list6:hover a{
  background-position: -96px -285px;
}
.type-consult ul li.type-list7 a{
  background-position: 31px -345px;
}
.type-consult ul li.type-list7:hover a{
  background-position: -93px -345px;
}
.type-consult ul li.type-list8 a{
  background-position: 33px -405px;
}
.type-consult ul li.type-list8:hover a{
  background-position: -96px -405px;
}
.type-consult ul li.type-list9 a{
  background-position: 32px -465px;
}
.type-consult ul li.type-list9:hover a{
  background-position: -96px -465px;
}
.type-consult ul li.type-list10 a{
  background-position: 32px -525px;
}
.type-consult ul li.type-list10:hover a{
  background-position: -95px -525px;
}
.type-consult ul li.type-list11 a{
  background-position: 30px -585px;
}
.type-consult ul li.type-list11:hover a{
  background-position: -92px -585px;
}
.type-consult ul li.type-list12 a{
  background-position: 32px -645px;
}
.type-consult ul li.type-list12:hover a{
  color: #363636;
  background: url(images/xicon-5.png) no-repeat 32px -645px;
}


.fast-consult{
  width: 100%;
  height: 165px;
  padding-top: 20px;
  margin-bottom: 15px;
  background-color: #FFF;
}
.fast-consult a{
  display: block;
  width: 117px;
  height: ;
  margin: 0 auto;
  margin-bottom: 10px;
}
.fast-consult a img{
  display: block;
}
.fast-consult p{
  line-height: 22px;
  text-align: center;
  
  font-size: 12px;
  color: #8e8e8e;
}


.filter{
  height: 24px;
  padding: 24px 8px 22px;
  border-bottom: 18px solid #f4f4f4;
}
.filter .filter-item,
.filter .filter-again{
  float: left;
  height: 24px;
  line-height: 24px;
  margin-left: 20px;
  margin-right: 6px;
  
  font-size: 14px;
  color: #646464;
}
.filter .filter-btn{
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  margin-right: 5px;
  text-align: center;
  
  font-size: 14px;
  color: #ffffff;
  background-color: #5499e8;
  cursor: pointer;
}
.filter .filter-again {
  color: #ff4200;
  cursor: pointer;
} 
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(images/mask.png);
  z-index: 99;
}
.filter-content{
  display: none;
  position: fixed;
  width: 1030px;
  height: 523px;
  top: 50%;
  left: 50%;
  margin-top: -283px;
  margin-left: -550px;
  padding: 43px 35px 0;
  background: url(images/xicon-7.png) no-repeat center center;
  z-index: 100;
}
.filter-close{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  right: 27px;
  background: url(images/xicon-6.png) no-repeat 4px -402px;
  z-index: 1;
  cursor: pointer;
}
.filter-content ul.filter-split{
  margin-bottom: 25px;
  border-bottom: 1px dotted #d6d6d6;
}
.filter-content ul li .filter-list-type{
  float: left;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  
  font-size: 14px;
  color: #2151a3;
  background-color: #e2f1fe;
}
.filter-content ul li .filter-list-item{
  margin-left: 95px;
}
.filter-content ul li .filter-list-item p{
  float: left;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  margin-right: 10px;
  margin-bottom: 24px;
  border: 1px dashed #bfbfbf;
  
  font-size: 14px;
  color: #181818;
  cursor: pointer;
}
.filter-content ul li .filter-list-item p.on,
.filter-content ul li .filter-list-item p:hover{
  border: 1px solid #3994ed;
  color: #ffffff;
  background-color: #3994ed;
}
.filter-content .filter-submit{
  display: block;
  position: absolute;
  width: 80px;
  height: 32px;
  line-height: 30px;
  left: 50%;
  bottom: 35px;
  margin-left: -41px;
  border: 1px solid #e8e7e6;
  text-align: center;
  font-weight: bold;
  
  font-size: 14px;
  color: #ffffff;
  background-color: #3994ed;
  z-index: 1;
  cursor: pointer;
}


/*新闻**/

.container-title{
  height: 64px;
}
.container-title h3{
  float: left;
  position: relative;
  height: 64px;
  line-height: 64px;
  margin-right: 10px;
  text-indent: 30px;
  font-size: 24px;
  color: #111111;
}
.container-title h3:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 24px;
  top: 20px;
  left: 10px;
  background-color: #0e5db5;
  z-index: 1;
}


.other-right-interviews{
  padding: 0px 12px 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.other-right-interviews .other-right-interviews-title{
  position: relative;
  height: 56px;
  line-height: 56px;
  padding-left: 27px;
  border-bottom: 2px solid #e9e9e9;
  font-size: 18px;
  color: #111111;
}
.other-right-interviews .other-right-interviews-title:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 21px;
  top: 18px;
  left: 9px;
  background-color: #006fc8;
  z-index: 3;
}
.other-right-interviews .other-right-interviews-title a{
  float: right;
  height: 56px;
  line-height: 56px;
  font-family: "宋体";
  font-size: 14px;
  color: #9f9f9f;
}
.other-right-interviews .other-right-interviews-title a:hover{
  color: #ec5e34;
}
.other-right-interviews ul{
  position: relative;
}
.other-right-interviews ul:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 3;
}
.other-right-interviews ul li{
  padding: 22px 6px 24px 6px;
  border-bottom: 1px dotted #d6d6d6;
}
.other-right-interviews ul li .other-right-interviews-img{
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.other-right-interviews ul li .other-right-interviews-img img{
  display: block;
  width: 100%;
}
.other-right-interviews ul li .other-right-interviews-box{
  margin-left: 90px;
}
.other-right-interviews ul li .other-right-interviews-box p{
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
}
.other-right-interviews ul li .other-right-interviews-box p a{
  font-family: "宋体";
  font-weight: bold;
  font-size: 14px;
  color: #297acc;
}
.other-right-interviews ul li .other-right-interviews-box p a:hover{
  color: #ec5e34;
}
.other-right-interviews ul li .other-right-interviews-box span,
.other-right-interviews ul li .other-right-interviews-box i{
  display: block;
  width: 100%;
  line-height: 16px;
  text-align: justify;
  font-family: "新宋体";
  font-size: 12px;
  color: #b0b0b0;
  overflow: hidden;
}
.other-right-interviews ul li .other-right-interviews-box span{
  margin-bottom: 3px;
}

.other-right-imgItem ul li{
  width: auto;
  height: auto;
  padding: 13px 8px;
  background: none;
}
.other-right-imgItem ul li .or-imgItem-img{
  float: left;
  width: 73px;
  height: 54px;
  overflow: hidden;
}
.other-right-imgItem ul li .or-imgItem-img img{
  display: block;
  width: 100%;
}
.other-right-imgItem ul li p{
  margin-left: 88px;
  height: 54px;
  line-height: 26px;
  text-indent: 0px;
  white-space: normal;
  overflow: hidden;
}

/**博文*/

.cross .cross-content{
  width: 1224px;
}
.cross .cross-item{
  float: left;
  width: 340px;
  padding: 11px 20px 0px;
  margin-right: 26px;
  background-color: #ffffff;
}
.cross-item .cross-item-title{
  position: relative;
  height: 52px;
  line-height: 52px;
  padding-left: 27px;
  border-bottom: 2px solid #e9e9e9;
  font-size: 18px;
  color: #111111;
}
.cross-item .cross-item-title:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 21px;
  top: 16px;
  left: 9px;
  background-color: #006fc8;
  z-index: 3;
}
.cross-item .cross-item-title a{
  float: right;
  height: 52px;
  line-height: 52px;
  font-family: "宋体";
  font-size: 14px;
  color: #9f9f9f;
}
.cross-item .cross-item-title a:hover,
.cross-item ul li.cross-item-first p a:hover,
.cross-item ul li a:hover{
  color: #ec5e34;
}
.cross-item ul,
.cross-item dl{
  padding-top: 23px;
  padding-bottom: 17px;
}
.cross-item ul li{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 25px;
  background: url(images/xicon-6.png) no-repeat 1px -96px;
  overflow: hidden;
}
.cross-item ul li a{
  font-family: "宋体";
  font-size: 14px;
  color: #060606;
}
.cross-item ul li.cross-item-first,
.cross-item dl dd.cross-item-first{
  height: 60px;
  padding-left: 1px;
  margin-bottom: 10px;
}
.cross-item ul li.cross-item-first img,
.cross-item dl dd.cross-item-first img{
  float: left;
  width: 84px;
  height: 60px;
  overflow: hidden;
}
.cross-item ul li.cross-item-first p,
.cross-item dl dd.cross-item-first p{
  margin-left: 100px;
  height: 52px;
  line-height: 26px;
  text-align: justify;
  text-indent: 0px;
  overflow: hidden;
}
.cross-item ul li.cross-item-first p a, 
.cross-item dl dd.cross-item-first p a{
  font-weight: bold;
  font-family: "宋体";
  font-size: 16px;
  color: #434343;
}
.cross-item dl dd{
  height: 40px;
}
.cross-item dl dd span{
  float: left;
  position: relative;
  width: 62px;
  height: 40px;
  line-height: 40px;
  font-family: "宋体";
  font-size: 14px;
  color: #999999;
  overflow: hidden;
}
.cross-item dl dd span:after{
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  right: 0px;
  top: 13px;
  background-color: #dedede;
  z-index: 3;
}
.cross-item dl dd p{
  text-indent: 25px;
  background: url(images/xicon-6.png) no-repeat 1px -96px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.cross-item dl dd p a{
  font-family: "宋体";
  font-size: 14px;
  color: #060606;
}