* {
    font-family: 'Verdana','Microsoft Yahei','\u5FAE\u8F6F\u96C5\u9ED1','\u5B8B\u4F53','SimSun';
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Verdana','Microsoft Yahei','\u5FAE\u8F6F\u96C5\u9ED1','\u5B8B\u4F53','SimSun';
    -webkit-text-size-adjust: none;
    color: #333333;
    -webkit-text-size-adjust: none;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

form {
    display: inline
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul, ol {
    list-style: none
}

input, select, button {
    font-family: 'Verdana','Microsoft Yahei','\u5FAE\u8F6F\u96C5\u9ED1','\u5B8B\u4F53','SimSun';
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button
}

input:focus:-moz-placeholder, input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    color: #333333;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

    a:hover, a:active, a:focus {
        color: #FF3333;
        text-decoration: none;
    }

img {
    display: block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.mt_30 {
    margin-top: 30px;
}


/* 头部导航 */
.tim_head {
    width: 100%;
    height: 64px;
    background-color: #4053db;
}

.tim_head .head_box {
    width: 1120px;
    height: 64px;
    background-color: #4053db;
    margin: 0 auto;
}

.head_box .logo {
    float: left;
    width: 150px;
    height: 64px;
    background-image: url('../images/logo/4wgyvzvnxpslrdpgws56ppmr.png');
    background-repeat: no-repeat;
    background-size: 147px 36px;
    background-position: center;
}

.head_box .logo a {
    display: block;
    width: 150px;
    height: 64px;
    line-height: 200px;
    overflow: hidden;
}

.head_box .nav_box {
    float: left;
    width: 706px;
    height: 64px;
    padding-left: 60px;
}

.head_box .nav_box h5 {
    float: left;
    width: 100px;
    height: 64px;
}

.head_box .nav_box a {
    display: block;
    width: 100px;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #f6f7fd;
    text-align: center;
}

.head_box .nav_box h5.cur a {
    background-color: #2231a0;
}

.head_box .nav_box h5:hover a {
    background-color: #2231a0;
}

.head_box .search_box {
    float: right;
    width: 204px;
    height: 64px;

}

.head_box .search_box form {
    display: block;
    width: 200px;
    height: 36px;
    margin-top: 14px;
}

.search_box form input {
    float: left;
    width: 155px;
    height: 36px;
    font-size: 12px;
    color: #787a85;
    text-indent: 18px;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #ffffff;
    padding: 0;
}

.search_box form .search_btn {
    float: left;
    width: 45px;
    height: 36px;
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ffffff;
    background-image: url('http://www.timdashu.com/style/img/tim_search.png');
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: center;
    padding: 0;
    overflow: hidden;
}

/* 首页上半部分 */

.index_box {
    width: 1120px;
    height: 420px;
    margin: 30px auto;
}

.index_focus {
    float: left;
    width: 380px;
    height: 420px;
}

.index_focus a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.index_focus a .top_tip {
    position: absolute;
    width: 80px;
    height: 101px;
    background-image: url('http://www.timdashu.com/style/img/top_tip.png');
    top: 0;
    right: 26px;
}

.index_focus a span {
    position: absolute;
    display: block;
    width: 100%;
    line-height: 48px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0.75;
}

.index_focus .swiper-pagination {
    bottom: 60px!important;
}

.index_focus .swiper-pagination span.swiper-pagination-bullet {
    background-color: #656565!important;
}

.index_focus .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #f0efeb!important;
}

.index_scan {
    float: left;
    width: 700px;
    height: 420px;
    margin-left: 40px;
}

.index_date {
    width: 700px;
    height: 90px;
}

.index_date .days {
    float: left;
    width: 58px;
    height: 90px;
    border: 0;
    background-color: #6273f0;
    padding: 0 10px;
}

.index_date .days span {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 7px 0;
}

.index_date .days span:first-child {
    font-size: 32px;
}

.index_date .days span:last-child {
    font-size: 16px;
    border-top: 1px solid #fff;
}


.index_date ul {
    float: left;
    width: 621px;
    height: 88px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.index_date li{
    float: left;
    width: 157px;
    height: 88px;
    line-height: 88px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 14px center;
    padding-left: 50px;
}

.index_date li:nth-of-type(1) {
    background-image: url('http://www.timdashu.com/style/img/yi.png');
}

.index_date li:nth-of-type(2) {
    background-image: url('http://www.timdashu.com/style/img/ji.png');
}

.index_date li:nth-of-type(3) {
    background-image: url('http://www.timdashu.com/style/img/xing.png');
}

.index_item {
    width: 700px;
    height: 140px;
    margin-top: 25px;
}

.index_item .list_img {
    float: left;
    display: block;
    width: 200px;
    height: 140px;
    margin-right: 24px;
    overflow: hidden;
}

.index_item .list_img img {
    width: 264px;
    height: 160px;
    margin-left: -17px;
}

.index_item h4 {
    line-height: 30px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
}

.index_item p {
    max-height: 78px;
    line-height: 26px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    word-wrap: break-word;
}

/* 标签 */

.link_tips {
    width: 1120px;
    height: 88px;
    margin: 34px auto;
}

.link_tips a {
    float: left;
    width: 222px;
    height: 88px;
    margin-right: 2.5px;
}

.link_tips a:last-child {
    margin-right: 0;
}

.link_tips a img {
    width: 222px;
    height: 88px;
}

/* 列表和广告 */

.tim_body {
    position: relative;
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

.tim_body .page_left {
    float: left;
    width: 760px;
}

.tim_body .page_right {
    float: right;
    width: 300px;
}

/* 列表 */

.list_item {
    text-align: justify;
    max-height: 160px;
    margin-bottom: 40px;
    overflow: hidden;
}

.list_item .list_img {
    position: relative;
    float: left;
    display: block;
    width: 264px;
    height: 160px;
    margin-right: 30px;
    overflow: hidden;
}

.list_item .list_img i {
    position: absolute;
    width: 26px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px 42px;
    top: 0;
    left: 8px;
    z-index: 9;
}

.list_item .list_img i.luck {
    background-image: url('http://www.timdashu.com/style/img/luck.png');
}

.list_item .list_img i.week {
    background-image: url('http://www.timdashu.com/style/img/week.png');
}

.list_item .list_img i.yinguo {
    background-image: url('http://www.timdashu.com/style/img/yinguo.png');
}

.list_item .list_img i.year {
    background-image: url('http://www.timdashu.com/style/img/year.png');
}

.list_item .list_img i.love {
    background-image: url('http://www.timdashu.com/style/img/love.png');
}

.list_item .list_img img {
    width: 264px;
    height: 160px;
    transform: translate(0,0);
    transition: all .4s;
}

.list_item .list_img:hover img {
    transform: scale(1.08, 1.08);
    transition: all .4s;
}

.list_item h3 {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 18px;
}

.list_item div {
    max-height: 126px;
    overflow: hidden;
}

.list_item h3 a {
	color: #444;
}

.list_item h3 a:hover {
	color: #FF3333;
}

.list_item p.list_cnt {
	height: 78px;
	line-height: 26px;
	color: #909090;
	font-size: 14px;
    word-wrap:break-word;
	overflow: hidden;
}

.list_item p.list_tips {
    height: 22px;
    line-height: 22px;
    color: #909090;
	margin-top: 12px;
}

.list_item p.list_tips .list_eye {
    float: left;
    padding-left: 30px;
    background-image: url('http://www.timdashu.com/style/img/eye.png');
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 22px 16px;
}

.list_item p.list_tips .list_eye i {
    color: #6273f0;
    font-style: normal;
}

.list_item p.list_tips .list_time {
    float: right;
}

/* 右边 */
.right_one {
    width: 300px;
    overflow: hidden;
}

.right_one li {
    float: left;
    width: 144px;
    margin-top: 12px;
    margin-right: 12px;
    text-align: center;
    position: relative;
}

.right_one li:nth-of-type(odd) {
    margin-right: 0;
}

.right_one li a {
    display: block;
    width: 144px;
    width: 100%;
    overflow: hidden;
}

.right_one li a img {
    width: 142px;
    height: 96px;
    border: 1px solid #d1d1d1;
}

.right_one li a span {
    display: block;
    width: 144px;
    color: #333;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-top: 4px;
    overflow: hidden;
}

.right_one li a span:hover {
    color: #fc0000;
}

.right_one li.big {
    position: relative;
    width: 300px;
    height: 150px;
    margin-top: 0px;
    margin-right: 0px;
    text-align: center;
    overflow: hidden;
}

.right_one li.big img {
    width: 298px;
    height: 148px;
}

.right_one li.big span {
    position: absolute;
    display: block;
    width: 298px;
    height: auto;
    line-height: 1.1em;
    text-align: left;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(0,0,0,0.6);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 6px 8px;
    overflow: hidden;
}

.right_one li.big a span:hover {
    color: #fff;
}

.right_one li:hover span {
    white-space: normal;
}

.right_two {
    margin-top: 30px;
}

.right_two h3 {
    line-height: 36px;
    font-size: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.right_two h3 b {
    display: inline-block;
    line-height: 36px;
    border-bottom: 1px solid #35312f;
}

.right_two ul {
    margin-top: 6px;
}

.right_two li {
    line-height: 36px;
    color: #d1d1d1;
    list-style-type: disc;
    list-style-position: inside;
    box-sizing: border-box;
}

.right_two li:first-child,
.right_two li:nth-of-type(2) {
    color: #fc0000;
}

.right_two li a {
    float: right;
    display: block;
    width: 92%;
    line-height: 36px;
    font-size: 14px;
    color: #535251;
    white-space: nowrap;
    overflow: hidden;
}

/* 大师二级导航 */
.nav_dashi {
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.nav_dashi .nav_dashi_box {
    width: 1120px;
    height: 46px;
    margin: 0 auto;
}

.nav_dashi .nav_dashi_box a {
    float: left;
    display: block;
    width: 93.33px;
    height: 46px;
}

.nav_dashi_box a span {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #fff;
}

.nav_dashi_box a.cur span {
    color: #4053db;
    border-bottom: 2px solid #4053db;
}

.nav_dashi_box a:hover span {
    color: #4053db;
    border-bottom: 2px solid #4053db;
}

/* 详情页 */

.tim_bread {
    width: 1120px;
    height: 46px;
    line-height: 46px;
    color: #808080;
    margin: 0 auto;
}

.tim_bread a {
    color: #808080;
}

.tim_bread a:hover {
    color: #4053db!important;
}

.tim_bread a.cur {
    color: #333333;
}

.show_title h1 {
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    padding: 18px 0;
}

.show_title span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.show_cnt {
    line-height: 2em;
    color: #333333;
    font-size: 18px;
    text-align: justify;
    word-wrap: break-word;
    margin-top: 30px;
}

.show_cnt p img {
    max-width: 100%;
    margin: 0 auto;
}

.show_cnt p {
    line-height: 2em;
    color: #333333;
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.show_cnt p a {
    color: #942cdc
}

.show_end {
    width: 100%;
    height: 20px;
    background-image: url("http://www.timdashu.com/style/img/show_end.jpg");
    background-repeat: no-repeat;
    background-size: 64px 18px;
    background-position: center;
    margin-bottom: 20px;
}

.show_link a {
    display: block;
    width: 760px;
    height: 88px;
}

.show_link a img {
    width: 760px;
    height: 88px;
}

.show_tuihian {
    margin-top: 30px;
}

/* 加载更多 */
.load_more {
    width: 100%;
    height: 50px;
    line-height: 100px;
    color: #909090;
    text-align: center;
}

.load_more span {
    display: block;
    width: 238px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #333333;
    border: 1px solid #808080;
    border-radius: 8px;
    margin: auto;
    cursor: pointer;
}

/* 底部菜单 */

.footer {
    border-top: 1px solid #4053db;
    margin-top: 30px;
}

.footer .footer_link {
    width: 1120px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

.footer .footer_copy {
    width: 1120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
}

/*侧边按钮*/
.float_btn {
    display: none;
    position: fixed;
    width: 60px;
    height: 130px;
    color: #fff;
    left: 50%;
    bottom: 200px;
    margin-left: 580px;
}

.float_btn a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    background-color: #dddddd;
    background-repeat: no-repeat;
    background-size: 44px;
    background-position: center;
    margin-bottom: 10px;
}

.float_btn a:first-child {
    background-image: url("../img/home.png");
}

.float_btn a:last-child {
    background-image: url("../img/top.png");
}