.contentBox{
                   width: 1100px;
                   height: 983px;
                   background: #f9f9f9;
                   margin: 0 auto;
                   padding: 0 36px;
                   box-sizing: border-box;
                 }
                 .content{
                   width: 100%;
                   height: 735px;
                }
                 .conContent{
                    width:770px;
                    height:735px;
                    background: #fff;
                    float: right;
                    padding: 30px 20px;
                    box-sizing: border-box;
                }
                .conContent .ConList{
                    width:730px;
                    height: 670px;
                    overflow-y: scroll;
                    
                }
                #ConList::-webkit-scrollbar-track
{
	border-radius: 10px;
}

#ConList::-webkit-scrollbar
{
	width: 10px;
	background-color: #f2f2f2;
    border-radius: 10px;
    margin-right: 20px;
    
}

#ConList::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #2d66a5;
    height: 80px;
}
                .ConList .top{
                    width: 700px;
                    height: 45px;
                    border-bottom: 2px solid #cccccc;
                }

                .ConList .top a{
                    font-size: 16px;
                    color: #4d4d4d;
                    font-family: "微软雅黑";
             
                }
                .ConList .top span{
                    font-size: 16px;
                    color: #999999;
                    font-family: "微软雅黑";
             
                }
                .main{
                   width: 700px; 
                }
                .main li p a{
                    font-size: 16px;
                    color: #4d4d4d;
                    font-family: "微软雅黑";
                    line-height: 60px;
                }
                .main li p span{
                    font-size: 16px;
                    color: #999;
                    font-family: "微软雅黑";
                   
                }
               