﻿.outer
{
    width:1000px;
    box-sizing: border-box;
    padding: 30px 40px 30px 100px;
    border: 10px solid #E5E5E5;
    border-left: none;
    float: left;
    position: relative;
    margin-top:-40px;
}
.cnttitle {
    font-family: 'Merriweather', serif;
    display: block;
    position: relative;
    font-size: 30px;
    color: #1D61A5;
    line-height: 40px;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.cpara
{
    font-size: 12px;
    line-height: 26px;
    color: #464545;
    font-weight: 400;
    }
    .cinput{
    width: 100%;
    border: none;
    border-bottom: 1px solid #0756a5;
    color: #666;
    font-size: 16px;
    line-height: 35px;
    margin: 15px 0;
    }
    
    .ccaption,.ctitle,.capp 
    {
        padding-top:5px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
}
.icon
{
    
    width: 50px;
    float: left;
    margin-right: 15px;
    font-size: 30px;
    color:white;
    text-align: center;
    line-height: 40px;
    }
    .line
    {
        height:1px;
        width:100%;
        background-color:White;
        margin-left:3px;
        margin-top:-15px;
        }
        .bluepart
        {
            background-color:#004080;
            height:300px;
            width:350px;
            margin-top:5%;
              position: absolute;
              margin-left:60%;
            }