<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

i,
em {
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    font-weight: normal
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none;
    color: #666666;
}

iframe {
    display: block;
}

input[type="submit"] {
    border: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
    vertical-align: -2px;
    margin: 0px 3px 0px 0px;
    cursor: pointer;
}

.inline-block {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

::-webkit-input-placeholder {
    color: #ababab;
}

:-moz-placeholder {
    color: #ababab;
}

::-moz-placeholder {
    color: #ababab;
}

:-ms-input-placeholder {
    color: #ababab;
}

a {
    outline: none;
}

.clear {
    clear: both
}


/*整体*/

body {
    font-size: 12px;
    color: #666666;
    font-family: "Microsoft YaHei";
    -webkit-user-select: none;
}

.note {
    padding-right: 10px;
    float: right;
    font-weight: normal;
}


/*头部*/

.header {
    height: 140px;
    background-image: url(images/top_bg.jpg);
    background-repeat: repeat-x;
}


/*上面部*/

.top {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    margin-bottom: 1px;
    position: relative;
}

.logo {
    position: absolute;
    z-index: 0;
    left: -1px;
    width: 143px;
    height: 122px;
    background: url(images/logo.png) no-repeat 0 0;
    left: 0;
}

.logo a {
    display: block;
    height: 122px;
    width: 143px;
}

.menu {
    float: left;
    width: 620px;
    font-family: Tahoma, '微软雅黑', '宋体';
    /*padding-top: 35px;*/
    padding-top: 15px;
    /*margin-left: 10px;*/
}

.menu ul li {
    float: left;
    line-height: 60px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: right;
    /*margin-left: 10px;*/
}

.menu ul li a {
    /*line-height: 50px;*/
    display: block;
    font-size: 19px;
}

.menu ul li a span {
    padding-right: 19px;
    padding-left: 19px;
}

.one {
    background-image: url(images/menu_bg.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.menu ul li a:link {
    color: #FFF;
    text-decoration: none;
}

.menu ul li a:visited {
    color: #FFF;
    text-decoration: none;
}

.menu ul li a:hover {
    display: inline;
    float: left;
    background-image: url(images/menu_bg.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.select {
    float: right;
    width: 200px;
    border: 1px solid #F2B9D6;
    height: 32px;
    background-color: #f5546f;
    /*margin-top: 50px;*/
    margin-top: 32px;
}

.select_inp {
    outline: none;
    border: 1px solid #f5546f;
    width: 165px;
    height: 28px;
    float: left;
    color: #F2B9D6;
    line-height: 28px;
    padding-left: 5px;
    font-size: 12px;
    background-color: #f5546f;
}

.select_but {
    float: left;
    margin-top: 2px;
}

.auot {
    width: 999px;
    margin-right: auto;
    margin-left: auto;
    height: 36px;
    line-height: 36px;
}

.shujia {
    padding-left: 50px;
    float: left;
    background-image: url(images/recent_read.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    font-size: 14px;
    color: #f5546f;
}

.shujia a {
    color: #f5546f;
}

.state {
    float: right;
}

.state_hezuo {
    vertical-align: middle;
    margin-left: 10px;
}

.menu2 {
    font-family: Tahoma, '微软雅黑', '宋体';
    width: 440px;
    height: 55px;
    float: left;
    line-height: 55px;
    font-size: 12px;
    word-spacing: 10px;
}

.menu2 em {
    color: #fff;
}

.menu2 a:link {
    text-decoration: none;
}

.menu2 a:visited {
    text-decoration: none;
}


/*内容区域*/

.wrap {
    padding-bottom: 20px;
    padding-top: 10px;
    background-color: #fff;
    background-image: url(images/bg.gif);
    background-repeat: repeat;
}

.container {
    margin: auto;
    position: relative;
    width: 1012px;
    background: url(images/container-bg-repeat-y.png) repeat-y
}

.container .container-bd {
    background: url(images/container-bg-top.png) no-repeat center top;
    zoom: 1;
    padding: 26px;
    *zoom: 1
}

.container .container-bottom {
    background: url(images/container-bg-bottom.png) no-repeat 0 0;
    height: 11px;
    overflow: hidden
}


/*标题*/

.pattern_title {
    line-height: 35px;
    position: relative;
    height: 35px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffdcb2;
}

.pattern_title span {
    font-size: 20px;
    float: left;
    position: absolute;
    z-index: 100;
    line-height: 35px;
    color: #333;
    padding-right: 10px;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eb6100;
    height: 35px;
    background-image: url(images/ico.png);
    background-repeat: no-repeat;
    background-position: 5px 8px;
}


/*友情链接*/

.frindlink {
    background-image: url(images/like.gif);
    height: 89px;
    padding-top: 10px;
}

.frindlink span {
    display: block;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    line-height: 25px;
}

.frindlink b {
    font-family: '微软雅黑', '宋体';
    font-size: 20px;
    color: #333333;
    display: block;
    line-height: 40px;
}


/*联系我们*/

.footer {
    background-color: #f5546f;
    color: #666;
}

.footer span {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-top: 5px;
    line-height: 30px;
    background-image: url(http://www.likanw.com/static/huasheng.jpg);
    background-repeat: no-repeat;
    background-position: right 25px;
    background-size: 120px 120px;
}

.footer span .p_01 {
    font-size: 14px;
}

.footer p {
    color: #FFF;
    text-indent: 0;
}

.footer p a:link {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

.footer p a:visited {
    color: #FFF;
    text-decoration: none;
}

.footer p a:hover {
    color: #FFF;
    text-decoration: underline;
}


/*广告条*/

.bans {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.bans img {
    border-radius: 10px;
}


/* 她阅读横幅 */

.tayuedu_header_hf {
    width: 1002px;
    overflow: hidden;
    /* height: 300px; */
    background: #f5546f;
    padding: 20px 20px 25px 20px;
    box-sizing: border-box;
    margin: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tayuedu_header_hf_n {
    width: 1200px;
    margin: auto;
}

.tayuedu_header_hf_n_txt p {
    color: #fff;
}

.tayuedu_header_hf_n_txt p:nth-child(1) {
    font-size: 26px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
}

.tayuedu_header_hf_n_txt p:nth-child(2),
.tayuedu_header_hf_n_txt p:nth-child(3),
.tayuedu_header_hf_n_txt p:nth-child(4) {
    margin: 12px 0px;
    font-weight: bold;
    font-size: 14px;
}

.tayuedu_header_hf_n_txt {
    float: left;
}

.tayuedu_header_hf_bt {
    padding-top: 22px;
    float: right;
    position: relative;
    top: 105px;
    right: 281px;
}

.tayuedu_header_hf_bt span {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 29px;
    font-size: 14px;
    font-weight: bold;
}</pre></body></html>