﻿body {
background:#E6E6E6;
}
.CCTest {
width:1200px;
margin:10px auto;
background:#fff;
border:1px solid #dcdcdc;
box-shadow:3px 3px 10px #dcdcdc;
min-height:700px;
font-family:'微软雅黑';
}
.CCTest .CCTestHead {
width:95%;
border-bottom:1px solid #dcdcdc;
margin:10px auto;
height:45px;
line-height:45px;
}
.CCTest .CCTestHead h2 {
color:#555;
background:url(../../Img/icon/CCTIcon.png) no-repeat 20px 12px;
padding-left:50px;
}
.CCTest .CCTestCon {
width:1050px;
margin:10px auto;
}
    .CCTest .CCTestCon .section1 {
        line-height:35px;
        color:#555;
        overflow:hidden
    }
        .CCTest .CCTestCon .section1 .left {
          width:49%;
           float:left;
           margin-top:10px; 
        }
    .CCTest .CCTestCon .section1 p {
      text-indent:2em;
      margin-bottom:10px;
    }
  .CCTest .CCTestCon .section1 .right{
         float:left; 
          width:50%;
          text-align:center;
          position:relative;
    }
    .CCTest .CCTestCon .section1 .right img {
    width:100%;
    }
    .CCTest .CCTestCon .section1 .right span {
     position:absolute;
     bottom:0px;
     left:30%;
     font-weight:bold;
    }
        .CCTest .CCTestCon .section1 p a {
        color:#3790FF;
        cursor:pointer;
        text-decoration:underline;
        }