#contract_download{
  width: 1190px;
  height: 711px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 20px;
}
#contract_download .tit{
  text-align: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 47px;
  margin: 40px 0 34px 0 ;
}

#contract_download .tit a{
 color: #333;
}

#contract_download .tit a:hover{
  color: #0B367A;
}

#contract_download .tit img{
  display: inline-block;
  margin-left: 10px;
}

.downloadbox{
  width: 1190px;
}
.contract_download_left{
  width: 220px;
  height: 552px;
  float: left;
  background-color: #464646;
  background: url(/img/pchome/zc.png)no-repeat center;
  background-size: 100% 100%;
}
.contract_download_left li{
   color: #fff;
   width: 220px;
   height: 72px;
   font-size: 18px;
   line-height: 72px;
   border-bottom: 1px solid rgba(255,255,255,0.1);
   cursor:pointer;
   background: url("/img/pchome/dload1.png") no-repeat left;
   background-position: 32px;
   text-indent: 80px;
   box-sizing: border-box;
}
.contract_download_left li:nth-child(1){
  margin-top: 10px;
}
.contract_download_left li:nth-child(2){
   background-image: url("/img/pchome/dload2.png");
}
.contract_download_left li:nth-child(3){
  background-image: url("/img/pchome/dload3.png");
}
.contract_download_left li:nth-child(4){
  background-image: url("/img/pchome/dload4.png");
}
.contract_download_left li:nth-child(5){
  background-image: url("/img/pchome/dload5.png");
}
.contract_download_left li:nth-child(6){
  background-image: url("/img/pchome/dload6.png");
}
.contract_download_left li:nth-child(7){
  background-image: url("/img/pchome/dload7.png");
}
.contract_download_left .active{
  background-color: #fff;
  color: #0B367A;
  border-left: 4px solid #464646;
  background-image: url("/img/pchome/dload11.png");
}
.contract_download_left .active:nth-child(2) {
  background-image: url("/img/pchome/dload22.png");
}
.contract_download_left .active:nth-child(3) {
  background-image: url("/img/pchome/dload33.png");
}
.contract_download_left .active:nth-child(4) {
  background-image: url("/img/pchome/dload44.png");
}
.contract_download_left .active:nth-child(5) {
  background-image: url("/img/pchome/dload55.png");
}
.contract_download_left .active:nth-child(6) {
  background-image: url("/img/pchome/dload66.png");
}
.contract_download_left .active:nth-child(7) {
  background-image: url("/img/pchome/dload77.png");
}

/* 合同列表 */
.contract_download_right{
   width: 970px;
   height: 552px;
   float: left;
   border-top: 1px solid #e7e7e7;
}
.contract_download_right li{
  float: left;
  width: 323px;
  height: 184px;
  box-sizing: border-box;
  border-bottom:1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  position: relative;
}
.dload_box{
  margin: 25px 0 0 30px;
}
.dload_load{
  margin:8px 0 10px 0;
  color: #999;
  font-size: 12px;
} 
.dload_tit a{
   font-size: 16px;
   color: #333;
   display: -webkit-box; 
   -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
   overflow: hidden;
}
.dload_tit a:hover{
  color:#0B367A;
}
.dload_money{
  margin-bottom: 15px;
  color:#FE841D;
  font-size: 22px;
  font-weight: bold;
}
.dload_money span{
  font-size: 14px;
}
.dload_img{
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 75px;
  height: 90px;
}
.dload_img img{
  width: 75px;
  height: 90px;
}
.dload_add{
  width: 110px;
  height: 32px;
  border-radius: 33em;
  border: 1px solid #FE841D;
  color: #FE841D;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
}
.dload_add:hover{
  background-color: #FE841D;
  color: #fff;
}
.dload_add a:hover{
  color: #fff;
}


.dload_add a{
   color: #FE841D;
}




















