@media screen and (max-width:960px){
    .nav-toggle{
        float: right;
        margin:4px;
    }
    .nav-toggle span {
        display: block;
        width: 24px;
        height: 3px;
        background-color: #666;
        margin: 6px 0;
        border-radius: 5px;
    }
    .nav-toggle-close{
        padding-top: 8px;
    }
    .nav-toggle-close span:nth-child(1n){
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .nav-toggle-close span:nth-child(2n){
    display: none;
    }
    .nav-toggle-close span:nth-child(3n){
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        margin-top: -9px;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    }
    .nav{
        display: none;
        position:fixed;
        width:100%;
        height:100vh;
        overflow-y:scroll;
        background:rgb(255,255,255);
        z-index:999;
    }
    .nav a{
        width:100%;
        color:#333;
        line-height:40px;
        height:40px;
    }
}
@media screen and (min-width:600px){
	.djyxbox li{width:25%;}
	.newstext {font-size:14px; line-height:25px;}

	.global_tit {height:43px;line-height:43px;}
	.global_tit span{font-size: 20px;}
	.global_tit a{font-size: 15px;}

	.index_list ul{padding:10px 0;}
	.index_list li{font-size:19px;padding: 0 10px 0 32px; height:35px; line-height:35px; margin: 5px 0;}
	.index_list li em{width:10px; height:10px; margin-top:-5px;}
}

@media screen and (max-width:479px){
.newstext {font-size:14px; line-height:25px;}
#content {font-size:14px; line-height:25px;}
.top{height:35px; padding-bottom: 10px;border-bottom: 1px #ece9e9 solid;}
#logo {width:120px;height: 35px;margin-top:5px;}
#logo a{width:120px;height: 35px;}

#search{width:180px; height:24px;}
.search_text{ width:149px; height:20px; line-height:20px; margin:2px 0 0 6px;font-size:12px;}
.search_ico{width:25px; height:23px; padding-top:2px;}

.foot_nav{ font-size:16px; margin:15px 0 10px;}
.foot_nav span{margin:0 15px; height:16px;}

.show_btl{height:35px; line-height:35px; font-size:18px;}

/*资讯详情页*/
#main h1{font-size:18px;}
.newsxx{font-size:13px;}
.newstext {font-size:14px; line-height:28px;}
.newstext p{font-size:15px; line-height:28px;text-indent: 2em;}
.newstext img{max-width:100%;}
#content {font-size:14px; line-height:28px;}
#content p{font-size:15px; line-height:28px;text-indent: 2em;}
#content img{max-width:100%;}
.nextbnt{ font-size:14px;}
.news_about ul li{height:25px; line-height:25px; font-size:14px;}

.index_list li{font-size: 17px;padding: 0 10px 0 30px; height: 28px; line-height: 28px; margin:6px 0;}
.index_list li em{width: 8px; height: 8px; margin-top:-4px;}
.index_list ul {padding: 10px 0;}
.index_list li span{font-size:15px;}
}

@media screen and (max-width:420px){
	.global_tit {height:40px;line-height:40px;}
	.global_tit span{font-size: 16px;}
.newstext {font-size:14px; line-height:25px;}
#content {font-size:14px; line-height:25px;}
	.global_tit a{font-size: 12px;}

	.index_list li{font-size: 15px;padding: 0 10px 0 27px; height:26px; line-height:26px; margin: 1px 0;}
	.index_list li em{width: 6px; height: 6px; margin-top: -3px;}
	.index_list ul {padding: 10px 0;}
	.index_list li span{font-size:13px;}
}

@media screen and (max-width:320px){
#logo{width:120px;height: 35px;margin-top:5px;}
.newstext {font-size:14px; line-height:25px;}
#content {font-size:14px; line-height:25px;}
#logo a{width: 120px;height: 35px;}

#search{width:180px; height:24px;}
.search_text{ width:149px; height:20px; line-height:20px; margin:2px 0 0 6px;font-size:12px;}
.search_ico{width:25px; height:23px; padding-top:2px;}

.foot_nav{ font-size:14px; margin: 10px 0 8px;}
.foot_nav span{margin:0 15px; height:16px;}
.footer p{line-height:20px;}

.show_btl{height:30px; line-height:30px; font-size:16px;}
.showtext p{font-size:12px;}

#main h1{font-size:16px;}

.global_tit{height:32px; line-height:32px;}
.global_tit span{font-size:15px;}

.index_list li{font-size:13px; margin:0px;}
.index_list li span{font-size:13px;}
}

@media screen and (max-width:240px){
.newstext {font-size:14px; line-height:25px;}
#content {font-size:14px; line-height:25px;}
.djyxbox li a img {width:72px;height: 112px;}
.index_list li span{width:20%;}
}
.searchBox {
    position: relative;
    border: 1px solid #19a5e7;
    height: 30px;
    border-radius: 5px;
    margin: 10px 10px;
}
.searchBox .s1 {
    position: absolute;
    left: 2px;
    right: 50px;
    width: 100%;
}
.searchBox .s1 .input1 {
    width: 88%;
    height: 30px;
    line-height: 30px;
    outline: none;
    border: none;
    padding: 0px 2%;
    font-size: 14px;
}
.searchBox .s2 {
    position: absolute;
    right: 2px;
    width: 12%;
    height: 30px;
    outline: none;
    border: none;
    line-height: 30px;
    background: url(https://static.dawendou.com/m/static/images/m_search.png) #19a5e7 no-repeat center;
}

