.first-page span {
    color: #0063B0;
}
.first-page span:hover{
    color: #0063B0;
}
span {
    color: #1E1E1E;
}
.nav3{
    background-color: #F1F0F0;
}
.nav3 ul li{
    list-style: none;
    float: left;
    color: #1E1E1E;
    font-size: 16px;

}
.PicStyle {
    padding-top: 14px;
    margin-left:20px;
}
.PicStyle1 {
    padding-top: 5px;
}
.PicLine1 {
    margin: 0px 0px 0px 20px;
    color: #000;
}
.PicLine{
    margin: auto 20px;
}

/*正文样式*/
.NewsContent p{

    margin: 20px 0px;
}
.NewsContent p a{
    font-size: 30px;
    font-weight: bold;
    color: #1E1E1E;
    text-decoration:none;
    
}
.NewsContent ul li{
    list-style: none;
    /*font-size: 16px;*/
    color: #1E1E1E;
    /*background: url("../Images/ListTuBiao.png") no-repeat;*/
    /*padding-left: 15px;*/
    line-height: 30px;
}
.NewsContent ul .first-page {
    color: #0063B0;
}
.NewsContent ul li a{
    font-size: 16px;
    color: #1E1E1E;
}
/*.NewsContent .a{
    background: url("../Images/ListTuBiao.png") no-repeat;
    position: relative;
    top: 25px;
    left: 0px;
}*/

.page {
    margin-top: 20px;
}
    .page li {
        float: left;
        /*color: Green;*/
        list-style-type: none;
        font-size: 16px;
        padding-right: 15px;
    }
.imgglass {
    position: relative;
    top: -15px;
    left: 257px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #fff;
}

.form-control {
    color: #fff;
}

.searchBlock{
    display: flex;
    margin-top: 20px;
}
.searchInput{
    width: 100%;
    height: 40px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
}
.searchBtn{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #fff;
}
.chineseVersion{
        border: 1px solid #fff;
        color: #fff;
        display: block;
        text-align: center;
        height: 40px;
        line-height: 40px;
}
@media screen and (max-width: 1367px){
    .chineseVersion{
        border: 1px solid #fff;
        color: #fff;
        display: table;
        text-align: center;
        height: 40px;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px){
    .chineseVersion{
        border: 1px solid #fff;
        color: #fff;
        display: table;
        text-align: center;
        height: 40px;
        line-height: 40px;
    }
}
.cistcLogo{
    width: 100%;
    height: 80px;
}