
                .contentBox{
                   width: 1100px;
                   height: 1333px;
                   background: #f9f9f9;
                   margin: 0 auto;
                   padding: 0 36px;
                   box-sizing: border-box;
                 }
                 .content{
                   width: 100%;
                   height: 1085px;
                }
                .conContent{
                   width:770px;
                   height:1085px;
                   background: #fff;
                   float: right;
                }
                .conContent .ConList{
                  width:100%;
                }
                .ConList h3{
                    font-size: 32px;
                    margin: 28px 0 38px;
                    color: #2d66a5;
                    text-align: center;
                }
                .main{
                   width: 750px;
                   height:940px;
                   padding: 0 20px;
                   box-sizing: border-box;
                   overflow-y: scroll;
                }
                #main::-webkit-scrollbar-track
{
	border-radius: 10px;
}

#main::-webkit-scrollbar
{
	width: 10px;
	background-color: #f2f2f2;
    border-radius: 10px;
    margin-right: 20px;
    
}

#main::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #2d66a5;
    height: 80px;
}

                .mainLeft{
                    width: 700px;
                    height: auto;  
                }
                .mainLeft p{
                    font-size: 16px;
                    color: #4d4d4d;
                    line-height:30px;
                    font-family: "微软雅黑";
                    text-indent:2em;
                }
                .mainLeft h4{
                    font-size: 21px;
                    color: #4d4d4d;
                    line-height:60px;
                    font-family: "微软雅黑";
                    font-weight: bold;
    
                }
                .mainLeft h5{
                    font-size: 18px;
                    color: #4d4d4d;
                    line-height:60px;
                    font-family: "微软雅黑";
                    font-weight: bold;
    
                }
          