﻿       body, ul {
            margin: 0;
            padding: 0;
        }

        .list_con {
            width: 1200px;
            height: 280px;
           /* border: 1px solid #000;*/
            margin: 10px auto 0;
            /*background-color: red;*/
            position: relative;
            overflow: hidden;
        }

            .list_con ul {
                list-style: none;
                width: 2500px;
                height: 200px;
                position: absolute;
                left: 0;
                top: 0;
            }


            .list_con li {
                width: 320px;
                height: 312px;
                float: left;
                margin-right: 10px;
            }
.list_con li img{width:320px;height:200px;}
.list_con li a{color:#fff;}
.list_con li a:hover{color:#fff;}
.list_con li p{
	width:320px;
	height:38px;
	background: #4365f8;
	text-align: center;
	line-height: 38px;
}

        .btns_con {
            width: 1000px;
            /*height: 30px;*/
            margin: 50px auto 0;
            position: relative;
        }

        .left, .right {
            width: 30px;
            height: 30px;
            background-color: #fff;
            position: absolute;
            left: -84px;
            top: 110px;
            font-size: 30px;
            line-height: 30px;
            color: #9b9b9b;
            font-family: 'Arial';
            text-align: center;
            cursor: pointer;
            border-radius: 15px;
            opacity: 0.8;
			z-index: 1000;
        }

        .right {
            left: 1051px;
            top: 110px;
        }
