@charset "utf-8";
/*global CSS */
body,input,div,ul,li,table,tr,td,th,tbody,span,dd,dl,dt,h1,h2,h3,h4,h5 {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #8C0000;
    background-image: url('images/bg.jpg');
}

a,a:link,a:visited {
    color: #999999;
    text-decoration: none;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

ul,li {
    list-style: none;
}

img {
    border: 0 none;
}

.clr {
    clear: both;
}

.m {
    width: 100%;
    min-width:1210px;
    height: auto;
    padding: 0px 0 80px 0;
    margin: 0px auto;
    /*background: top center no-repeat url('images/m_bg.jpg?5');*/
    background: top center no-repeat url('images/video-bg_v3.jpg?5');
}

.header {
    width: 1210px;
    min-width:1210px;
    height: 220px;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}

.nav {
    width: 400px;
    height: 55px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 163px;
    right: 575px;
    display:none;
}

.nav ul {
    width: 400px;
    height: 55px;
    padding: 0px;
    margin: 0px;
}

.nav ul li {
    float: left;
    width: 150px;
    height: 55px;
    padding: 0px;
    margin: 0px;
}

.nav ul li a,.nav ul li a:visited,.nav ul li a:link,.nav ul li a:hover {
    width: 100%;
    height: 55px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: transparent;
}

.cat_list {
    width: 100px;
    height: auto;
    padding: 0px;
    background-color: #1E74AF;
    position: absolute;
    top: 55px;
    left: 300px;
    z-index: 99999;
}

.cat_list ul {
    width: 100px;
    height: auto;
    padding: 10px 0px;
}

.cat_list ul li {
    flaot: left;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 5px 0px;
}

.cat_list ul li a,.cat_list ul li a:visited,.cat_list ul li a:link {
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    display: block;
}

.cat_list ul li a:hover {
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    display: block;
    background-color: #F50;
    text-decoration: none;
}

.search {
    width: 575px;
    height: 55px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 163px;
    right: 0px;
    display:none;
}

.search ul {
    width: 575px;
    height: 55px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.search ul li {
    float: left;
    height: 55px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.keywordinput {
    width: 475px;
    height: 25px;
    line-height: 25px;
    padding: 15px 10px 15px 10px;
    margin: 0px 0px 0px 10px;
    font-size: 16px;
    color: #222;
    background-color: #FFF;
    border: none;
    outline: none;
}

.searchbotton {
    width: 70px;
    height: 55px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.content {
    width: 1200px;
    min-width:1200px;
    padding:0px;
    min-height:2055px;
    _height: expression(this.scrollHeight <= 1485 ? "1485px" : "auto");
    margin: 0px auto;
    background-color:#ddd;
    border:5px solid #fff308;
    border-top-width:6px;
}

.highlight {
    color: #F50;
}

/*video CSS*/
.video {
    width: 1000px;
    height: 300px;
    padding: 0px;
    margin: 3px 0px 0px 0px;
    background-color: #DDD;
}

.video ul {
    width: 1000px;
    height: 300px;
    padding: 0px;
    margin: 0px;
}

.video ul li {
    float: left;
    width: 130px;
    height: 100px;
    padding: 31px 0px 0px 31px;
    margin: 0px;
    position: relative;
}

.video ul li img {
    width: 130px;
    height: 100px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: #000;
}

.video ul li span {
    width: 130px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background-color: #000;
    color: #FFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
}

.btn-yuyue {
    background: transparent url('images/btn-yuyue.gif') no-repeat scroll 0 0;
}

/*form CSS*/
.form {
    width: 1000px;
    height: auto;
    padding: 0px 0px 52px 0px;
    margin: 0px;
    background-color: #DDD;
}

.form_title {
    width: 1000px;
    height: 60px;
    padding: 0px;
    margin: 0px;
    background-image: url('images/img_1.jpg');
    background-repeat: no-repeat;
}

.form_content {
    width: 800px;
    height: auto;
    padding: 40px 0px 0px 0px;
    margin: 0px;
}

/*table CSS*/
.table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
}

.td_left {
    width: 23%;
    text-align: right;
    color: #630;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-right: 2%;
    padding-bottom: 20px;
}

.td_right {
    width: 75%;
    text-align: left;
    padding-bottom: 20px;
}

.input_text {
    width: 500px;
    height: 18px;
    border: 1px solid #D0D0D0;
    font-size: 12px;
    outline: 0 none;
    color: #666;
    padding: 4px 0 4px 5px;
    margin-right: 5px;
    font: 12px/1.5 Verdana, Geneva, sans-serif,"宋体";
}

.captcha_state {
    width: 86px;
    height: 28px;
    position: absolute;
    top: 0px;
    left: 200px;
}

.captcha_state_err {
    width: 84px;
    height: 26px;
    border: 1px #F66 solid;
    background-color: #FCC;
    line-height: 26px;
    text-align: center;
    color: #FFF;
}

.captcha_state_ok {
    width: 84px;
    height: 26px;
    border: 1px #3C6 solid;
    background-color: #9C9;
    line-height: 26px;
    text-align: center;
    color: #FFF;
}

.btn1 {
    width: 90px;
    height: 28px;
    padding: 0px;
    margin: 0px;
    line-height: 28px;
    text-align: center;
    border: none;
    background-color: #66A637;
    color: #FFF;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.btn2 {
    width: 70px;
    height: 28px;
    padding: 0px;
    margin: 0px;
    line-height: 28px;
    text-align: center;
    border: none;
    background-color: #1D74AE;
    color: #FFF;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

/*success_list CSS*/
.success_list {
    width: 1000px;
    height: 260px;
    padding: 0px;
    margin: 0px;
    background-color: #DDD;
}

.success_list h1 {
    width: 980px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    background-color: #B9A97A;
}

.success_list ul {
    width: 980px;
    height: 210px;
    padding: 0px 10px;
    margin: 0px;
    overflow: hidden;
}

.success_list ul li {
    float: left;
    width: 220px;
    height: 20px;
    line-height: 20px;
    padding: 10px 25px 0px 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.success_list ul li span {
    width: 220px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*contact CSS*/
.contact {
    width: 1200px;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.contact h1 {
    width: 1160px;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    margin: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #582c16;
    background-color: #B9A97A;
}

.contact p {
    width: 1160px;
    height: 22px;
    padding: 20px 20px 80px 20px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: #CEC4A2;
    color: #000;
    text-align:center;
    display:block;
}

@media (min-width: 768px) {
    .contact p {
        font-size:22px;
    }
}

@media (min-width: 992px) {
    .contact p {
        font-size:20px;
    }
}
@media (min-width: 1200px) {
    .contact p {
        font-size:16px;
    }
}

.contact p span {
    /*float: left;*/
}

/*charges CSS*/
.charges {
    width: 1000px;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.charges h1 {
    width: 980px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
    background-color: #B9A97A;
}

.charges p {
    width: 980px;
    line-height: 22px;
    padding: 10px 10px 20px 10px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #CEC4A2;
    color: #000;
}



/*play CSS*/
#play {
    width: 1000px;
    height: 750px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    background:#1a1a1a url('images/video_play_bg.jpg') no-repeat scroll center center;
}

/*video_search CSS*/
.video_search {
    width: 1160px;
    height: auto;
    padding: 0px;
    margin: 0px auto 20px auto;
    background-color: #FFF;
}

.video_search h1 {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #582c16;
    background-color: #B9A97A;
}
.video_search form{
    margin:0;
    padding:0;
}
.video_search .search_input {
    margin:15px 0px 15px 15px;
    height:20px;
    width:730px;
    padding:10px 8px;
    border:1px solid #ccc;
    display:inline-block;
    float:left;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-size:16px;
    font-family:'\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#333;
}

.video_search .search_btn,
.video_search .search_btn:link,
.video_search .search_btn:visited
{
    height:42px;
    padding:0px 30px 0 30px;
    background-color: #bd0000;
    display: inline-block;
    font-size:16px;
    line-height:42px;
    font-weight:bold;
    color:#fff;
    /*float:left;*/
    margin-top:15px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-left:10px;
}
.video_search .search_btn:hover {
    text-decoration: none;
    background-color: #dd0000;
}

/*video_description CSS*/
.video_description {
    width: 1160px;
    height: auto;
    min-height:260px;
    _height:expression(this.scrollHeight<=260 ? '260px' : 'auto');
    padding: 0px;
    margin: 0px auto 0px auto;
    background-color: #FFF;
}

.video_description h1 {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #B9A97A;
}

.video_description p {
    min-height: 120px;
    line-height: 25px;
    padding: 15px 20px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-indent: 2em;
}

.video_description h1 a,.video_description h1 a:link,.video_description h1 a:visited {
    float: right;
    color: #555;
    font-size: 16px;
}

.video_description h1 a:hover {
    text-decoration: underline;
}

/* video_comment*/
.video_comment {
    width: 960px;
    height: auto;
    min-height:260px;
    padding: 0px;
    margin: 20px auto 20px auto;
    background-color: #FFF;
}

.video_comment h1 {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #B9A97A;
}
.video_comment .comment {
    width:888px;
    height:100px;
    margin:20px;
    border:1px solid #ddd;
    border-radius:4px;
    padding:15px;
    font-size:14px;
    font-family:"microsoft yahei";
    resize:none;
}

.btn_comment,
.btn_comment:link,
.btn_comment:visited
{
    height:30px;
    padding:12px 30px 0 30px;
    background-color: #bd0000;
    display: inline-block;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    margin-top:0px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    float:right;
    margin-right:20px;
    margin-bottom:10px;
}
.btn_comment:hover{
    text-decoration:none;
}

.video_comment_list {
    clear:both;
    padding:50px;
}

.video_comment_list dl {
    display: block;
}

.video_comment_list dt {
    border-bottom:1px solid #ddd;
    padding:10px 0;
    font-weight: bold;
    font-size:18px;
}
.video_comment_list dt span {
    float:right;
    font-weight:normal;
    color: #484848;
    font-size:9px;
}

.video_comment_list dd {
    padding-left:30px;
    padding-top:10px;
    padding-bottom:20px;
    font-size:18px;
}

.video_comment_list p {
    text-align:left;
}

.video_comment_list img {
    max-width:800px;
}

/*video_list CSS*/
.video_list {
    width: 960px;
    height: auto;
    padding: 0px;
    margin: 20px auto 0px auto;
    background-color: #FFF;
    padding-bottom: 30px;
}

.video_list h1 {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #B9A97A;
}

.video_list ul {
    padding: 0px;
    margin: 0px;
}

.video_list ul li {
    float: left;
    width: 210px;
    height: 140px;
    padding: 25px 0px 0px 25px;
    margin: 0px;
}

.video_list ul li img {
    width: 204px;
    border:3px solid yellow;
    height: 140px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: #000;
}

.video_no_result {
    font-size:24px;
    font-weight:bold;
    text-align:center;
    font-family: '\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
    padding:70px 0 70px 0;
}

/*video_top CSS*/
.video_top {
    width: 1180px;
    height: 300px;
    padding: 10px;
    margin: 3px 0px 0px 0px;
    background-color: #DDD;
    overflow: hidden;
}

.video_top dl dt {
    float: left;
    width: 480px;
    height: 275px;
    padding: 0px;
    margin: 0px;
    background:#1a1a1a url('images/video_play_bg.jpg') no-repeat scroll center center;
}

.video_top dl dd {
    float: left;
    width: 200px;
    height: 140px;
    padding: 0px 0px 15px 31px;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.video_top dl dd img {
    width: 200px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: #000;
}

.video_top dl dd span {
    width: 180px;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
    margin: 0px;
    overflow: hidden;
    background-color: #ee4444;
    color: #FFF;
    position: absolute;
    right: 0px;
    bottom: 10px;
    text-align: center;
}
.video_top dl dd span a,
.video_top dl dd span a:link,
.video_top dl dd span a:visited,
.video_top dl dd span a:hover  {
    color:#fff;
}

/*video_list_all CSS*/
.video_list_all {
    width: 1200px;
    padding: 15px 0px;
    margin: 0px;
    background-color: #DDD;
}

.video_list_all h1 {
    width: 1180px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #582c16;
    background-color: #B9A97A;
}

.video_list_all ul {
    width: 1200px;
    padding: 0px;
    margin: 0px;
}

.video_list_all ul li {
    float: left;
    width: 265px;
    overflow: hidden;
    height: 190px;
    padding: 25px 0px 25px 28px;
    margin: 0px;
    position: relative;

}

.video_list_all ul li img {
    width: 259px;
    padding: 0px;
    margin: 0px;
    display: block;
    background-color: #000;
    border:3px solid #ffe91c;
}

.video_list_all ul li span {
    width: 243px;
    border:3px solid #ffe91c;
    padding: 5px 8px 5px 8px;
    margin: 0px;
    background-color: #ee4444;
    color: #FFF;
    position: absolute;
    left: 28px;
    bottom: 0px;
    text-align: center;
    overflow: hidden !important;
    display:block;
}
.video_list_all ul li span a,
.video_list_all ul li span a:link,
.video_list_all ul li span a:visited,
.video_list_all ul li span a:hover
{
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size:14px;
}

/*Pages CSS*/
.pages {
    height: 48px;
    width: 100%;
    padding: 30px 0px 15px 0px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
}

.pages a,.pages a:link,.pages a:visited,.pages a:hover {
    height: 20px;
    line-height: 20px;
    padding: 15px 40px;
    margin: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    background-color: #cc2823;
    border: 1px #971b18 solid;
    color: #FFF;
}

.pages a:hover {
    text-decoration: none;
    background-color: #EFEFEF;
    border: 1px #ccc solid;
    color: #666;
}

.pages a.on,.pages a:visited.on,.pages a:link.on {
    height: 20px;
    line-height: 20px;
    padding: 5px 9px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #CCC;
    border: 1px #BBB solid;
}

.pages .pageno {
    width: 30px;
    height: 20px;
    line-height: 20px;
    padding: 5px 9px;
    border: 1px solid #ccc;
}

.pages a.go,.pages a:visited.go,.pages a:link.go {
    height: 20px;
    line-height: 20px;
    padding: 5px 9px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background-color: #CCC;
    border: 1px #BBB solid;
    cursor: pointer;
}

.pages a:hover.go {
    height: 20px;
    line-height: 20px;
    padding: 5px 9px;
    margin: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    background-color: #EFEFEF;
    border: 1px #CCC solid;
    cursor: pointer;
}
/*num CSS*/
.num {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0px 0px 40px 10px;
    font-weight: normal;
    font-size: 12px;
    color: #999;
}

.num strong {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    padding: 0px 2px;
}

/*bottom CSS*/
.bottom {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.footer {
    width: 1200px;
    margin:0 auto 30px;
    height: 20px;
    padding: 20px 0 30px 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #F9F9F9;
}

.footer a,.footer a:visited,.footer a:link {
    font-size: 12px;
    font-weight: normal;
    color: #F9F9F9;
    text-decoration: none;
}

.footer a:hover {
    font-size: 12px;
    font-weight: normal;
    color: #F9F9F9;
    text-decoration: underline;
}

/* .pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

a.footer-link-more,
a.footer-link-more:link,
a.footer-link-more:visited,
a.footer-link-more:hover {
    font-size:30px;
}

/* aliplayer */
#J_prismPlayer {
    width:1000px;
    height:750px;
    background:#000;
}
.browser-too-low h5{
    font-size:22px;
}
.browser-too-low a,
.browser-too-low a:link,
.browser-too-low a:visited {
    display:inline-block;
    padding:3px 15px;
    font-size:14px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.tips-wrap {
    width:1200px;
    margin:0 auto;
}

.tips {
    width:648px;
    height:50px;
    margin:15px auto 0;
    background:transparent url('./images/tips.png?v=3') no-repeat scroll 0 0;
}
.tips ul {
    margin-right:-12px;
}
.tips ul li {
    float: left;
    width:120px;
    margin-right:12px;
}
.tips ul li a,
.tips ul li a:link,
.tips ul li a:visited {
    display: block;
    height:50px;
}