.content{

    width:1200px;
    margin:0 auto;
    margin-top:54px;
    margin-bottom:30px;
}
.left{
    width:820px;
    float:left;
}
.right{
    width:350px;
    float:right;
}
.title{
    width:100%;
    height:50px;
    border:1px solid #d4d4d4;
    line-height:50px;
    padding-left:12px;
    margin-top:30px;
}
.title i{
    color:#bcbbbb;
    margin-right:5px;
}
.title span{
    font-size:16px;
    color:#585858;
}
.list h3{
    padding-left:20px;
    line-height: 45px;
    width:100%;
    height:45px;
    border-bottom:1px solid #d4d4d4;
}
.list h3 span{
    font-size:18px;
    color:#3ca0ff;
    padding-left:10px;
    border-left:5px solid #3ca0ff;
}
.list{
    margin-top:20px;
    margin-right:20px;
    width:100%;
    border:1px solid #d4d4d4;
}
.leftcon-item {
	cursor:pointer;
    width: 790px;
    height: 70px;
    padding: 20px 10px;
    border-bottom: 1px dashed #d4d4d4;
}
.leftcon-item-img {
    float: left;
    width: 110px;
    height: 70px;
}
.leftcon-item-img img {
    width: 110px;
    height: 70px;
}
.leftcon-item-txt {
    float: right;
    width: 650px;
    height: 70px;
}
.leftcon-item-title {
    width: 100%;
    height: 26px;
}
.leftcon-item-title > h2 {
    cursor:pointer;
    display: inline-block;
    float: left;
    font-size:16px;
    width: 460px;
    line-height: 18px;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leftcon-item-title > small {
    display: inline-block;
    float: right;
    text-align: right;
    width: 120px;
    line-height: 18px;
}
em, i, small {
    font-size: 12px;
    color: #999;
    font-style: normal;
}
.leftcon-item-memo {
    line-height: 22px;
}
.leftcon-item-memo span{
    color:#585858;
    font-size:14px;
}
.rt {
    color: #f84c4c !important;
}

.right{
    margin-top:30px;
    width:350px;
    border:1px solid #d4d4d4;
}
.right .title{
    width:100%;
    height:47px;
    background:#f5f5f5;
    line-height:50px;
    color:#585858;
    border:none;
    margin-top:0px;
}
.newslist {
    padding: 10px 5px;
    width: 216px;
    height: auto;
    background-color: #fff;
}
.news-item {
    margin-bottom: 5px;
    width: 216px;
    clear: both;
    height: 24px;
}
.news-item > em {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    background-color: #bdbdbd;
}
.orange1 {
    background-color: #fc6607 !important;
    color: #fff;
}
.news-item > a {
    float: right;
    display: inline-block;
    line-height: 24px;
    width: 195px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*鏂伴椈璇︽儏椤�*/
.articleCont{
    width:820px;
    height:100%;
    border:1px solid #d4d4d4;
    margin-top:20px;
    padding:23px;
}
.nextOrPre{
    border-top:1px dashed #d4d4d4;
    overflow:hidden;
}
.nextOrPre p{
    float:left;
    color:#999;
    margin-top:25px;
}
.nextOrPre .fr{float:right}
.nextOrPre p span{
    color:#585858;
}