.search .dseach {
    width: 60%;
    height: 1.525rem;
    line-height: 1.525rem;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 1rem auto;
}
.w60{
	width: 60%;
	margin:0 auto;
}
.search {
    padding-top: 229px;
    padding-bottom: 5.725rem;
}
.search .dseach input {
    width: calc(100% - 3.75rem);
    height: 100%;
    padding-left: 0.5rem;
}
.search .dseach .subim {
    width: 3.75rem;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: #0041c3;
    float: right;
    cursor: pointer;
}
.search  .left{
	    float: left;
	    display: none;
    width: 15.17%;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    overflow: hidden;
}
.search .left a{
	display: block;
    height: 1.95rem;
    line-height: 1.95rem;
    text-align: center;
    color: #666;
    font-size: .45rem;
    border-bottom: 1px solid #e6e6e6;
    transition: all .3s;
}
.search .left a.on{
	color: #fff;
    background-color: #0041c3;
}
.search .left a:hover{
	color: #fff;
    background-color: #0041c3;
}
.search .right {
    width: calc(100%);
    float: right;
}
.search .right .list a {
    display: block;
    margin-bottom: 0.85rem;
}
.search .right .list a .img {
    width: 6.625rem;
    height:4.5rem;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    margin-right: 1rem;
}
.search .right .list a .txt {
    width: calc(100% - 7.625rem);
    float: left;
}
.search .right .list a .txt .tit-30 {
    color: #222222;
    font-size: 0.45rem;
    line-height: 1.2;
      margin-top: 0.7rem;
       color: #666666;
           font-family: "HelveticaNeue-Roman"
}
.search  .right .list a .txt .tit-18 {
   
   font-weight: 700;
    font-size: 0.75rem;
   
    line-height: 1.2;
}
@media (max-width: 767px){
	.search .dseach,.w60{
		width: 80%;
	}
	.search{
		padding-top: 100px;
	}
	.search  .subim {
	    font-size: 12px;
	}
	.search .left{
		width: 100%;
		white-space: nowrap;
		overflow: auto;
		margin-bottom: 0.5rem;
		border-radius: 0;
	}
	.search .left a{
		display: inline-block;
		width: auto;
		padding: 0 0.5rem;
		height: 1.2rem;
		line-height: 1.2rem;
	}
	.search .right{
		width: 100%;
	}
	.search .right .list a .img{
		width: 100%;
	}
	.search .right .list a .img {
	    width: 100%;
	    height: 7.25rem;
	    margin-right: 0;
	}
	.search .right .list a .txt {
	    width: 100%;
	}
	.search .right .list a .txt .tit-30 {
	    font-size: 0.6rem;
	}
	.newspage {
	    margin: 1rem 0;
	    text-align: center;
	}
	.search{
		padding-bottom: 0;
	}
}