@charset "utf-8";
html {
color: #000;
/* background: #fff; */
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
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,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
margin: 0;
padding: 0;
border: 0;
list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
body,
button,
input,
select,
textarea {
font: 14px/1.5 tahoma, arial, "Microsoft YaHei", \5b8b\4f53;
font-family: tahoma, "Microsoft YaHei";
color: #333;
}
body {
min-width: 1400px;
font-size: 14px;
line-height: 1.5;
}
input,
select,
textarea {
font-size: 100%;
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th {
text-align: inherit;
}
img {
vertical-align: top;
}
fieldset,
img {
border: 0;
}
iframe {
display: block;
}
abbr,
acronym {
border: 0;
font-variant: normal;
}
del {
text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
font-style: normal;
font-weight: 500;
}
ol,
ul {
list-style: none;
}
caption,
th {
text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
q:before,
q:after {
content: '';
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
a {
text-decoration: none;
outline: none;
cursor: pointer;
color: #333;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.clearfix:before,
.clearfix:after {
display: block;
overflow: hidden;
height: 0;
content: ".";
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
* {
word-break: break-all;
box-sizing: border-box;
}
::-webkit-input-placeholder {
font-size: 14px;
color: #71a4cb;
}
/*webkit*/
:-moz-placeholder {
font-size: 14px;
color: #71a4cb;
}
/*firefox 4-18*/
::-moz-placeholder {
font-size: 14px;
color: #71a4cb;
}
/*firefox 19+*/
:-ms-input-placeholder {
font-size: 14px;
color: #71a4cb;
}
/*ie10+*/
select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
/* background: url("images/xial.png") calc(100% - 10px) center no-repeat; */
}
/* input { -webkit-appearance: none; } */
.f_between {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between
}
.f_center {
display: flex;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center
}
.f_middle {
display: flex;
display: -webkit-flex;
-webkit-align-items: center;
align-items: center;
}
.f_col {
display: flex;
display: -webkit-flex;
-webkit-flex-direction: column;
flex-direction: column;
}
.f_row {
display: flex;
display: -webkit-flex;
-webkit-flex-direction: row;
flex-direction: row;
}
.text-overflow {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hide-text-2 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
body {
background: #fff;
line-height: 1;
font-size: 13px;
font-family: "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
color: #333;
}
/*页面尺寸*/
.wrapper {
width: 100%;
margin: 0 auto;
}
.inner {
width: 1400px;
margin: 0 auto;
}
/**页面全局宽度**/
#header {
background: #FFFFFF;
}
#header .inner {
height: 110px;
}
.header .head-left {
float: left;
padding: 25px 0 10px 10px;
}
.header .sitelogo {
height: 72px;
vertical-align: middle;
font-size: 0;
display: flex;
}
.header .sitelogo .logo {
display: inline-block;
width: 560px;
height: 72px;
display: flex;
justify-content: center;
align-items: center;
}
.header .sitelogo .logo>img {
display: block;
width: 100% !important;
}
.header .sitetitle {
margin-left: 20px;
display: inline-block;
width: 200px;
height: 60px;
line-height: 60px;
font-size: 26px;
font-weight: bold;
color: #008fd0;
vertical-align: middle;
}
.header .head-right {
float: right;
padding-top: 45px;
width: 245px;
margin-right: 10px;
}
/*lang样式*/
.site-lang li {
float: right;
}
.site-lang li.links {
display: inline-block;
}
.site-lang li.links a {
line-height: 18px;
font-size: 14px;
padding-left: 25px;
background: url(images/jkd_02.png) no-repeat;
}
.site-lang li.links:hover a {
color: #c80000 !important;
}
.site-lang li.line {
display: inline-block;
color: #fff;
margin: 0 7px;
}
/*系统默认搜索*/
.wp_search {
display: inline-block;
position: relative;
padding-left: 12px;
background: #000000;
width: 209px;
height: 36px;
opacity: 0.3;
filter: Alpha(opacity=30)
}
.wp_search #keyword {
width: 177px !important;
padding: 4px 0;
border: none;
height: 28px;
line-height: 28px;
background: transparent;
color: #fff;
font-size: 14px;
font-family: "Microsoft YaHei";
}
.wp_search .search {
width: 32px;
height: 30px;
border: 0px;
background: url(images/sous.png) no-repeat center;
cursor: pointer;
vertical-align: top;
}
/*自定义输入框*/
.searchbox {
text-align: right;
}
.wp-search {
position: relative;
border: 0;
}
.wp-search form {
display: block;
}
.wp-search .search-input {
margin-right: 45px;
height: 32px;
background: #e2e9ef;
border-radius: 6px;
overflow: hidden;
}
.wp-search .search-input input.search-title {
width: 100%;
height: 32px;
padding: 4px 14px;
line-height: 24px;
background: none;
color: #333;
font-size: 14px;
border: 0;
outline: 0;
}
.wp-search .search-btn {
width: 32px;
height: 32px;
position: absolute;
right: 0;
top: 0;
}
.wp-search .search-btn input.search-submit {
width: 32px;
height: 32px;
border: 0;
outline: 0;
background: #fff url(images/jkd_02.png) no-repeat center;
cursor: pointer;
}
/*导航样式*/
.nav {
background: #005fa8;
height: 64px;
}
.wp-menu {
height: 64px;
}
.wp-menu .menu-item {
display: inline-block;
float: left;
position: relative;
min-width: 120px;
height: 64px;
padding: 0 12px;
text-align: center;
}
.wp-menu .menu-item>a {
display: inline-block;
height: 64px;
line-height: 64px;
}
.wp-menu .menu-item a.menu-link {
color: #FFFFFF;
font-size: 18px;
font-family: "Microsoft YaHei";
}
.wp-menu li.menu-item:hover {
background-color: #fff;
}
.wp-menu li.menu-item:hover a.menu-link {
color: #005fa8;
}
.sub-menu {
display: none;
position: absolute;
left: 0;
top: 64px;
width: 100%;
min-width: 120px;
z-index: 100;
background: rgba(0, 97, 170, 1);
}
.sub-menu .sub-item {
position: relative;
white-space: wrap;
vertical-align: top;
_zoom: 1;
}
.sub-menu .sub-item a {
display: block;
color: #fff;
height: auto;
line-height: 46px;
padding: 0 17px;
font-size: 14px;
background: none;
text-align: center;
}
.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
color: #005fa8 !important;
background-color: #ffffff;
display: block;
}
.sub-menu .sub-menu {
left: 100%;
top: 0px;
z-index: 200;
background: #fff;
}
/**banner大轮播图**/
#banner .swiper-container {
width: 100%;
height: 600px;
max-height: 700px;
}
#banner .swiper-wrapper {
width: 100%;
height: 100%;
}
#banner .swiper-slide {
width: 100%;
height: 100%;
}
#banner .swiper-slide .viewtu {
width: 100%;
height: 100%;
display: inline-block;
}
#banner .swiper-slide .viewtu img {
width: 100%;
height: 100%;
}
#banner .swiper-button-next,
#banner .swiper-button-prev {
position: absolute;
top: 50%;
width: 80px;
height: 80px;
margin-top: -40px;
z-index: 10;
background-color: rgba(255, 255, 255, 0.5);
-moz-background-size: 11px 20px;
-webkit-background-size: 11px 20px;
background-size: 11px 20px;
background-position: center;
background-repeat: no-repeat;
}
#banner .swiper-button-next {
background-image: url(./images/next.png);
right: 0;
}
#banner .swiper-button-prev {
background-image: url(./images/prev.png);
left: 0;
}
/**页脚**/
#footer {
background: #005fa8;
}
#footer .inner {
height: 170px;
padding: 10px 5px;
}
.footer_slogan {
margin-left: -50px;
}
.footwz {
width: 750px;
line-height: 35px;
font-size: 17px;
color: #fff;
text-align: left;
}
.footer_code {
height: 120px;
justify-content: space-around;
align-items: center;
}
.footer_code span {
color: #fff;
font-size: 15px;
}
/**首页**/
.main2 {
margin-top: 50px;
}
/* 板块标题part */
.news_cat {
height: 50px;
line-height: 40px;
border-bottom: 4px solid rgb(0, 95, 168);
position: relative;
}
.news_cat .txtbt {
font-size: 24px;
font-weight: 600;
color: #333;
}
.more_btn {
position: absolute;
right: 0;
top: 0;
text-align: right;
height: 36px;
}
.more_btn .more_text,
.more_btn a {
line-height: 36px;
font-size: 16px;
color: #424b73;
}
.more_btn .more_text {
display: none;
}
.more_btn .more_text:first-child {
display: block;
}
.f_news1 {
width: 920px;
}
.f_news2 {
width: 450px;
}
.f_news1 .news_cat .txtbt::after {
content: "";
display: block;
width: 50px;
height: 40px;
background: url(images/news.png) center center no-repeat;
background-size: 30px 30px;
float: right;
}
.f_news2 .news_cat .txtbt::after {
content: "";
display: block;
width: 50px;
height: 40px;
background: url(images/ntf.png) center center no-repeat;
background-size: 30px 30px;
float: right;
}
.news_con {
margin-top: 43px;
}
.news_flex {
display: flex;
justify-content: space-between;
}
.news_01 {
float: left;
width: 460px;
height: 400px;
overflow: hidden;
}
/* 学院新闻小轮播图 */
.news_01 .swiper-container {
width: 100%;
height: 100%;
}
.news_01 .swiper-slide {
position: relative;
width: 100%;
height: 100%;
}
.news_01 .pictu {
width: 100%;
height: 100%;
}
.news_01 .pictu img {
width: 100%;
height: 100%;
}
.news_01 .news_bar {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 62px;
line-height: 62px;
background: rgba(0, 0, 0, 0.4);
padding-left: 28px;
padding-right: 90px;
font-size: 17px;
color: #fff;
}
.news_01 .news_title {
line-height: 62px;
font-size: 17px;
color: #fff;
}
.news_01 .news_title a {
line-height: 62px;
font-size: 17px;
color: #fff;
}
.news_01 .swiper-container-horizontal>.swiper-pagination {
width: auto;
bottom: 24px;
right: 18px;
left: auto;
text-align: right;
}
.news_01 .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
border-radius: 0;
}
.news_01 .swiper-pagination-bullet {
opacity: 1;
background: #fff;
}
.news_01 .swiper-pagination-bullet-active {
opacity: 1;
background: #214a83;
}
.news_02 {
float: right;
width: 440px;
background: url(images/bg2.png) right bottom no-repeat;
background-size: 50% 50%;
}
.news_02 li {
margin-top: 13px;
padding-right: 24px;
border-bottom: 1px dashed #e0e0e0;
padding-bottom: 14px;
}
.news_02 li:first-child {
margin-top: 0;
}
.news_02 li a {
display: block;
}
.news_02 .news_wz {
line-height: 28px;
font-size: 17px;
color: #333;
}
.news_02 .news_date {
line-height: 28px;
font-size: 14px;
color: #999;
}
.news_03 li {
margin-top: 14px;
padding-left: 85px;
padding-bottom: 10px;
position: relative;
}
.news_03 li:before {
position: absolute;
content: '';
left: 85px;
right: 0;
bottom: 0;
border-bottom: 1px dashed #e0e0e0;
}
.news_03 li:first-child {
margin-top: 0;
}
.news_03 .news_wz {
line-height: 30px;
font-size: 17px;
color: #333;
height: 60px;
}
.news_03 .news_date {
position: absolute;
left: 0;
top: 6px;
width: 64px;
height: 64px;
border: 1px solid #214a83;
}
.news_03 .news_date .day {
height: 32px;
line-height: 32px;
text-align: center;
font-size: 17px;
background: #214a83;
color: #fff;
}
.news_03 .news_date .year {
height: 30px;
line-height: 30px;
text-align: center;
font-size: 12px;
color: #214a83;
}
.news_03card li {
margin-top: 20px;
background: #e8edf2;
padding: 17px 30px;
}
.news_03card li:first-child {
margin-top: 0;
}
.news_03card li .bt {
line-height: 28px;
font-size: 18px;
color: #333;
margin-bottom: 4px;
}
.news_03card li .line {
line-height: 28px;
font-size: 14px;
color: #999;
}
.news_03card li:hover {
background: #214a83;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.news_03card li:hover .bt,
.news_03card li:hover .line {
color: #fff;
}
.main3 {
margin-top: 60px;
background: url(images/bg1.png) right center;
background-size: 20%;
background-repeat: no-repeat;
}
.main3_list {
width: 440px;
}
.main3 .news_cat .txtbt::after {
content: "";
display: block;
width: 50px;
height: 40px;
background: url(images/动态1.png) center center no-repeat;
background-size: 30px 30px;
float: right;
}
.main3_list .news_con {
margin-top: 23px;
}
.main3_list li {
height: 57px;
border-bottom: 1px dashed #e0e0e0;
padding-right: 100px;
position: relative;
}
.main3_list li .news_wz {
height: 56px;
line-height: 56px;
font-size: 17px;
color: #333;
}
.main3_list li .news_date {
position: absolute;
right: 0;
top: 0;
width: 100px;
height: 56px;
line-height: 56px;
text-align: right;
font-size: 14px;
color: #999;
}
.main4 {
margin-top: 38px;
padding-bottom: 44px;
}
.main4 .news_cat .txtbt::after {
content: "";
display: block;
width: 50px;
height: 40px;
background: url(images/动态2.png) center center no-repeat;
background-size: 30px 30px;
float: right;
}
.main4 .news_con {
margin-top: 44px;
}
.main4_list li {
width: 270px;
}
.main4_list li .pic {
width: 270px;
height: auto;
overflow: hidden;
}
.main4_list li:hover .pic {
transform: scale(1.1);
transition: all 0.4s;
}
.main4_list li .pic img {
width: 100%;
height: auto;
}
.main4_list li .news_wz {
margin-top: 17px;
line-height: 24px;
font-size: 17px;
color: #333;
}
.main5 {
margin-top: 44px;
background: #dbeaff;
padding: 24px 0px;
}
.main5 .news_cat .txtbt::after {
content: "";
display: block;
width: 50px;
height: 40px;
background: url(images/动态3.png) center center no-repeat;
background-size: 30px 30px;
float: right;
}
.linkcon {
float: left;
width: 350px;
}
.linkcon .btn {
display: inline-block;
min-width: 70px;
padding-top: 84px;
line-height: 18px;
text-align: center;
font-size: 15px;
color: #005fa8;
}
.linkcon .btn:nth-child(1) {
background: url(images/jkd_03.png) center top no-repeat;
}
.linkcon .btn:nth-child(2) {
background: url(images/jkd_04.png) center top no-repeat;
}
.linkimg {
float: right;
width: 480px;
height: 100px;
}
.news_02 li a:hover .news_wz,
.news_03 li a:hover .news_wz,
.main3_list li .news_wz a:hover,
.main4_list li a:hover .news_wz {
color: #214a83;
font-size: 17.8px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*列表页*/
.listpage {
padding-top: 30px;
}
.col_menu {
width: 320px;
float: left;
}
/**栏目新闻**/
.col_news_head {
/* border-left:6px solid #3FD7CB; */
border-bottom: 1px solid #DBDBDB;
}
.col_menu .col_menu_head {
background: #005fa8;
padding-left: 20px;
}
/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
font-size: 18px;
font-weight: 600;
color: #fff;
background: url(images/jkd_08.png) left center no-repeat;
}
/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
display: block;
line-height: 52px;
padding: 0px 5px 0px 30px;
}
/**栏目名称图标**/
.col_menu .col_menu_con {
border: 1px solid #e4e4e4;
}
/*栏目列表*/
.col_list {
/* padding:4px 18px; */
}
.col_list .wp_listcolumn {
border-top: 0px solid #830000;
border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
color: #333;
font-size: 18px;
font-weight: normal;
background: none;
border-top: 0px solid #fff;
border-bottom: 1px solid #F6EAEA;
display: block;
}
.col_list .wp_listcolumn .wp_column:last-child a {
border-bottom: 0;
}
.col_list .wp_listcolumn .wp_column a .column-name {
padding: 8px 0px 8px 28px;
line-height: 40px;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
color: #830000;
background: #eee;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
color: #005fa8;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
color: #454545;
background: none;
border-top: 1px solid #fff;
border-bottom: 1px solid #bbb;
}
.col_list .wp_listcolumn .wp_column.parent>a .column-name {
font-weight: bold;
color: #830000;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
color: #333;
/* background:none; */
border-top: 1px solid #eee;
margin-top: -1px;
}
.col_list .wp_listcolumn .sub_list a .column-name {
display: inline-block;
line-height: 28px;
padding: 5px 10px 5px 52px;
cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
font-weight: bold;
font-weight: bold;
color: #830000;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
background: none;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
padding: 5px 10px 5px 51px;
cursor: pointer;
}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
font-weight: bold;
color: #830000;
}
.col_news {
width: 1020px;
min-height: 500px;
float: right;
}
/**栏目新闻**/
.col_news .col_news_box {
margin-left: 266px;
}
.col_news_head {
/* border-left:6px solid #3FD7CB; */
border-bottom: 1px solid #DBDBDB;
}
.col_metas {
height: 44px;
}
.col_metas .col_title {
display: inline-block;
float: left;
line-height: 44px;
}
/**当前栏目**/
.col_metas .col_title h2 {
display: inline-block;
font-size: 20px;
font-family: "Microsoft yahei";
font-weight: normal;
color: #005fa8;
position: relative;
padding-left: 2px;
padding-right: 5px;
}
/**当前栏目名称**/
.col_metas .col_title h2:before {
position: absolute;
content: '';
bottom: -1px;
left: 0;
right: 0;
height: 6px;
background: #e0f1f9;
}
.col_metas .col_path {
display: inline-block;
float: right;
/* padding-right:20px; */
white-space: nowrap;
height: 45px;
line-height: 45px;
color: #666;
}
/**当前位置**/
.col_metas .col_path a {
color: #2F2F2F;
}
.col_news_con {
padding: 5px 0px 10px 0px;
margin: 0 7px;
}
.col_news_list {
margin-top: 7px;
}
.newslist li {
width: 100%;
height: 36px;
margin-top: 8px;
position: relative;
padding-right: 160px;
padding-left: 25px;
background: url(images/jkd_07.png) -2px center no-repeat;
background-size: 20px 20px;
}
.newslist li a {
display: block;
line-height: 36px;
font-size: 14px;
color: #666;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.newslist li .time {
position: absolute;
right: 0;
top: 0;
line-height: 36px;
font-size: 14px;
color: #999;
}
.newslist li a:hover {
color: #005fa8;
}
.wp_paging {
display: block;
margin: 0;
padding: 0;
list-style: none;
font-size: 13px;
font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
color: #494949;
float: right;
}
.wp_paging input {
font-size: 12px;
*font-size: 100%;
}
.wp_paging li {
display: inline-block;
height: 25px;
line-height: 25px;
float: left;
margin-top: 5px;
}
.wp_paging li span,
.wp_paging li a {
display: inline-block;
float: left;
margin-left: 10px;
}
.wp_paging li em {
font-style: normal;
}
.wp_paging li a {
cursor: pointer;
color: #666;
line-height: 25px;
height: 25px;
}
.wp_paging li a:hover {
color: #000;
}
.wp_paging li a span {
margin: 0;
}
.wp_paging li input {
font-size: 12px;
*font-size: 100%;
width: 24px;
height: 15px;
line-height: 15px;
border: 1px solid #d5d5d5;
background: #fff;
margin-top: 4px;
text-align: center;
}
.wp_paging li input:focus {
outline: none;
}
/**文章页**/
.infobox {
margin: 0 20px;
}
.article {
padding-top: 30px;
padding-bottom: 40px;
}
.article h1.arti_title {
line-height: 26px;
font-family: "Microsoft YaHei";
padding: 15px;
text-align: center;
font-size: 25px;
color: #282828;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}
.article h2.arti_title {
text-align: center;
font-size: 18px;
margin-top: 18px;
color: #005fa8
}
/**文章标题**/
.article .arti_metas {
padding: 10px;
text-align: center;
}
.article .arti_metas span {
margin: 0 5px;
font-size: 14px;
color: #787878;
}
/**文章其他属性**/
.article .entry {
overflow: hidden;
margin-top: 0;
margin-bottom: 0;
}
/**文章内容**/
.article .entry .read,
.article .entry .read p {
color: #333;
}
/**阅读字体**/
.article .entry .read {
min-height: calc(100vh - 400px);
padding: 30px 0
}
.article .entry .read p {
line-height: 1.7em !important;
font-size: 15px !important;
font-weight: 500 !important;
font-family: "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif !important;
}
.article .entry .read p span {
color: #05073b !important;
font-size: 18px !important;
font-weight: 500 !important;
font-family: "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif !important;
}
.article .entry .read img {
max-width: 100%;
height: auto;
margin: 15px auto;
}
/**文章阅读部分图片大小限制**/
.article .entry .read a {
text-decoration: underline;
}
.picbase1-content {
background: #0000FF;
}