ul, ol, li
{
	list-style-type: none;
	vertical-align: 0;
}
a
{
	outline-style: none;
	color: #535353;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}

.slider
{
	display: none;
}
/*用于获取更加体验*/
.focus span
{
	width: 10px;
	height: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
}
.focus span.current
{
	background: #023F6B;
}
.picorder-bothside li
        {
            width: 32%;
            float: left;
            padding:0px 7px 20px 1px;
            height: 134px;
        }
        .picorder-bothside div.pictop
        {
            width: 100%;
        }
        .picorder-bothside div.pictop a
        {
            padding-right: 10px;
        }
        .picorder-bothside div.picbottom
        {
            /* width: 100%; */
            padding-left: 90px;
        }
        .picorder-bothside div.picbottom .news_text {
    display: block;
    white-space: normal;
    word-break: break-word;
}