/* * 二级页面公共样式 */ .banner{ margin-bottom: 23px; } .path p{ width: 1240px; margin: 0 auto; font-size: 14px; line-height: 60px; } .path p a { color: #000000; } @media screen and (max-width:1600px) { .path p{ width: 1200px; } } .content{ padding-bottom: 70px; } .content .inner{ display: flex; justify-content: space-between; width: 1240px; min-height: 700px; margin: 0 auto; } @media screen and (max-width:1600px){ .content .inner{ width: 1200px; } } /* 左部导航头不带下划线 */ .content .inner .title-content{ min-width: 240px; width: 240px; margin-right: 20px; text-align: center; line-height: 60px; font-size: 24px ; color: #7c3030; background-image: url('../../img/bg/synopsis/1111.png'); background-size: cover; background-position: center; } /* 左部导航头部带下划线的样式 */ .content .inner .title-content span{ display: inline-block; box-sizing: border-box; height: 57px; border-bottom: 3px solid #7c3030; } .content .inner .title-content .left-nav{ width: 100%; background: #ebebeb; } .content .inner .title-content .left-nav .nav-item{ box-sizing: border-box; padding: 13px 45px; text-align: center; line-height: 24px; font-size: 16px; border-bottom: 1px dashed rgba(110,30,111,.3); cursor: pointer; } .content .inner .title-content .left-nav .nav-item>a { color: #7c3030; } .content .inner .title-content .left-nav .nav-item.active, .content .inner .title-content .left-nav .nav-item:hover{ background-color: #7c3030; } .content .inner .title-content .left-nav .nav-item.active a, .content .inner .title-content .left-nav .nav-item:hover a{ color:#fff; } .content .inner .title-content .left-nav .nav-item:last-child{ border: none; } .content .inner .article-content{ box-sizing: border-box; width: 100%; background: #ffffff; padding: 40px 64px; } .content .inner .article-content p{ font-size: 15px !important; } .content .inner .article-content .article-content-little-title{ height: 60px; line-height: 60px; color:#7c3030; font-weight: 600; font-size: 18px; } .content .inner .article-content .article-content-little-title .article-content-line{ display:inline-block; width: 5px; height:20px; vertical-align: middle; border-left: 2px solid #7c3030; } .content .inner .article-content .article-content-little-title .article-content-point{ display:inline-block; width: 5px; height: 5px; background: #7c3030; border-radius: 50%; margin-left: -5px; margin-right: 7px; vertical-align: middle; } .content .inner .article-content .article-content-little-title .article-content-little-desc{ font-size: 14px; color: #999999; } .content .inner .article-content .article-content-text, .article-contentP p { line-height: 28px; } .content .inner .article-content .article-list a{ display: flex; justify-content: space-between; line-height: 50px; border-bottom: 1px solid #f0f0f0; color: #000000; } .content .inner .article-content .article-list a:hover{ color: #7c3030; font-weight: 600; } .content .inner .article-content .article-list a .time{ font-family: 'Times New Roman'; } /* 二级页文章列表题目展示宽度限制 */ .content .inner .article-content .article-list .article-list-title{ max-width: 700px; } /* 二级页背景图 */ body{ width: 100%; background-image: url('../../img/bg/synopsis/page_bg.png'); background-size: cover; background-position: center bottom; background-repeat: no-repeat; }