/*新闻搜索结果页开始*/
header .tou .sousuobj{ height: 88px; background: url("../images/banner.jpg")no-repeat; background-size: 100% 425px; overflow: hidden;}
header .tou .sousuobj .ss{ width: 788px; height: 48px; margin: 20px auto; border-radius: 5px; box-shadow: 0px 0px 10px rgba(133,133,133,0.36); overflow: hidden; background: #fff;}
header .tou .sousuobj .ss select{ width: 92px; height: 100%; padding-left: 18px; border: 0; font-size: 18px; color: #474747; background: #fff url("../images/p1_09.png")no-repeat 63px center; outline:none; cursor: pointer; float: left;}
header .tou .sousuobj .ss input.ssk{ width: 568px; height: 48px; font-size: 16px; color: #474747; padding: 0 18px; border-left: 1px solid #efefef; border-right: 1px solid #efefef; float: left;}
header .tou .sousuobj .ss input.ssk::-webkit-input-placeholder { /* WebKit browsers */color: #acacac;font-size: 16px;}
header .tou .sousuobj .ss input.ssk::-moz-placeholder { /* Mozilla Firefox 19+ */color: #acacac;font-size: 16px;}
header .tou .sousuobj .ss input.ssk:-ms-input-placeholder { /* Internet Explorer 10+ */color: #acacac;font-size: 16px;}

header .tou .sousuobj .ss input.tj{ width: 68px; height: 35px; border-radius: 4px; background: url("../images/p1_06.png")no-repeat 23px center #f9d026; margin: 6px 0 0 11px; float: left;}
header .tou .sousuobj .ss input.tj:hover{ background: url("../images/p1_06.png")no-repeat 23px center #e90000;}

header .tou .tounr .dh2{ margin: 20px 0 0 0; float: right;}
header .tou .tounr .dh2 a{ display: inline-block; width: 105px; line-height: 38px; text-align: center; font-size: 16px; color: #313131; border-left: 3px solid #12024b; background: #f5f5f5; margin: 0 2px; border-bottom-left-radius: 3px; border-top-left-radius: 3px;}
header .tou .tounr .dh2 a:nth-child(2){ border-left: 3px solid #e90000;}
header .tou .tounr .dh2 a:nth-child(3){ border-left: 3px solid #35a2ff;}
header .tou .tounr .dh2 a:nth-child(4){ border-left: 3px solid #ffa200;}
header .tou .tounr .dh2 a:nth-child(5){ border-left: 3px solid #0ab5e0;}
header .tou .tounr .dh2 a:nth-child(6){ border-left: 3px solid #ff6c00;}


main.search{ background: url("../images/ztbj_02.jpg")repeat-y center 108px #fff;}
main.search .center{ width: 1200px; margin: 0 auto 28px auto; overflow: hidden;}
main.search .center h1{ font-weight: normal; overflow: hidden;}
main.search .center .list{ width: 852px; float: left; background: #f5f5f5;}
main.search .center .list h1{ height: 35px; font-size: 16px; color: #313131; line-height: 35px; background: #01a6d0; color: #fff;}
main.search .center .list h1 span{ display: inline-block; height: 100%; width: 180px; background: #3366cc; float: left; border-right: 3px solid #f5f5f5; text-align: center; text-align-last: center;/*解决安卓版UC浏览器中文字不居中问题*/ font-size: 14px;}
main.search .center .list h1 span b{ font-size: 16px;}
main.search .center .list h1 a{ width: 90px; float: right; color: #fff; margin-right: 10px; text-align: right; background: url("../images/searjt.png")no-repeat left center;}
main.search .center .list h1 a:hover{ color: #fff!important; text-decoration: underline;}
main.search .center .list .searchlist{ padding: 18px 0 20px 0;}
main.search .center .list .searchlist ul{ width: 96%; margin: 0 auto; font-size: 14px;}
main.search .center .list .searchlist ul li{ margin-bottom: 8px; padding: 8px; border-left: 4px solid #f5f5f5;}
main.search .center .list .searchlist ul li:hover{ background: #fff; border-left: 4px solid #0ab5e0;}
main.search .center .list .searchlist ul li p{ margin-bottom: 3px;}
main.search .center .list .searchlist ul li a{ display: inline-block; color: #0ab5e0;}
main.search .center .list .searchlist ul li h2{ font-size: 16px; margin-bottom: 4px;}
main.search .center .list .searchlist ul li h2 a{ color: #3366cc;}
main.search .center .list .searchlist ul li span{ display: block;}
main.search .center .list .searchlist ul li span a{display: inline-block; color: #ff6c00;}
main.search .center .list .searchlist ul li span em{display: inline-block; color: #ff6c00;}
main.search .center .list ul.page{ width: 96%; margin: 0 auto 30px auto; overflow: hidden; text-align: center; text-align-last: center;/*解决安卓版UC浏览器中文字不居中问题*/}
main.search .center .list ul.page li{ height: 30px; min-width: 35px; line-height: 30px; margin: 0 3px; display: inline-block; background: #ffa200; border-radius: 4px; color: #fff;}
main.search .center .list ul.page li.prev{ width: 65px;}
main.search .center .list ul.page li:nth-of-type(1){ width: 65px;}
main.search .center .list ul.page li.next{ width: 65px;}
main.search .center .list ul.page li:hover{ color: #fff!important; background: #e90000;}
main.search .center .list ul.page li.thisclass{ color: #fff!important; background: #e90000;}
main.search .center .list ul.page li a{ display: block; color: #fff;}
main.search .center .list ul.page li a:hover{ color: #fff!important;}
main.search .center .list ul.page li input.ymsrk{ border-radius: 4px; width: 46px; height: 28px; line-height: 28px; color: #313131; padding: 0 4px; text-align: center; border: 1px solid #ffa200;}
main.search .center .list ul.page li:nth-last-child(1){background: none; color: #313131;}
main.search .center .list ul.page li:nth-last-child(1):hover{background: none; color: #313131!important;}
main.search .center .list ul.page li:nth-last-child(2) input{ width: 45px; height: 30px; line-height: 30px; border-radius: 4px; color: #fff; background: #ffa200;}
main.search .center .list ul.page li:nth-last-child(2) input:hover{ background: #e90000; color: #fff;}
main.search .center .list ul.page li:nth-last-child(2){background: none;}
main.search .center .list ul.page li:nth-last-child(3){background: none;}
main.search .center .list ul.page li:nth-last-child(4){ width: 65px;}

main.search .center .right{ width: 324px; float: right;}
main.search .center .right ul{ overflow: hidden;}
main.search .center .right ul li{ background: #f5f5f5; overflow: hidden; margin-bottom: 25px; padding-bottom: 10px;}
main.search .center .right ul li:nth-last-child(1){ margin-bottom: 0;}
main.search .center .right ul li h1{ height: 35px; line-height: 35px; text-align: center; font-size: 18px;text-align-last: center;/*解决安卓版UC浏览器中文字不居中问题*/ background: #02bbc2; color: #fff;}
main.search .center .right ul li ul{ margin: 10px 0 10px 0;}
main.search .center .right ul li ul li{ margin: 1px 0!important; height: 35px; font-size: 16px; line-height: 33px; padding: 0;}
main.search .center .right ul li ul li a{ display: block; width: 90%; height: 100%; color: #313131; padding-left: 20px; background: url("../images/p1_34.png")no-repeat 8px center;}
main.search .center .right ul li ul li a:hover{ color: #ff6c00!important;}
main.search .center .right ul li a{ display: inline-block;}
main.search .center .right ul li img.lmtu{ width: 140px; height: 90px; float: left; margin: 0 11px;}
main.search .center .right ul li img.lmtu:hover{ opacity: 0.8;}

main.search .center .right ul li:nth-child(2) h1{ background: #ffa200;}
main.search .center .right ul li:nth-child(2) ul li a:hover{ color: #ffa200!important;}
main.search .center .right ul li:nth-child(3) h1{ background: #35a2ff;}
main.search .center .right ul li:nth-child(3) ul li a:hover{ color: #35a2ff!important;}
main.search .center .right ul li:nth-child(4) h1{ background: #0ab5e0;}
main.search .center .right ul li:nth-child(4) ul li a:hover{ color: #0ab5e0!important;}

main.search .center .right ul li:nth-child(3) ul li{ height: auto; width: 140px; float: left; margin: 0 11px!important; padding-top: 10px; font-family: 宋体; font-size: 12px;}
main.search .center .right ul li:nth-child(3) ul li img{ width: 140px; height: 90px; float: left;}
main.search .center .right ul li:nth-child(3) ul li:hover img{ opacity: 0.8;}
main.search .center .right ul li:nth-child(3) ul li a{ width: 140px; background: none; padding: 0; display: inline-block; text-align: center;}
main.search .center .right ul li:nth-child(3) ul li a span{ display: inline-block; line-height: 1.5;}

/*新闻搜索结果页结束*/


