﻿p {
    color: #222222;
    font-family: Microsoft YaHei,'宋体';
    font-size: 24px;
}

body {
    background-color: #edeef3;
    color: #555555 !important;
    padding-top: 50px;
}

.btn {
    width: 150px;
    height: 40px;
    margin-bottom: 12px;
    font-size: 14px;
    color: white;
}

.btn-primary {
    background-color: #1b91f3;
}

.btn-default {
    border: 2px solid #1b91f3 !important;
    color: #1b91f3 !important;
    background-color: #fff !important;
}

.container .col-sm-10 {
    background-color: white;
    /*padding-left: 30px;
    padding-right: 40px; 修改*/  
}
/**新增*/
/*.col-sm-10 {
    padding: 0 20px;
}*/
.mainbody {
    margin-left: 25px;
    padding-right: 35px;
}

hr {
    color: #555555;
    width: 100%;
}

.intro {
    margin-bottom: 20px;
    /**修改*/
    padding: 0 30px;
    /*margin-left: 10px;
    padding-right: 25px;*/
}

    .intro .left {
        margin-top: 50px;
        /*添加*/
        /*width: 67.666667%;*/
    }

        .intro .left .col-sm-2 {
            padding-left: 0px;
        }

        .intro .left .col-sm-8 {
            padding-left: 0px;
        }

    .intro .right {
        margin-top: 42px;
         /*添加*/
        /*width: 32.333333%;*/
    }

    .intro .col-sm-8 div {
        color: #222222;
        font-family: Microsoft YaHei,'宋体';
        font-size: 14px;
    }



.textdiv {
    margin-bottom: 45px;
    font-size: 14px;
    color: #222222;
    text-align: left !important;
}

.item img {
    margin-bottom: 20px;
}

.mainbody div {
    text-align: center;
}

.mainbody img {
    margin-bottom: 60px;
}

.bottomtext {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .bottomtext a {
        color: #198ff1
    }

    .bottomtext p {
        font-size: 14px;
    }

    .bottomtext a:hover {
        color: #198ff1;
        text-decoration: none;
    }

    .bottomtext a:visited {
        color: #198ff1;
        text-decoration: none;
    }

    .bottomtext a:link {
        color: #198ff1;
        text-decoration: none;
    }

    .bottomtext a:active {
        color: #198ff1;
        text-decoration: none;
    }

.modal-content {
    margin-top: 20%;
}
.btn-primary:hover {
    background-color: #0170cc;
    border-color: #0170cc;
}
.btn-default:hover {
    background-color: #9ad1ff !important;
    border-color: #0170cc;
}
/*添加*/
.positionh3 {
    text-align:left;
}