﻿.head.on2 {
    background: #fff;
}

.head.on2 {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}

.head.on2 .nav a.name {
    color: #333;
}

.head.on2 .searchbtn a {
    border: #0195ff solid 1px;
    background: #0195ff url(../images/nimg16_1.png) center no-repeat;
}

.single{padding: 1.8rem 0;}

.search-wrapper {
    padding: 1.8rem 0;
}

.search-wrapper .result {
    margin-bottom: 0.2rem;
}

.search-wrapper .result span {
    display: inline-block;
    font-size: 0.18rem;
    margin-right: 0.3rem;
    line-height: 0.48rem;
}

.search-wrapper .result b {
    display: inline-block;
    margin: 0 4px;
    color: #0195ff;
    text-decoration: underline;
}

.search-wrapper .list li {
    position: relative;
    list-style: none;
    border-bottom: 1px dashed #eee;
}

.search-wrapper .list li:first-child {
    border-top: 1px dashed #eee;
}

.search-wrapper .list li:hover .title {
    color: #1792cb;
}

.search-wrapper .list li a {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    padding: 0.1rem 0;
    align-items: center;
}

.search-wrapper .list .title {
    flex: 1;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.48rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.search-wrapper .list p {
    font-size: 0.18rem;
    color: #999;
    font-family: regular;
}

.newShow .content p{text-align:left;}


.award-2 {
    padding: 1.2rem 0;
    background: #f8fafc url(../images/busBot.png) center bottom no-repeat;
    background-size: 100%;
}
.award .toptop{ height: 1.4rem; position: relative; z-index: 2;}
.award .selectGroup{ position: absolute; right: 0; top: 0.2rem; padding-right: 1.15rem; z-index: 1; }
.award .selectGroup .box{ float: left; position: relative; height: 0.6rem; margin-right: 15px;}
.award .group{ width: 2.6rem; height: 0.6rem;}
.award .caption { position: relative; cursor: pointer; height: 0.6rem; line-height: 0.6rem; padding-left: 20px; font-size: 0.18rem; color: #666; border: #dee1e2 solid 1px; background: #fff; font-family: light;}
.award .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.award .caption:after { content: ""; display: block; width: 9px; height: 6px; background: url(../images/selectIco2.png) no-repeat right center; background-size: contain; position: absolute; right: 20px; top: 50%; margin-top: -3px; z-index: 10;}
.award .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 12; background: #fff; max-height: 250px; overflow-y: auto; display: none; border: 1px solid #dee1e2; border-top: none;}
.award .xlist a { display: block; font-size: 14px; color: #666; line-height: 45px; padding: 0 20px; border-bottom: 1px solid #dee1e2; font-family: light;}
.award .xlist a:hover,.award .xlist a.on { color: #0195ff;}
.award .xlist a:last-child { border-bottom: none;}


.award .selectGroup .form{ border: #dee1e2 solid 1px; background: #fff; width: 2.58rem; position: relative; height: 0.6rem;}
.award .selectGroup .form .input1{ width: 100%; padding-left: 24px; height: 0.58rem; line-height: 0.58rem; font-size: 0.18rem; }
.award .selectGroup .btnDiv{ position: absolute; right: 0; top: 0; z-index: 1; }
.award .selectGroup .btnDiv a{ display: block; width: 1.0rem; height: 0.6rem; line-height: 0.6rem; background: #0195ff url(../images/nimg22_1.png) center no-repeat;  }

.nodata {
    font-size: 0.16rem;
}

.indexP2 li{width:20%;}

.weather{ width:185px; position:absolute; z-index:99; right:0; top:50%; margin-right:100px;}


@media screen and ( max-width:1024px ) {
    .weather{display:none;}

    .indexP2 li{width:50%;}
    .indexP2 li:nth-child(5){width:100%;}


    .single{padding: 2.4rem 0.3rem;}
    .search-wrapper {
        padding: 2.4rem 0.3rem;
    }

    .nodata {
        font-size: 0.26rem;
    }

    .search-wrapper .result span {
        font-size: 0.26rem;
    }

    .search-wrapper .list .title {
        font-size: 0.26rem;
    }

    .search-wrapper .list p {
        font-size: 0.26rem;
    }

    .award .selectGroup{ position: relative; padding-top: 0.5rem; right: 0; top: 0; padding-right: 0; }
	.award .selectGroup .box{ float: none; height: 0.86rem; margin-right: 0; margin-bottom: 0.2rem;}
	.award .group{ width: 100%; height: 0.86rem;}
	.award .caption { height: 0.86rem; line-height: 0.86rem; padding-left: 0.3rem; font-size: 0.28rem; }
	.award .caption:after { right: 0.3rem; }
	.award .xlist { max-height: 4.0rem; }
	.award .xlist a { font-size: 0.26rem; line-height: 0.8rem; padding: 0 0.3rem; }
	.award .selectGroup .form{ width: 75%; height: 0.86rem;}
	.award .selectGroup .form .input1{ padding-left: 0.3rem; height: 0.86rem; line-height: 0.86rem; font-size: 0.28rem; }
	.award .selectGroup .btnDiv{ bottom: 0; top: auto; width: 22%; }
	.award .selectGroup .btnDiv a{ width: 100%; height: 0.86rem; line-height: 0.86rem; background-size: 0.34rem;  }

}


