body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,i,em, form, button, fieldset, legend, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-style:normal;
	font-size:12px;
	text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #444;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.fn-clear:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.video-list-container {
    width: 100%;
    height: auto;
    min-height: 600px;
    background:url(../images/bg01.jpg) no-repeat center top white;
}

.list-top-con {
    padding-top: 60px;
    width: 1200px;
    margin: 0 auto 60px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.list-top {
    height: 200px;
    display: block;
    width: auto;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    left:0;
}

.list-top a {
    width: 224px;
    height: 194px;
    background-color: #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
}

.list-top a:first-child {
    margin-left: 0;
}

.list-top a div {
    width: 100%;
    height: 150px;
}

.list-top a img {
    vertical-align: bottom;
    width: 100%;
    height: 150px;
}

.list-top a p {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    color: #505050;
    text-align: center;
}

.top-left {
    width: 37px;
    height: 74px;
    background: url(../images/L_0.png) no-repeat;
    position: absolute;
    top: 102px;
    left: 0;
    z-index: 2;
    cursor: pointer;
    display:none;
}

.top-right {
    width: 37px;
    height: 74px;
    background: url(../images/R_0.png) no-repeat;
    position: absolute;
    top: 102px;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.video-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #525252;
    margin-bottom: 22px;
	text-align:left;
}

.video-title:before {
    content: "";
    float: left;
    width: 6px;
    height: 20px;
    background-color: #ff5a00;
    border-radius: 3px;
    margin-right: 8px;
}

.video-list-main {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.video-list-left {
    float: left;
    width: 978px;
    overflow: visible;
}

.video-list-right {
    float: right;
    width: 206px;
}

.left-main {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

.left-main:after {
    content: "";
    width: 1px;
    height: 95%;
    position: absolute;
    right: 0;
    top: 2px;
    background-color: #dddddd;
    min-height: 975px;
}

.left-main a {
    width: 174px;
    margin-right: 21px;
    margin-bottom: 37px;
    float: left;
}

.left-main a div {
    width: 174px;
    height: 130px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 13px;
}

.left-main a div img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.left-main a p {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #525252;
	text-align:left;
	overflow:hidden;
}


.right-main {
    width: 100%;
    position: relative;
    overflow: hidden;

}

.right-main a {
    width: 200px;
    margin-left: 6px;
    margin-bottom: 20px;
    float: left;
}

.right-main a div {
    width: 200px;
    height: 133px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.right-main a div img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.right-main a p {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #525252;
	text-align:left;
}




.page-container {
    height: 28px;
    line-height: 28px;
    text-align: center !important;
    margin: 30px auto 50px;
}

.page-container a {
    padding: 3px 8px;
    font-size: 14px;
    color: #686868;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 4px;
}


.page-container a.checked {
    color: #ffffff;
    font-weight:bold;
    padding:4px 9px;
    border:0;
    background-image: linear-gradient(122deg,
    #ff5129 0%,
    #f49f7d 100%);
}

.page-container a:hover{
    color: #f56032;
    border-color: #ff7800;
}