.model{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.left{
    float:left ;
}
 .right{
    float:right;
}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0 ;
}
.clearfloat{
    zoom:1 ;
}
.width1200{
    width:1560px;
    margin:0 auto;
    overflow: hidden;
}
.bigBox .leftTxt{
    width:300px;
    padding-top: 62px;
}
.bigBox .leftTxt .txt1{
    font-size:24px;
    line-height: 36px;
    color:#DDD;
}
.bigBox .leftTxt .txt2{
    font-size:20px;
    line-height: 40px;
    color:#00245E;
    letter-spacing: 4px;
}
.bigBox .rightTxt{
    width:1213px;
    padding:20px 0 99px 42px;
    min-height: 631px;
    /*position: relative;*/
}
.bigBox .rightTxt:after{
    position: absolute;
    content: '';
    width:1px;
    height: 100%;
    background:#EDEDED;
    left:0;
    top:0;
}
.bigBox .rightTxt .title{
    margin-bottom: 40px;
}
.bigBox .rightTxt .title b{
    font-size:24px;
    color:#00245F;
    display: block;
    font-weight: normal;
    letter-spacing:4px;
}
.bigBox .rightTxt .title span{
    font-size:30px;
    color:#CCC;
    display: block;
    margin-top:20px;
}

/* 姘告槍鏂伴椈 */
.news .list .item {
    margin-top: 20px;
}
.news .list .item .time{
    font-size:24px; display:none;
    color:#8393AD;
}
.news .list .item dl{
    overflow: hidden;
    width:1200px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCCCCC;
}

.news .list .item dl dd{
    float:left;
    /*width:681px;*/
}
.news .list .item dl dd h1{
    font-size:20px;
    color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .list .item dl dd p{
    font-size:16px;
    color:#757575;
    line-height: 30px;
    /*margin-top: 12px;*/
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
 
.news .list .item:hover dd h1{
    color: #00255B;
}
 
  
@media only screen and (max-width: 1199px)  {
	.bigBox .rightTxt{
    width:100%;
    padding:0px 0 10px 22px;
    min-height: 331px;
    /*position: relative;*/
}

  .news .list .item dl{
   width:95%
  }
  .news .list .item dl dd h1{
	  overflow:visible;
	  white-space: normal;
  }
  .bigBox .rightTxt .title{
    margin-bottom: 0px;
	}
  .news .list .item dl dd p{
	  padding-top:0px;
	}
}