﻿@charset "utf-8";
/* CSS Document */

*{
    margin: 0px;
    padding: 0px;
}
body {
    font-size: 12px;
    font-family: "宋体";
    line-height: 24px;
    color: #333;
    background-color:#D2EAF5;        /*A9D5EB*/
 }

/*蓝色大标题*/
h1 {
    font-family: "微软雅黑";
    line-height: 40px;
    font-size: 18px;
    color: #035199;
    border-bottom: solid 3px #4f81bd;
    margin-bottom: 20px;
}


p {
    text-indent: 2em;
    font: 12px/20px "Microsoft Yahei","微软雅黑","STHeiti Light","华文细黑","SimSun","宋体",Arial,sans-serif;
    font-size: 16px;
    line-height: 210%;
    margin-top: 10px;
}

a {
    color: blue;
    text-decoration: solid;
    cursor:pointer;
}


/*橘色小标题*/
span{
    color: #f79646; font-weight:bold;
}

/*橘色小标题*/
.h3Cheng { color: #f79646; font-weight:bold;}


/*酒红色中标题*/
.h3Hong{ color: #c0504d;font-weight:bold;}


/*蓝色中标题*/
.h2Lan{font-size: 18px; color: #4bacc6;}



.divTitle1{
    width:1030px;
    margin:0px auto;
    background-color:#fff;
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}
/*蓝色大标题*/
.divTitle2 {
    font-family: "微软雅黑";
    line-height: 40px;
    font-size: 18px;
    color: #035199;
    font-weight:bold;
    text-align:center;
}
 


.divTop1 {
    width:1030px;
    margin:0px auto;
    background-color:#fff;
    margin-top: 10px; 
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
 }
.divTop2 {
    margin: 0px auto;
    min-height: 300px;
    padding: 30px;
}




 .spnTiele1{
      font-size: 20px; color: red;
           }





.highlight {
    background-color:#f3c2c2;
    color:#035199;
}
 


