﻿@charset "utf-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/** our fix **/
dl,dd,ul,ol{margin:0;}
ul,ol{padding:0;list-style: none;}
dl{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}


@font-face {
	font-family:Georgia;
	src: url(//rcrires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657847785155961/Georgia.ttf);
}
*{-webkit-text-size-adjust: none;text-size-adjust: none;}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,div { margin:0; padding:0; }
html {-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
ol, ul { list-style:none;}
fieldset, img { border:0 none; }
address, caption, cite, code, dfn, th, var,em,strong,i { font-style:normal;}
body { background:#f8f8f8; color:#000; font:14px/1.8em Arial; text-align:left;}
h1, h2, h3, h4, h5, h6, p,dd,div {margin:0; padding:0;font-weight: normal;}
input, textarea, select, button, td { font-size:100%; }
a, a:link, a:visited, a:hover, a:active { color:#000; text-decoration:none;margin:0; padding:0;}
a:hover { color:#00479d; text-decoration:none; }
img { display:block;margin:0; padding:0; }
a, div, p, ul, li, dl, dt, dd, input, span, em, strong, img { -webkit-tap-highlight-color:rgba(0, 0, 0, 0);margin:0; padding:0;}
input, textarea { outline:none; }
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none;/*clearmoren*/ }
a, input, .googleSearch, .mobile-language-list, a img { -webkit-transition-duration:300ms; -moz-transition-duration:300ms; transition-duration:300ms; }
.maxWidth { width:1200px; margin:auto; }
.maxWidth:after,.title-more:after { display:block; clear:both; content:""; visibility:hidden; height:0; }

.pcNotShow { display:none; }
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}
.clear{clear:both;font-size:1px;line-height:0;height:0;overflow:hidden;}
.image img {
  transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.image img:hover {
  transform: rotate(0deg) scale(1.05,1.05);
  -ms-transform: rotate(0deg) scale(1.05,1.05);
  -moz-transform: rotate(0deg) scale(1.05,1.05);
  -webkit-transform: rotate(0deg) scale(1.05,1.05);
  -o-transform: rotate(0deg) scale(1.05,1.05);
}



/* header */
.header { background:#f8f8f8; padding:20px 0 12px;}
.taiwan .header { padding:15px 0; }
.logo { float:left; }
.logo.mod-middle { width: 240px;height: 40px; background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657847785155961/logo_4.png) left top no-repeat;background-size: 100% 100%;}
.logo .cri_logo { float:left; width: 130px;height: 40px;margin-right: 10px; }
.logo .my_logo { float:left; width: 80px;height: 40px; }
.googleSearch { float:right; color:#333; padding-top:3px;}
.taiwan .googleSearch { padding-top:14px; }
.googleSearch-keywords { width:150px; color:#333;padding: 2px 2px;border-width: 1px;}
.googleSearch-but { color:#000;padding: 1px 6px;}
.googleSearch .link { margin-right:15px; color:#fff;}
.googleSearch .link:hover { color:#ff0; }
/* nav */
.naver { background:#004890; color:#fff;border-top:1px solid #dcdddd;}
.nav-right { float:right; height:45px;}
.nav-right:after { display:block; clear:both; content:""; visibility:hidden; height:0;}
.nav-left { float:left; font-size:16px;}
.nav-left ul { position:relative; }
.nav-left li { float:left; border-left:1px solid #fff;}
.nav-left li:first-child { border-left:0; }
.nav-left a { display:block; font-size:18px; line-height:46px; padding:0 14px; color:#fff;}
.nav-left a:hover { background:#003c78; }
.nav-left .current { margin-bottom:-5px; position:relative; z-index:2;}
.nav-left .current a { padding-bottom:0; border-bottom:5px solid #000; height:41px; background:#003c78;}

.nav-right a { line-height:45px; color:#fff; display:inline-block; padding:0 5px 0 15px; max-width:100px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.nav-right a:hover { background:#000;}
.nav-right select { float:right; *float:none; *display:inline-block; margin-top:10px; font-size:16px; color:#333; line-height:24px; height:24px; background:#fff;}
.nav-right .js-dialog-login { padding:0 15px; }
.nav-not-width ul { width:auto !important; }
.headLogin { float:left; *float:none; *display:inline-block; margin-right:5px; position:relative;}
.login-manage a { display:block; background:#333; padding:0; max-width:100%;}
.login-manage { display:none; position:absolute; top:45px; left:0; width:100%; text-align:center;}
.headLogin:hover .login-manage { display:block; }
.language { float:right; margin:3px 0 0 15px; line-height:24px; height:24px;}



.page_wrap{width: 100%;overflow: hidden;}
.column_wrapper{margin:0 auto;width:1200px;}
.column_wrapper:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.col_w745_l{width: 745px;float: left;}
.col_w690_l{width: 690px;float: left;}
.col_w610_r{width: 610px;float: right;}
.col_w590_l{width: 590px;float: left;}
.col_w590_r{width: 590px;float: right;}
.col_w482_r{width: 482px;float: right;}
.col_w440_r{width: 440px;float: right;}


/* 模块标题 */
.md_romanian{margin-top: 15px;}
.md_romanian .md_hd{color:#a00128; position:relative; font:bold 16px/50px Arial; height:50px; overflow:hidden; border-bottom:1px solid #cdcdcd;padding-left:20px; clear:both;}
.md_romanian .md_hd::after{ width:6px;height:15px; background:url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657847785155961/titlebg.gif) no-repeat scroll left center; content:" "; position:absolute; left:0px; top:50%; margin-top:-8px;}
.md_romanian .md_hd .mh_title{display: inline-block;color: #a00128;}
.md_romanian .md_hd .mh_title a{color: #a00128;}
.md_romanian .md_hd .mh_title a:hover{color: #820229;}
.md_romanian .md_hd .mh_option{float: right;font-size: 12px;color: #666;}
.md_romanian .md_hd .mh_option a{color: #666;}
.md_romanian .md_hd .mh_option a:hover{color: #820229;}


/* 分页 */
.page-nav { clear:both; text-align:center; padding-bottom:20px; margin-top:30px;}
.page-nav ul{display: inline-block;}
.page-nav ul li{display: inline-block;margin: 5px 0;}
.page-nav a { display:inline-block; line-height:38px; border:1px solid #d9d9d9; padding:0px 16px; }
.page-nav .current a { border:1px solid #0a2a5a; font-weight:bold; background:#0a2a5a; color:#fff; }
.page-nav a:hover { text-decoration:none; background:#0a2a5a; color:#fff; border:1px solid #0a2a5a; }



/* foot */
.footCopyright { background:#f8f8f8; padding:10px 0 20px;border-top: 1px solid #cdcdcd;}
.footCopyright-con { text-align:center; color:#999; line-height:2em;}
.footCopyright-con img { display:inline-block; vertical-align:middle; margin-left:10px;}
.footCopyright-con a { color:#f00; }
.footCopyright-con a:hover { color:#fff; }


/* dialog-body */
.js-dialog{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 99;background-color: #fff;box-shadow: 0 -7px 20px 0 rgb(0 0 0 / 19%);display: none;}
.dialog-body{width: 1200px;font-size: 13px;position: relative;margin: 20px auto;}
.dialog-header{position: relative;}
.dialog-header h3{font-size: 16px;color: #333;font-weight: bold;}
.dialog-header a{position: absolute;right: 0;top: 0;width: 14px;height: 14px;background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657847785155961/btn_close.png) no-repeat;background-size: 14px 14px;cursor: pointer;}
.dialog-content{margin: 17px 0;width: 800px;}
.dialog-links{width: 100%;}
.dialog-links li{float: left;margin-right: 32px;}
.dialog-links li a{color: #004890;font-weight: 400;position: relative;}
.dialog-links li a:after {position: absolute;height: 1px;margin: 0 auto;content: '';left: 0;right: 0;width: 100%;color: #004890;background-color: #004890;left: 0;bottom: -1px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}
.dialog-confirm{width: 122px;height: 42px;color: #004890;border: 1px solid #004890;position: absolute;right: 0;bottom: 0;line-height: 42px;text-align: center;cursor: pointer;}
.dialog-confirm .confirm-icon{width: 17px;height: 12px;background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657847785155961/icon_agree.png) no-repeat;background-size: 17px 12px;margin-right: 16px;display: inline-block;vertical-align: sub;}
.dialog-clear{clear: both;}


/* go top */
#goup { width:0; height:0; position:fixed; left:50%; bottom:100px; display:none;}
#goup a { display:block; margin-left:610px; width:46px; height:45px; background:url("//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657847785155961/up.png") no-repeat;}
#goup a:hover { background:url("//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657847785155961/up-hover.png") no-repeat; }


@media screen and (max-width: 1024px){
  body { font:.6rem/1.8em Arial; }

  .mobileNotShow{display: none;}

	.maxWidth,.column_wrapper{width: 100%;}
	.col_w745_l,.col_w690_l,.col_w610_r,.col_w590_l,.col_w590_r,.col_w482_r,.col_w440_r{width: 100%;float: none;}

	/* header */
	.header { padding:.13rem 0 0;}
	.taiwan .header { padding:15px 0; }
  	.header-inner{width: 15.05rem;position: relative;z-index: 9;}
	.logo { width: 5.42rem;max-width: 7.59rem;height: 2.13rem;}
	.logo.mod-middle { width: 7.59rem;height: 2.13rem; background: url(//p3crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1657847785155961/logo_4.png) center center no-repeat;background-size: 100% auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    /* -webkit-box-pack: center; */
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    /* -moz-box-pack: center; */
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    /* -o-box-pack: center; */
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    /* -ms-box-pack: center; */
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    /* box-pack: center; */
    box-align: center;}
	.logo .cri_logo { float:left; width: 3.9rem;height: 1.28rem;margin-right: .43rem; }
	.logo .my_logo { float:left; width: 2.5rem;height: 1.28rem; }
  	.language { margin:.13rem 0 0 .64rem;margin-top: .64rem; line-height:1.02rem; height:1.02rem;}
	.googleSearch { float:none; color:#333; padding-top:.13rem;display: block;text-align: center;font-size: .51rem;overflow: hidden;clear: both;height: 1.71rem;}
	.taiwan .googleSearch { padding-top:14px; }
	.googleSearch input{vertical-align: middle;}
	.googleSearch-keywords { width:4.27rem; height: .85rem;line-height: .85rem; padding: .04rem .09rem;border: 0;}
	.googleSearch-but { color:#000;padding: .04rem .26rem;background: #ccc;border: 0;margin-left: .21rem;height: .94rem;line-height: .94rem;}
	.googleSearch .link { margin-right:15px; color:#fff;}
	.googleSearch .link:hover { color:#ff0; }
	/* nav */
  	.naver-inner{width: 100%;margin-right: .32rem;}
	.nav-right { float:right; height:45px;}
	.nav-right:after { display:block; clear:both; content:""; visibility:hidden; height:0;}
	.nav-left { font-size:.68rem;width: 100%;overflow-x: scroll;}
	.nav-left li { border-left:1px solid #fff;}
	.nav-left li.first { border-left:0; }
	.nav-left a { font-size:.77rem; line-height:1.96rem;font-weight: normal; padding:.21rem .26rem; -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms; }
	.nav-left a:hover { background:none; }
	.nav-left .current { margin-bottom:-0.21rem; }
	.nav-left .current a { border-bottom:.21rem solid #000; height:1.75rem; }

	.nav-right a { line-height:45px; color:#fff; display:inline-block; padding:0 5px 0 15px; max-width:100px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	.nav-right a:hover { background:#000;}
	.nav-right select { float:right; *float:none; *display:inline-block; margin-top:10px; font-size:16px; color:#333; line-height:24px; height:24px; background:#fff;}
	.nav-right .js-dialog-login { padding:0 15px; }
	.nav-not-width ul { width:auto !important; }
	.headLogin { float:left; *float:none; *display:inline-block; margin-right:5px; position:relative;}
	.login-manage a { display:block; background:#333; padding:0; max-width:100%;}
	.login-manage { display:none; position:absolute; top:45px; left:0; width:100%; text-align:center;}
	.headLogin:hover .login-manage { display:block; }


  /* 模块标题 */
	.md_romanian{margin-top: .64rem;}
	.md_romanian.mobile_not_full_width{width: 15.68rem;margin-left: .16rem;margin-right: .16rem;}
	.md_romanian .md_hd{ font:normal .77rem/1.28rem Arial; height:1.28rem;padding-left:.85rem;}
	.md_romanian .md_hd::after{ width:.26rem;height:.64rem; margin-top:-0.34rem;}
	.md_romanian .md_hd .mh_title{padding-left: .668rem;margin-left: -1.11rem;}
	.md_romanian .md_hd .mh_option{font-weight: bold; font-size: .51rem;}


  /* 分页 */
  .page-nav { padding-bottom:.85rem; margin-top:1.28rem;}
  .page-nav ul li{margin: .21rem 0;}
  .page-nav a { line-height:1.62rem; padding:0px .68rem; }



	/* foot */
	.footCopyright { padding:.43rem 0 .85rem;padding-bottom: .48rem;}
	.footCopyright-con { font-size: .51rem;}
	/* .footCopyright-con img { margin-left:.43rem;} */

	/* dialog-body */
	.js-dialog{box-shadow: 0 -7px 20px 0 rgb(0 0 0 / 19%);}
	.dialog-body{width: 14.73rem;font-size: .77rem;margin: .43rem auto;}
	.dialog-header h3{font-size: .68rem;line-height: 1.02rem;}
	.dialog-header a{width: .6rem;height: 1.02rem;background-size: .6rem .6rem;}
	.dialog-content{margin: .43rem 0;width: 100%;font-size: .51rem;line-height: .68rem;}
	.dialog-links{overflow: hidden;clear: both;}
	.dialog-links li{margin-right: .43rem;}
	.dialog-links li a{font-weight: bold;font-size: .51rem;line-height: .68rem;}
	.dialog-confirm{width: 4.27rem;height: 1.11rem;line-height: 1.11rem;font-size: .6rem;}
	.dialog-confirm .confirm-icon{width: .73rem;height: .51rem;background-size: .73rem .51rem;margin-right: .43rem;vertical-align: middle;}


	/* go top */
	#goup{display: none !important;}

}


/* 图文底层页分页样式 */
.turn_page_box{
  text-align: center;
  margin-top: 30px;
}
.turn_page_box .tpb_right{
 display: inline-block;
}
.turn_page_box .tpb_right a,.turn_page_box .tpb_right font,.turn_page_box .tpb_right .Total{
  display: inline-block;
  line-height: 26px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 1px;
}
.turn_page_box .tpb_right font{
  border: 1px solid #a00128;
    font-weight: bold;
    background: #a00128;
    color: #fff;
    padding: 0 10px;
}
.turn_page_box .tpb_right a:hover{
  border: 1px solid #a00128;
    font-weight: bold;
    background: #a00128;
    color: #fff;
    padding: 0 10px;
}

@media screen and (max-width: 1024px){
  .turn_page_box{
    text-align: center;
    margin-top: 1.3333rem;
  }
  .turn_page_box .tpb_right a,.turn_page_box .tpb_right font{
    display: inline-block;
    line-height: 1.1556rem;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0 .4444rem;
    margin: 0 1px;
  }
  .turn_page_box .tpb_right font{
    border: 1px solid #a00128;
      font-weight: bold;
      background: #a00128;
      color: #fff;
      padding: 0 .4444rem;
  }
  .turn_page_box .tpb_right a:hover{
    border: 1px solid #a00128;
      font-weight: bold;
      background: #a00128;
      color: #fff;
      padding: 0 .4444rem;
  }
}