		html, body, ul, ol {
            font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
            padding: 0;
            margin: 0;
        }

        .banner {
            position: relative;
            text-align: center;
        }

        .banner li {
            list-style: none;
        }

        .banner ul li {
            float: left;
        }
		
        .banner a{
            text-decoration:none;
            background-color:lightsteelblue;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
        }
        .banner a:link{
            color:white;
        }
         .banner a:visited{
            color:white;
        }
        #roll {
            /*width: 370px;
            height: 200px;*/
            width: 500px;
            height: 255px;
        }

        .unslider-nav ol {
            position: relative;
            text-align:center;
            bottom: 30px;
        }
        .unslider-nav ol li {
            display: inline-block;
            width: 10px;
            height: 10px;
            margin: 0 4px;
            color:white;
            text-indent: -97em;

            border: 2px solid #fff;
            border-radius: 6px;

            cursor: pointer;
            opacity: .4;

            -webkit-transition: background .5s, opacity .5s;
            -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
        }

        .unslider-nav ol li.unslider-active {
            background: #fff;
            opacity: 1;
        }

        #roll .arrow {
            position: absolute;
            top: 200px;
        }

        #roll #al {
            left: 15px;
        }

        #roll #ar {
            right: 15px;
        }
		.picNewsImg{
			width:500px;
			height:255px;
            background-size:cover;
		}
        
        .picNewsTitle{
            padding-top:200px;
            
        }
		
		
